.nav_bg {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 37px;
}

.header_bg {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 133px;
}

.left_nav_bg {
	background-image: url(images/left_nav_bg.jpg);
	background-repeat: repeat-y;
	width: 180px;
}

.left_nav_head {
	background-image: url(images/left_nav_head.jpg);
	background-repeat: no-repeat;
	width: 179px;
	height: 37px;
	}

.text_box {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.td1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.white {
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
}


.blue_header{
	color:#0770b1; font-family:Arial, Helvetica, sans-serif; font-size:20px; margin:0px 0px 10px 0px;
}

.black_header{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.white:link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}

.white:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
}

.white:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #9FD9EA;
	text-decoration:underline;
}

.p10 {
	padding:10px;
	}
