@charset "utf-8";
.body {
	background-color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x; margin:0px;
}

.headerbody {
	background-color:#FFFFFF;
	margin:0px;
}

td {
	font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000;
	line-height:20px; text-align:justify;
}

.nav_bg {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x; height:31px;
	border: solid 1px #B7916A;
}

.navup_bg {
	background-image: url(images/navup_bg.jpg);
	background-repeat: repeat-x; height:31px;	
}
.brown_text {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #9E4537;
}

.heading_bg {
	background-image: url(images/heading_bg.jpg);
	background-repeat: no-repeat;
}

.welcome_bg {
	background-image: url(images/welcome_bg.jpg);
	background-repeat: repeat-x;
}

.footer_bg {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x; height:72px;
}
.white_text {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.gray_bg {
	background-image: url(images/gray_bg.jpg);
	background-repeat: repeat-x;
	border: solid 1px #cccccc;
}

.brown_bg {
	background-image: url(images/brown_bg.jpg);
	background-repeat: repeat-x;
	border: solid 1px #E8D8C6;
}


.brown_bg1 {
	background-image: url(images/brown_bg1.jpg);
	background-repeat: repeat-x;
	border-left: solid 1px #E8D8C6;
	border-right: solid 1px #E8D8C6;
}

.navlink:link {
	font-family:Arial; font-size:13px; color:#FFFFFF; font-weight:bold; text-decoration:none;
}

.navlink:visited {
	font-family:Arial; font-size:13px; color:#FFFFFF; font-weight:bold; text-decoration:none;
}

.navlink:hover {
	font-family:Arial; font-size:13px; color:#ffcc00; font-weight:bold; text-decoration:none;
}

a:link {
	font-family:Arial; font-size:11px; color:#9D3A2D; text-decoration:underline; font-weight:bold;
}

a:visited {
	font-family:Arial; font-size:11px; color:#9D3A2D; text-decoration:underline; font-weight:bold;
}

a:hover {
	font-family:Arial; font-size:11px; color:#ff6600; text-decoration:underline; font-weight:bold;
}

.whitelink:link {
	color:#FFFFFF;
}

.whitelink:visited {
	color:#FFFFFF;
}

.whitelink:hover {
	color:#ffcc00;
}

.whitefont {
	color:#FFFFFF;
}


.p5 {
	padding:5px;
}

.text_box {
	font-family:Arial; font-size:11px;
}

.black_header {
	font-family:"Trebuchet MS"; font-size:18px; color:#333333; font-weight:bold; 
}

.brown_header {
	font-family:"Trebuchet MS"; font-size:18px; color:#69251C; font-weight:bold; 
}

.orange_header {
	font-family:"Trebuchet MS"; font-size:18px; color:#ff6600; font-weight:bold; 
}






	
