.topnav {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4D7F98;
}
a {
	color: #4D7F98;
	text-decoration: none;

}
a:hover {

	color: #0000CC;
	text-decoration: none;
}
.content {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;

}
.footer {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;

}
.header {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;

}
.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006699;
	border-left-color: #006699;
	background-color: #FFFFFF;

}
body {
	background-color: #E8E8E8;
}
hr {
	color: #006699;
}
