body {
	
	font-family: verdana, Tahoma,  Arial, Helvetica;
	font-size: 11px;
	color: black;
	margin-top: 10px; 
	}

table {
        font-family: verdana, Tahoma,  Arial, Helvetica;        
        background-color: white;	
        font-size: 11px;
        }


#greenborder
{
border: 1px solid #ADC67B
}

#whiteborder
{
border: 1px solid #FFFFFF
}




/*Global link colours are set here*/

a:link 		{color: #0000FF; text-decoration: none ;}
a:visited 	{color: #0000FF; text-decoration: none ;}
a:active 	{color: #0000FF; text-decoration: none ;}
a:hover 	{color: #FF0000; text-decoration: none ;}


/*Pop-up tool tip is set here*/


#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #F7F9F2;
font-family: verdana;
font-size: 10px;
color: black;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}



/*Header parameters are set here*/

h1{margin-bottom:2px;font-size:9pt;color:ADC67B;font-family: tahoma, Arial;} 
h2{margin-bottom:0em;font-size:11pt;color:5abc29;font-family: tahoma, Arial;}
h3{margin-bottom:0em;font-size:10pt;color:000000;font-family: verdana, Arial;}