body {
	background-color: #002280;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #333333;
	background-image: url(../img/gradient_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #0099FF;
	text-decoration: none;
}
.caption {
	font-size: 9px;
	color: #6B7DB5;
}
.headerlarge {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial;
	padding-top: 10px;
	line-height: 1.25em;
}
.headersmall {
	font-size: 16px;
	font-weight: bold;
	color: #B89949;
	font-family: "Trebuchet MS", Verdana, Arial;
}
.mainbody {
	background-image: url(../img/body_background.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.lightbox {
	font-size: 9px;
	background-color: #F0F0F0;
	padding: 10px;
	width: 90%;
	border: 1px solid #CCCCCC;
}
