/* Style Sheet for CalWIN web */

/* styles for hyperlinks */

a {font-family: Verdana; font-size: 10pt; color: #336666; text-decoration: none;}
a:link { font-size: 10pt; color: #336666; }
a:visited {font-size: 10pt; color: #339999; }
a:hover {font-size: 10pt; color: #339999 ;text-decoration: underline}

.smallLink {font-family: Verdana; font-size: 8pt;  color: #336666;}
a.smallLink:link { font-size: 8pt; color: #336666; }
a.smallLink:visited { font-size: 8pt; color: #339999; }
a.smallLink:hover { font-size: 8pt; color: #339999; text-decoration: underline; }

.countySpotLink {font-family: Verdana; font-style: italic; font-size: 10pt; font-weight: bold; color: #FFFFFF;}
a.countySpotLink:link { font-style: italic; font-size: 10pt; font-weight: bold; color: #FFFFFF; }
a.countySpotLink:visited { font-style: italic; font-size: 10pt; font-weight: bold; color: #FFFFFF; }
a.countySpotLink:hover { font-style: italic; font-size: 10pt; font-weight: bold; color: #FFFFFF; text-decoration: underline; }

.didYouKnowLink {font-family: Verdana; font-style: italic; font-size: 10pt; font-weight: bold; color: #666633;}
a.didYouKnowLink:link { font-style: italic; font-size: 10pt; font-weight: bold; color: #666633; }
a.didYouKnowLink:visited { font-style: italic; font-size: 10pt; font-weight: bold; color: #666633; }
a.didYouKnowLink:hover { font-style: italic; font-size: 10pt; font-weight: bold; color: #666633; text-decoration: underline; }
a.awards{font-size:18px; color:#000099; font-weight:bold; text-decoration:none}
a.awards:visited{font-size:18px; color:#000099; font-weight:bold; text-decoration:none}
a.awards:hover{font-size:18px; color:#000099; font-weight:bold; text-decoration:underline}  


/* style for content in body */

p	{
		font-family: Verdana;
		font-size: 10pt;
		font-weight: normal;
		color: #666633;
	}
	
.smallText {
		font-family: Verdana;
		font-size: 8pt;
		font-weight: normal;
		color: #666633;
	}
	
.bodyText {
		font-family: Verdana;
		font-size: 10pt;
		font-weight: normal;
		color: #666633;
	}	

/* style for table border */

.line {  
	border-color: #99CC66 #99CC66 #99CC66 #99CC66; 
	border-style: solid; 
	border-left-width:1pt;
	border-right-width:1pt;
	border-top-width:1pt;
	border-bottom-width:1pt;
}

.line2 {  
	border-color: #66CC66 #66CC66 #66CC66 #66CC66; 
	border-style: solid; 
	border-left-width:1pt;
	border-right-width:1pt;
	border-top-width:1pt;
	border-bottom-width:1pt;
}

/* Bulleted List */

li 	{
	font-size: 80%;
	font-family: Verdana;
	color: #666633;
	margin-left: 0; 
	padding-left: 0;
	}

/* Image border - Counties */

.imageBorder	{
	border: 1px solid #666633;
	}