* {
	margin:0;
	padding:0;
}
body {
	color:#1D52A1;
	font-family:Verdana, "BitStream vera Sans", Helvetica, Sans-serif;
	font-size:12px;
	background-color: #FFF;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-family:Arial;
}
h1 {
	font-size:200%;
}
h2 {
	font-size:170%;
}
h3 {
	font-size:150%;
}
h4 {
	font-size:130%;
}
h5 {
	font-size:110%;
}
h6 {
	font-size:100%;
}
ul, ol {
	list-style-type: none;
}
img {
	border:0;
}
a {
	color:#1D52A1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #F00;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.fixed, .clear {
	clear:both;
}