body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5B2606;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

td {
	font-family:Arial; font-size:12px; color:#000000;
	line-height:19px;
}

.bg1 {
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
}

.nav_bg {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 42px;
}

.body_bg {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
}

.calendar_bg {
	background-image: url(images/calendar_bg.jpg);
	background-repeat: repeat-y;
	width: 272px;
}

.news_bg {
	background-image: url(images/news_bg.jpg);
	background-repeat: repeat-x;
}

.whitetext {
	font-family:Arial; font-size:11px; color:#FFFFFF;
}

.blacktext {
	font-family:Arial; font-size:11px; color:#000000;
	line-height:22px;
}

.redtext {
	font-family:Arial; font-size:12px; color:#A10810;
}

.redheading {
	font-family:"Trebuchet MS"; font-size:20px; color:#A30810;
	font-weight:bold;
}

.blackheading {
	font-family:"Trebuchet MS"; font-size:20px; color:#000000;
	font-weight:bold;
}

.whiteheading {
	font-family:"Trebuchet MS"; font-size:15px; color:#ffffff;
	font-weight:bold;
}		

.navlink:link {
	font-family:"Trebuchet MS"; font-size:14px;
	color:#FFFFFF; text-decoration:none; font-weight:bold;
}

.navlink:visited {
	font-family:"Trebuchet MS"; font-size:14px;
	color:#FFFFFF; text-decoration:none; font-weight:bold;
}

.navlink:hover {
	font-family:"Trebuchet MS"; font-size:14px;
	color:#FF9900; text-decoration:none; font-weight:bold;
}

.blacklink:link {
	font-family:Arial; font-size:12px; color:#000000;
	text-decoration:none;
}

.blacklink:visited {
	font-family:Arial; font-size:12px; color:#000000;
	text-decoration:none;
}

.blacklink:hover {
	font-family:Arial; font-size:12px; color:#000000;
	text-decoration:underline;
}

.redlink:link {
	font-family:Arial; font-size:12px; color:#A30810;
	text-decoration:none; font-weight:bold;
}

.redlink:visited {
	font-family:Arial; font-size:12px; color:#A30810;
	text-decoration:none; font-weight:bold;
}

.redlink:hover {
	font-family:Arial; font-size:12px; color:#A30810;
	text-decoration:underline; font-weight:bold;
}

.graybg {
	background-color:#EBEBEB;
}

.whitebg {
	background-color:#ffffff;
}

.red_dotted {
	background-image: url(images/red_dotted.jpg);
	background-repeat: repeat-x;
}

.tableborder1 {
	border: solid 1px #DADADA;
}

.textbox {
	font-family:Arial; font-size:11px; 
}

.forward_btn {
	background-image: url(images/forward_btn.jpg);
	background-repeat: no-repeat;
	width:20px; height:20px;
	border: 0px; background-color:#FFFFFF;
	cursor: hand; margin-top:5px;
}

.prev_btn {
	background-image: url(images/prev_btn.jpg);
	background-repeat: no-repeat;
	width:20px; height:20px;
	border: 0px; background-color:#FFFFFF;
	cursor: hand; margin-top:5px;
}


	

