BODY{
	font-family :  Arial, sans-serif;
	font-size :12 pt;
	color:black;
	background: white; 
}

A {
	text-decoration: none;
	color: #0066cc;
}

A:Hover {
	text-decoration: underline;
	color: #FFCC66;
	font-style: bold;
}
A:Visited {
	color: #000099;
}

h1 {
	font-family : Arial, sans-serif;
	font-size : 14pt;
	margin-bottom: 0;
}
h2 {
	font-family : Arial, sans-serif;
	font-size : 16pt;
	color: #0066cc;
	font-style: normal;
}
td {
	font-family : Arial, sans-serif ;
	font-size : 10pt;
	color: Black;
}
h3 {
	font-family: arial, sans-serif;
	font-size : 12pt;
	text-align: left;
	color: #0066cc;
}
h5{
	font-family: arial;
	font-size : 12pt;
	color: #FF9933;
	margin-bottom: 2;
	margin-top: 2;
}
h4{
	font-family: Arial, sans-serif;
	font-size : 14pt;
	color: #0066cc;
	font-style: normal;
	font-variant: normal;

}
h2{
	font-size: 12pt;
	font-style: oblique;
}

p{
	font-family: Arial, sans-serif;
}

ul{
	margin-bottom: 2;
	margin-top: 2;
	margin-left: 16;
}	
