@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
    font-family:Tahoma, Arial;
	}


td { font-size:11px; color: #666666; }
h1 { font-family: Tahoma, Arial; font-size:22px; font-weight:normal; margin-left:15px; margin-top:15px; display:inline;}



.input1{
	background-image:url(../images/search_bg.jpg);
	background-repeat:repeat-x;
	padding-top:5px;
	height:17px;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}

.main_bg{
	background-image:url(../images/main_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	min-height:600px;
	}

.content_bg{
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	min-height:219px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e7e7e7;
	border-left-color: #e7e7e7;
	}

.nav_top{
	display:block;
	float:left;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}

.nav_top{
	display:block;
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dbdbdb;
	}

.nav_top:hover{
	display:block;
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/nav_hover.png);
	}	.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.page_title {
	font-family: "trebuchet MS";
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #025382;
	text-decoration: none;
}
.sub_title {
	font-family: "trebuchet MS";
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #a5a5a5;
	text-decoration: none;
}
.recent_title {
	font-family: "trebuchet MS";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #a5a5a5;
	text-decoration: none;
	padding-left: 15px;
}

.Heading1 { font-size:18px; font-weight:normal; font-family: Tahoma, Arial, Verdana; color:#003366; }
.footer_bg {
	background-color: #fafafa;
	background-image: url(../images/ftr_bg.png);
	background-repeat: repeat-x;
}
.ftr_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.ftr_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration:underline;
}

hr { color: #ccc; background-color: #ccc; }

.YellowHeading { background-image:url(../images/MenuBG2.png); font-size:18px; font-weight:normal; font-family: Tahoma, Arial, Verdana; color:#003366; }