@charset "utf-8";
/* CSS Document */
body { background-color: #2A403D; }
.mainTable { background-color: #C0CFB0; }
.headerRow { background-color:#C0CFB0; }
.headerText { font-size:24px; font-family:Arial, Helvetica, sans-serif; color: #330000;	letter-spacing:.2em; line-height:30px; }
.currentNewsText, .eventText { font-family:Arial, Helvetica, sans-serif; color: #330000;}
.currentNewsText { font-size:20px;}
.eventText { font-size:18px; color:#330000; }
.registrationText { color: #330000; text-align:left; }
.imagesText {color: #330000 }
.blogText {font-size: 14px; color: #CCCCCC; }
.blogText a, a:visited { color:#CCC; font-weight:bold; }
td { font-family:Arial, Helvetica, sans-serif; color: #330000; }
.blogTextAdmin a, a:visited { color: #330000; font-weight:bold; }
#register {
	background-image: url(images/register_now.png);
	height: 28px;
	width: 151px;
	display:block;
	background-position: 10px 0px;
	float:left;
	background-repeat: no-repeat;
	margin-top: 5px;
}
#register:hover {
	background-position: 10px -28px;
}

