/* CSS definition file containing site wide stylesheets */
BODY {
   				color: Black;
   				font-family : "Arial", "sans serif", "helvetica";
   				font-size : 10pt;
   
   			}
   			A:hover  {
	color : #993300;
	font-family : "Arial", "sans serif", "helvetica";
	font-weight: bold;
	text-decoration : none;
}
   			A:link  {
	font-family : "Arial", "sans serif", "helvetica";
	color : #0099cc;
	font-weight: bold;
	text-decoration : none;
}
   			A:vlink  {
	font-family : "Arial", "sans serif", "helvetica";
	color : #0099cc;
	font-weight: bold;
	text-decoration : none;
}

			A:VISITED {
	font-family : "Arial", "sans serif", "helvetica";
	color : #0099cc;
	font-weight: bold;
	text-decoration : none;
}
a.topnav{
color: white;
}

a:visited.topnav{
color: white;
}
a:vlink.topnav{
color: white;
}
a:hover.topnav{
color: #ffd700;
}


.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #0099cc;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
color: #ffd700;
background-color: #ffffcc;
width: 100px;
}

.anylinkcss a{
width: 100px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0099cc;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #0099cc;
color: gold;
}

			
   			B  {
   				color: Black;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-size : 10pt;
   
   			}
			
   			P, DIV   {
   				color: Black;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-size : 10pt;
   
   			}
			TABLE, TD, TR, FORM, LI, UL   {
   				color: Black;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-size : 10pt;
				
   
   			}
   			
   			H3   {
   				color: black;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-weight : bold;
			}
			H2   {
   				color: black;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-weight : bold;
			}
			DIV.logo {
	color: black;
	font-family : "Times New Roman", Times, serif;
	font-weight: bold;
	font-size : large;
	font-style: italic;
}
			DIV.address {
				 color: black;
				 font-family :  "Arial", "sans serif", "helvetica";
				 font-weight: normal;
				 font-size : x-small;
				 }
			DIV.mainside {
				 color: black;
				 font-family :  "Arial", "sans serif", "helvetica";
				 font-weight: normal;
				 font-size : 10pt;
				 margin: 8px;
				 }
			DIV.sidebar, TD.news {
			color: black;
	font-family : "Arial", "sans serif", "helvetica";
	font-weight: normal;
	font-size : 10pt;
	text-decoration: none;
	margin: 10px;
		}
			DIV.creator {
	color: black;
	font-family : "Arial", "sans serif", "helvetica";
	font-weight: normal;
	font-size : smaller;
}
   			#side  {
	font-family : "Arial", "sans serif", "helvetica";
	color : #408080;
	font-weight: bold;
	text-decoration: none;
	font-size : 10pt;
}	
			#star {
   				font-family :  "Arial", "sans serif", "helvetica";
   				color : red;
				font-weight: bold;
				text-decoration: none;
				font-size : 12pt;
   			}	
			.sponsor {
				color: black;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-weight : bold;
				background-color: #ffffcc;
   			}		
			.boldred {
				color: red;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-weight : bold;
				 			}
			
			 
