body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
}
.sidebox {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #92A3B6;
	border-left-color: #92A3B6;
}
.lsidebox {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #92A3B6;
}
.rsidebox {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #92A3B6;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline overline;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}
.copyright a:link {
	text-decoration: underline;
	font-size: 10px;
	color: #FFFFFF;
}
.copyright a:visited {
	text-decoration: underline;
	font-size: 10px;
	color: #FFFFFF;
}
.copyright a:hover {
	text-decoration: underline overline;
	font-size: 10px;
	color: #FFFFFF;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #284A73;
}
.footer a:link {
	text-decoration: underline;
	font-size: 10px;
	color: #284A73;
}
.footer a:visited {
	text-decoration: underline;
	font-size: 10px;
	color: #284A73;
}
.footer a:hover {
	text-decoration: underline overline;
	font-size: 10px;
	color: #284A73;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #284A73;
	background-color: #FFFFFF;
	border: 2px solid #92A3B6;
}
.leftline {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #92A3B6;
}
.lightblue {
	background-color: #B4BFCD;
	color: #000000;
}
.bluetext {
	color: #284A73;
}
