/* CSS definition file containing site wide stylesheets */
BODY {
   				color: Black;
   				font-family : "Arial", "sans serif", "helvetica";
   				font-size : 10pt;
   
   			}
   			A:hover  {
   				color : #cc6600;
   				font-family :  "Arial", "sans serif", "helvetica";
				font-weight: bold;
   			}
   			A:link  {
   				font-family :  "Arial", "sans serif", "helvetica";
   				color : #009900;
				font-weight: bold;
				text-decoration : none;
   			}
			
   			A:visited  {
   				font-family :  "Arial", "sans serif", "helvetica";
   				color : #009900;
				font-weight: bold;
				text-decoration : none;
   			}
   			P, DIV, BR   {
   				color: Black;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-size : 10pt;
   
   			}
			TABLE, TD, TR, FORM, LI, UL,B   {
   				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;
			}
			.copyright   {
   				color: black;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-size : 8pt;
			}
			A.sidenav   {
	color: #006699;
	font-family : "Arial", "sans serif", "helvetica";
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}
			A:HOVER.sidenav {
		color: #cc6600;
	font-family : "Arial", "sans serif", "helvetica";
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}

			A:visited.sidenav {
		color: #006699;
	font-family : "Arial", "sans serif", "helvetica";
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
}
DIV.small   {
	color: #000000;
	font-family : "Arial", "sans serif", "helvetica";
	font-size : 9pt;
	text-decoration : none;
}
			A.small   {
	color: #006600;
	font-family : "Arial", "sans serif", "helvetica";
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
}
			A:HOVER.small {
		color: #cc6600;
	font-family : "Arial", "sans serif", "helvetica";
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
}

			A:visited.small {
		color: #006600;
	font-family : "Arial", "sans serif", "helvetica";
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
}