body {
	background-color:#b6b8aa;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px
}

.td_footer{
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
}


.td_vLiner{
	background-image:url(../images/dot.gif);
	background-repeat:repeat-y;
	background-position:left;
	
}

/* Body Text Styles */

.body_text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cccccc;
	line-height:1.5em
}
a.body_text:link {
	text-decoration:none;
	color: #cccccc;
}
a.body_text:visited {
	text-decoration:none;
	color: #cccccc;
}
a.body_text:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
a.body_text:active {
	text-decoration:none;
	color: #cccccc;
}



.body_text_Gray {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #36353a;
	line-height:1.5em
}
a.body_text_Gray:link {
	text-decoration:none;
	color: #36353a;
}
a.body_text_Gray:visited {
	text-decoration:none;
	color: #36353a;
}
a.body_text_Gray:hover {
	text-decoration:underline;
	color: #000000;
}
a.body_text_Gray:active {
	text-decoration:none;
	color: #36353a;
}

.body_text_Gray_more {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height:1.5em
}
/* Title Text Styles */

.title_text_Gray {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF
}

.title_text2_Gray {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF
}
.form_style_1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal;
	color: #000000; 
	border: #666666;
	background-color:#7d7e76;
	padding: 5px;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
