body {
	font-family: "Times New Roman", Times, serif;
	background-color: #003300;
	color: #fffaf0;
	font-size: 12px;
	
	
	scrollbar-base-color: #003300;
	scrollbar-track-color: #003300;
	scrollbar-face-color: #003300;
	scrollbar-highlight-color: #fffaf0;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: #fffaf0;
	scrollbar-arrow-color: #fffaf0;
}

table {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fffaf0;

}

a {font-weight: 600
}
a:link {
	color: #6699CC;
	font-weight: 900;
}
a:visited {
	color: #6699CC;
	font-weight: bolder;
}
a:active {color: #999999}
a:hover {color: #999999}

.smallfont {
	font-size: 11px;
}
.fontgreen {
	color: #009933;
}
.fontred {
	color: #CC0033;
}
.fontbluelt {
	color: #6699CC;
}
.fontblue {
	color: #336699;
}
.greenheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 900;
	color: #009933;
}
.redheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 900;
	color: #CC0033;
}
.ltblueheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 900;
	color: #6699CC;

}
.blueheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 900;
	color: #336699;

}
.whiteheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: 900;
	color: #fffaf0;
}
.bigwhitehead {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: 900;
	color: #fffaf0;
	border: thin solid #fffaf0;

}

.bigbluehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: 900;
	color: #336699;
}
.outerborder {
	border: thin solid #FFFFFF;
}
.bottomborder {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: 6699CC;
	border-right-color: 6699CC;
	border-bottom-color: 6699CC;
	border-left-color: 6699CC;
}
.cellborder {
	border: thin solid #fffaf0;
}
.boxedlink {
	padding: 5px 20px;
	border: thin solid #fffaf0;



}
.underline {
	text-decoration: underline;
}
