body { 
	font-family : Tahoma, Arial, sans-serif;
	color: darkblue;
	font-size : 10pt;
	leftmargin : 0;
	topmargin : 0;
	}

A:link {
        color : black;
		font : menu;
        text-decoration: none; 
		padding-right : 20px;
		padding-left : 20px;
		padding-top : 4px;
		padding-bottom : 4px;
	/*	border : 1px solid white; */	}

A:visited {
        color : black;
		font : menu;
        text-decoration: none;
		padding-right : 20px;
		padding-left : 20px;
		padding-top : 4px;
		padding-bottom : 4px;
	/*	border : 1px solid white; */	 }

A:hover {
        color: white;
		font : menu;
		font-weight : bold;
        text-decoration: none;
		background-color : #0099FF;
		padding-right : 20px;
		padding-left : 20px;
		padding-top : 4px;
		padding-bottom : 4px;
/*		border-bottom : 1px solid black;
		border-right : 1px solid black;
		border-top : 1px solid silver;	 		
		border-left : 1px solid silver;  */
	 }

A:active {
        color: red;
        text-decoration: none; }
		  
HR {color: DARKBLUE	; border-bottom : 1px; text-align :center}

TD	{
	font-family : Tahoma, Arial, sans-serif;
	font-size : 9pt;
	color: darkblue;
	}



h1   { font-size: 12pt; line-height: 14pt; 	color: darkblue;}
h2   { font-weight: bold; font-size: 12pt; line-height: 23pt;color: darkblue  }
h3   { font-weight: bold; font-size: 10pt; line-height: 14pt;color: darkblue }
h4    { color: darkblue; font-weight: bold; font-size: 10pt; line-height: 14pt; font-family: Verdana }
h5 { color: white; font-weight: bold; font-size: 9pt; line-height: 14pt }
td     { color: darkblue; font-weight: normal; font-size: 8pt; line-height: 14pt; font-family: Verdana }
a { text-decoration: none }