BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11;
	color : Black;
	scrollbar-face-color : #3333CC;
	scrollbar-shadow-color : #3333CC;
	scrollbar-highlight-color :#3333CC;
	scrollbar-3dlight-color : #9999FF;
	scrollbar-darkshadow-color : #000000;
	scrollbar-track-color : #000033;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #000033;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11;
	color : Black;
}

.txt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11;
	color : Black;
}

.content {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	color : Black;
}

.boldtxt{
	font-weight : bold;
}

.boldwhitetxt{
	font-weight : bold;
	color : #FFFFFF;
}

.smalltxt{
	font-size : 10;
}

.smallwhitetxt{
	font-size : 10;
	color : #FFFFFF;
}
.bigtxt{
	font-size : 16;
	font-weight : bold;
	color : #003366;
}
.blueTxt {
	font-size: 12;
	color: #33669C;
	font-weight: bold;
}
.greyTxt {
	color: #666666
}
.midwhitetxt{
	font-size : 12;
	font-weight : bold;
	color : #FFFFFF;
}

.bigwhitetxt{
	font-size : 16;
	font-weight : bold;
	color : #FFFFFF;
}

A{
	text-decoration : underline;
	color : #880000;
}

A:HOVER{
	text-decoration : none;
	color : #990000;
}

.footer{
	text-decoration : none;
	color : #B8C6D4;
}

.footer:HOVER{
	text-decoration : underline;
	color : #FFFFFF;
}

.whitelink{
	text-decoration : underline;
	color : #FFFFFF;
}

.whitelink:HOVER{
	text-decoration : none;
	color : #FFFFFF;
}

.searchSite {
	width : 84;
	height : 17;
	background-color : #FFFFFF;
	color : #000000;
	font-size : 11;
	font-weight : normal;
	border: 1px solid #FFFFFF;
}

.contentField {
	width : 84;
	height : 17;
	background-color : #FFFFFF;
	color : #000000;
	font-size : 11;
	font-weight : normal;
	border: 1px solid #999999;
}
.contentField2 {
	background-color : #FFFFFF;
	color : #000000;
	font-size : 11;
	font-weight : normal;
	border: 1px solid #999999;
}

.lightPurpleBG {
	background-color: #D7D6EE
}

.midPurpleBG {
	background-color: #9999FF
}

.lightGreyBG {
	background-color: #CCCCCC
}

.lightestGreyBG {
	background-color: #EEEEEE
}

.midGreyBG {
	background-color: #666666
}

.darkGreyBG {
	background-color: #999999
}

.darkBlueBG {
	background-color: #03035E
}

.redBG {
	background-color: #9A0000
}

.whiteBG {
	background-color: #FFFFFF
}

.blackBG {
	background-color: #000000
}

.blueBG {
	background-color: #33669C
}