H1  {
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	}

.subtitle  {
	font-family : arial, helvetica, sans-serif ;
	font-size : 10 px ;
	font-weight : bold ;
	}

H2  {
	font-family : arial, helvetica, sans-serif;
	font-size : xx-small;
	font-weight : normal;
	}

H3  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #000000;
	line-height: normal;
	font-variant: small-caps;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	}
	
BODY, TD, P {
	color : black;
	font-family : geneva, verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	page-break-before: left;
	}
	
A	{
	color : #000000;
	}
	
A:Hover	{
	text-decoration : none;
	background: #000000;
	color : #FF9900;
	cursor: crosshair;
	}
	
/* Styles for the left menu */
.menuactive {
	font-family : geneva, tahoma, verdana, helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color: #000000;
	font-weight : bold;
	background-color: #000000;
	cursor: crosshair;
	}
	
.menu {
	font-family : geneva, tahoma, verdana, helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	}
		
A.menu  {
	text-decoration : none;
	color : #FFb033;
	}

A.menu:Visited  {
	text-decoration : none;
	cursor: crosshair;
	}

A.menu:Active  {
	text-decoration : none;
	cursor: crosshair;
	}

A.menu:Hover  {
	background : none;
	text-decoration : none;
	color:  #FFb033;
	cursor: crosshair;
	}
	


/* styles for the infoboxes */

.infobox_head {
	font-family : Arial, helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none;
	color: black;
	font-weight : bold;
	}
	
.infobox_text {
	font-family : geneva, tahoma, verdana, helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color: black;
	}

.infobox_small {
	font-family : geneva, tahoma, verdana, helvetica, sans-serif;
	font-size : 9px;
	text-decoration : none;
	color: black;
	}	

A.infobox_text:Hover  {
	background : none;
	text-decoration : none;
	color:  #FFb033;
	cursor: hand;
	}
