@charset "utf-8";
.body {
	background-color: #172028;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x; margin:0px;
}

.headerbody {
	background-color:#FFFFFF;
	margin:0px;
}

.header_bg {
	background-image:url(images/header_bg.jpg); background-repeat:repeat-x;
	height:78px;
	border-left:solid 2px #FFFFFF;
	border-right:solid 2px #FFFFFF;
}

.header_bg2 {
	background-image:url(images/header_bg.jpg); background-repeat:repeat-x;
	height:78px;
	border-left:solid 2px #333333;
	border-right:solid 2px #333333;
}

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:33px;
	border-left: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}
.heading_bg {
	background-image: url(images/heading_bg.jpg);
	background-repeat: no-repeat;
}


.nav_bg2 {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x; height:33px;
	border-left: solid 2px #333333;
	border-right: solid 2px #333333;
}

.whiteborder {
	border-left: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}

.whiteborder2 {
	border-left: solid 2px #333333;
	border-right: solid 2px #333333;
}

.leftstrip_bg {
	background-image:url(images/leftstrip_bg.jpg);
	background-repeat:repeat-y; width:10px;
}

.navup_bg {
	background-image: url(images/navup_bg.jpg);
	background-repeat: repeat-x; height:31px;	
}

.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;
}

.gray_bg {
	background-image: url(images/gray_bg.jpg);
	background-repeat: repeat-x;
	border-left: solid 1px #AEAEAE;
	border-right: solid 1px #AEAEAE;
	border-bottom: solid 1px #AEAEAE;
}

.gray_bg1 {
	background-image: url(images/gray_bg1.jpg);
	background-repeat: repeat-x;
	border-left:solid 1px #cdcdcd;
	border-right:solid 1px #cdcdcd;
}

.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:#535C2C; text-decoration:underline; font-weight:bold;
}

a:visited {
	font-family:Arial; font-size:11px; color:#535C2C; 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; 
}

.orange_header {
	font-family:"Trebuchet MS"; font-size:18px; color:#ff6600; font-weight:bold; 
}
.white_header {
	font-family:"Trebuchet MS"; font-size:18px; color:#ffffff; font-weight:bold; 
}

.blue_header {
	font-family:"Trebuchet MS"; font-size:18px; color:#29394F; font-weight:bold; 
}




