body {
	margin:0px;
	background-color: #333333;
}

td {
	font-family:Arial; font-size:12px;
	color:#000000; line-height:22px; text-align:justify;
}
	
.header_bg {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 108px;
}
.nav_bg {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 26px;
}

.welcome_bg {
	background-image: url(images/welcome_bg.jpg);
	background-repeat: repeat-x;
}

.services_bg {
	background-image: url(images/services_bg.jpg);
	background-repeat: repeat-x; background-color:#FFFFFF;
}

.footer_bg {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x; height:41px;
}
	

.main_banner {
	background-image: url(images/main_banner.jpg);
	background-repeat: no-repeat;
	width:741px; height:172px;
}

.white_header {
	font-family:Arial; font-size:15px;
	color:#FFFFFF;font-weight:bold;
}

.red_header {
	font-family:Arial; font-size:15px;
	color:#bb0202;font-weight:bold; text-decoration:underline;
}

.black_header {
	font-family:Arial; font-size:15px;
	color:#000000;font-weight:bold;
}		

.whitelink:link {
	font-family:"Trebuchet MS"; font-size:13px;
	color:#FFFFFF; text-decoration:none; font-weight:bold;
}

.whitelink:visited {
	font-family:"Trebuchet MS"; font-size:13px;
	color:#FFFFFF; text-decoration:none; font-weight:bold;
}

.whitelink:hover {
	font-family:"Trebuchet MS"; font-size:13px;
	color:#FF9900; text-decoration:none; font-weight:bold;
}

.whitesmall:link {
	font-family:"Trebuchet MS"; font-size:10px;
	color:#FFFFFF; text-decoration:none; font-weight:bold;
}

.whitesmall:visited {
	font-family:"Trebuchet MS"; font-size:10px;
	color:#FFFFFF; text-decoration:none; font-weight:bold;
}

.whitesmall:hover {
	font-family:"Trebuchet MS"; font-size:10px;
	color:#FF9900; text-decoration:none; font-weight:bold;
}

.whitefont {
	font-family:"Trebuchet MS"; font-size:10px;
	color:#ffffff; text-decoration:none; font-weight:bold;
}

.textbox {
	font-family:Arial; font-size:11px;
	color:#000000;
}

.btn_bg {
	background-image:url(images/btn_bg.jpg);
	background-repeat:repeat-x; height:22px;
}	
	
