body {
	margin: 0px 0px 10px 0px; 
	background-color: #898D8D;
}

body,p,span,table,tr,td,input,select,textarea,li,ul,ol,font,span,div {
	font-family: arial,verdana,sans serif;
	font-size: 11px;
}

p.bodytext {
	font-family: arial,verdana,sans serif;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
}
 
h1,h2,h3,h4,h5,h6 {
	font-family: arial,verdana,sans serif;
	font-size: 18px;
	font-weight: 700;
	color: #072C6B;
	margin-bottom: 10px;
	display: block;	
}

a {
	text-decoration: none;
	color: #072C6B;
}
a:hover {
	text-decoration: underline;
}

