body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #AEE4EE;
	margin: 0px;
	padding:0;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #044271;
}
a:link {
	color: #00004A;
	text-decoration: none;
}
a:visited {
	color: #00004A;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #00004A;
	text-decoration: none;
}
.tb {
	border: medium dotted #004F75;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #336699;
}
.center {
	text-align: center;
}
h3 {
	font-family: georgia, verdana, arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	color: #00004A;
	line-height: 24px;

