BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-image: url(images/background.gif);
	height:100.1%;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.mainbackgroundborder {
	background-color: #999999;
}
.mainbackground {
	background-color: #FFFFFF;
}
.sidebackgroundborder {
	background-color: #CCCCCC;
}
.sidebackground {
	background-color: #F1F0F0;
}
.redbackground {
	background-color: #ED2024;
}
.greybackground {
	background-color: #999999;
}
.spacemainlink {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	width: 100px;
	white-space: pre;
}


.internallinkcolor {
	font-size: 12px;
	color: #0000CC;
	text-decoration: underline;
}
A.internallinkcolor:HOVER {
	color: #000000;
	text-decoration : none;
}
.pagelink {
	font-size: 12px;
	color: #676767;
	font-weight: bold;
	text-decoration : none;
}
A.pagelink:HOVER {
	color: #ED2024;
}
.sublinkcolorclick {
	font-size: 12px;
	color: #A70033;
	text-decoration : none;
}
A.sublinkcolorclick:HOVER {
	color: #A70033;
}
.sublinkcolor {
	font-size: 12px;
	color: #000000;
	text-decoration : none;
}
A.sublinkcolor:HOVER {
	color: #A70033;
}
.newslink {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration : none;
}
A.newslink:HOVER {
	color: #ED2024;
}

.maintext {
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidetext {
	font-size: 11px;
	color: #666666;
}
.footertextcolor {
	font-size: 12px;
	color: #676767;
}
.titletext {
	font-size: 16px;
	font-weight: bold;
	color: #ED2024;
}
.captiontext {
	font-size: 11px;
	font-style: italic;
}
.smallboldtext {
	font-size: 11px;
	font-weight: bold;
}



.admintitle {
	color : #000000;
	font-size : 15px;
	font-weight : bold;
}
.imagespace {
	margin-left : 13px;
	margin-bottom : 13px;
}
.newboxtitle {
	font-size : 11px;
	font-weight : bold;
}
A.newboxlink:HOVER {
	color : #000000;
	text-decoration : none;
}
.newboxlink {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
	font-style: italic;
}

A.adminlinkcolor:HOVER {
	color : #000000;
	text-decoration : none;
}
.adminlinkcolor {
	color : #0033CC;
	font-size : 12px;
	text-decoration : underline;
}
.tablelayout {
	float: left;
	margin : 2px;
}

.linkhand {
	cursor: hand;
}
.boldtext {
	font-weight: bold;
}
.regulartext {
	color : #000000;
	font-size : 12px;
}
.redboldtext {
	color : #CC0000;
	font-size : 12px;
	font-weight : bold;
}
.buttons {
	border-style : solid;
	border-width : 1px;
	background-color : #666666;
	border-color : #000000;
	font-size : 12px;
	color : #FFFFFF;
}
.formtextbox {
	color : #000000;
	border-style : solid;
	border-width : 1px;
	background-color : #FFFFFF;
	border-color : #666666;
	font-size : 11px;
}
.redformtextbox {
	color : #000000;
	border-style : solid;
	border-width : 1px;
	background-color : #FF9999;
	border-color : #666666;
	font-size : 11px;
}