BODY {
	font-family: Arial, Helvetica, sans-serif;
	color: 	          #000000;
	background-color: #FFFFFF;
	margin-left:	  6px;
	margin-right:	  6px;
	margin-bottom:	  0px;
	margin-top:	      0px;	
}

A:link, A:visited {
        color: #003366;
        font-size : 10pt;
        font-weight : bold;
        text-decoration: none; 
}

A:hover, A:active { 
        color: #003366; 
        font-size : 10pt;
        font-weight : bold;
        text-decoration: none;
}

H1 {
	Font-Family : Arial, Helvetica, sans-serif ;
	Font-Size : 15pt ;
	Color : black;
	Font-Weight : Bold; 
}
H2 {
	Font-Family : Arial, Helvetica, Verdana sans-serif ;
	Font-Size : 14pt;
	Color : black;
	Font-Weight : Bold; 
}
H3 {
	Font-Family : Arial, Helvetica, sans-serif ;
	Font-Size : 10pt ;
	Color : black;
	Font-Weight : Bold; 
}

div, p, td, li, input, textarea, select, option  {
	Font-Family : Arial, Helvetica, sans-serif ;
	Font-Size : 10pt ;
	Color : #000000 ;
	Font-Weight : normal;
}

td.menu {
        height: 30;
        width: 100%;
        background-color: #6699CC;
        cursor: pointer;
}