body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: #333333;
	scrollbar-arrow-color: #666666;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 900;
	color: #FFFFFF;
}
.bigbluehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: 900;
	color: #336699;
}
.outerborder {
	border: thin solid #6699CC;
}
.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;
}
