﻿body {
	margin:0px;
	padding:0px;
	font-family:Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
	font-size:13px;
	color:#2e2e2e;
}
h1 {
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	margin:0px;
	padding:0px 0px 30px 0px;
}
p {
	margin:0px;
	padding:0px 0px 20px 0px;
	line-height:20px;
}
a:link, a:visited {
	color:#294989;
	text-decoration:underline;
}
a:hover {
	color:#294989;
	text-decoration:none;
}
a:active {
	color:#5c6b89;
	text-decoration:none;
}