@charset "utf-8";
/* CSS Document */

body{
		background-image:url(../images/bg.jpg);
		background-repeat:no-repeat;
		background-position:top;
}

.white_bg{
	background-color:#FFF;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

.txt_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.top_nav{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	display: block;
	padding: 5px;
	float:left;
	text-decoration:none;
}

.top_nav:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ccc;
	display: block;
	padding: 5px;
	float:left;
	text-decoration:none;
}

.top_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

.top_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#CCC;
	text-decoration: none;
}

.more1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

.more1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#CCC;
	text-decoration: none;
}

.input1{
		background-image:url(../images/search_bg.jpg);
		height:21px;
		border:none;
}
		

.white_bg2{
	background-color:#FFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #60adcb;
}

.brdr_top{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #60adcb;
}
.title_main {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: #60adcb;
	text-decoration: none;
}

.title_sub {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight: bold;
	color:#999;
	text-decoration: none;
}

.ln_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #002147;
	text-decoration: none;
	padding-left: 10px;
}
.brdr_btm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
