body {
	background-color:#fff;
	background-image:url('bg_page.gif');
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#333;
	font-size:9pt
}

html, body, form, input, img, ul, ol, li, span {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, p{
	margin:0 0 5px 0;
	padding:0;
}

a,
a:visited{
	color: #005288;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

img,
a img{
	border:none;
}

h2{
	font-size:15pt;
	text-align: center;
	vertical-align: bottom;


}
h3{
	font-size:13pt;
	margin-bottom:5px;
}
h4{
	font-size:9pt;
}
h5{
	font-size:9pt;
	margin-bottom:0;
	color:#333;
}

