/* CSS definition file containing site wide stylesheets */
BODY {
   				color: Black;
   				font-family : "Arial", "sans serif", "helvetica";
   				font-size : 10pt;
   
   			}
   	A, A:visited  {
	font-family : "Arial", "sans serif", "helvetica";
	color : #333399;
	font-weight: bold;
	text-decoration : none;
}
			
   			A:HOVER, A:ACTIVE, A:FOCUS{
 	color : #cc6600;
	font-family : "Arial", "sans serif", "helvetica";
	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;
			}
			.heading {
   				color: black;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-size : 12pt;
				font-weight : bold;
			}
			.smheading {
   				color: black;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-size : 10pt;
				font-weight : bold;
			}
			a.smheading, a:visted.smheading  {
   				color: #333399;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-size : 10pt;
				font-weight : bold;
				text-decoration : none;
			}
			a:hover.smheading,{
   				color: #cc6600;
   				font-family :  "Arial", "sans serif", "helvetica";
   				font-size : 10pt;
				font-weight : bold;
				text-decoration : none;
			}
			.sidediv {
	margin : 0px 10px 0px 15px;
}
				.mar10{
	margin : 10px 10px 10px 10px;
}
		a.sidenav, A:VISITED.sidenav  {
		color: #333399;
	font-family : "Arial", "sans serif", "helvetica";
	font-size : 9pt;
	font-weight : normal;
	text-decoration : none;
}
		A.sidediv, A:VISITED.sidediv  {
		color: #333399;
	font-family : "Arial", "sans serif", "helvetica";
	font-size : 9pt;
	font-weight : normal;
	text-decoration : none;
}
		A:HOVER.sidediv {
		color: #cc6600;
	font-family : "Arial", "sans serif", "helvetica";
	font-size : 9pt;
	font-weight : normal;
	text-decoration : none;
}

		A:HOVER.sidenav {
		color: #cc6600;
	font-family : "Arial", "sans serif", "helvetica";
	font-size : 9pt;
	font-weight : normal;
	text-decoration : none;
}


			A.sidetitle   {
	color: #333399;
	font-family : "Arial", "sans serif", "helvetica";
	font-size : 12pt;
	font-weight : bold;
	text-decoration : none;
}
			A:HOVER.sidetitle {
		color: #cc6600;
	font-family : "Arial", "sans serif", "helvetica";
	font-size : 12pt;
	font-weight : bold;
	text-decoration : none;
}

