body {	font-family: Arial, Helvetica, sans-serif;
        bgcolor: "#FFFFFF"
}
h1{
	font-size: 28px;
	font-weight: bold;
	color: #00539F;
}
h2{
	font-size: 18px;
	font-weight: bold;
	color: #00539F;
}
h3{
	color: #00539F;
	font-size: 14px;
}
h4{	
	font-size: 12px;
	font-weight: bold;
}
p{  
        font-size: 12px;
}
td{  
        font-size: 12px;
}
.small {  
	font-size: 10px;
}
ul{
	text-indent: 3px;
	font-size: 12px;
	list-style-type: square;
}
a {
        font-weight: bold;
	font-size: 12px;
	color: #00539F;
}
