.bgcolor {
	background-color: #C8C891;
}
.bb {
	background-color: #F2F0E1;
	border: 1px solid #6D6D36;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.cc {
	background-color: #F2F0E1;
	border: 1px solid #6D6D36;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

caption  
     { 
     font-family:Arial, Helvetica, sans-serif;  
     font-size:11px;  
     color: black; 
     font-weight: bold; 
     } 

fordate  
     { 
     font-family:Arial, Helvetica, sans-serif;  
     font-size:11px;  
     color: black; 
     } 
	 
.emails{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #76746d;
}	 
/* .calendar determines the overall formatting style of the calendar,   
   acting as the default unless later overruled. */ 

.calendar  
     { 
     font-family: Verdana, Arial, Helvetica, sans-serif;  
     font-size:12px;  
     color: black; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     } 

/* .calendarlink determines the formatting of those days linked to 
   content. */ 

.calendarlink  
     {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size:9px; 
	color: black;
	font-weight: bold;
     } 

/* .header determines the formatting of the weekday headers at the top 
   of the calendar. */ 

.header  
     { 
     background-color: #909a4b; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     } 

/* .day determines the formatting of each day displayed in the 
   calendar. */ 

.day  
     { 
     background-color: #DEDEBC; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     text-align: center 
     } 

/* .linkedday determines the formatting of a date to which content is 
   available. */ 

.linkedday  
     {
     background-color: #c7bb78; 	
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size:9px; 
	color: black;
	font-weight: bold;	
     } 

.actualday  
     {
    background-color: #e4debe; 	
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size:12px; 
	color: black;
	font-weight: bold;	
     }
.daynamer  
     {	
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size:10px; 
	color: black;
	font-weight: bold;	
     } 	  

.hiday  
     { 
     background-color: #CCFFCC ; 
     border-color: #000000; 
     border-style: solid; 
     border-width: 1px; 
     text-align: center 
     } 
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E9E5D6;
	border: 1px solid #000000;
	height: 17px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #70783c;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3F3407;
}
.style1 {font-size: 10px}
.style2 {font-size: 12px}
.style3 {
	font-size: 10px;
	font-weight: bold;
}
a:link {
	color: #686538;
	text-decoration: none;
}
a:visited {
	color: #686538;
	text-decoration: none;
}
a:hover {
	color: #A8A35E;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #686538;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
color: #0000000;
background-color: #c7bb78;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #3F3407;
color: #FFF;
}