body {
background-color:#000000;
}
.blue_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #166BAE;
	text-decoration: none;
}
:hover.blue_text {
	font-family: Tahoma;
	font-size: 11px;
	color:#CCCCCC;
	text-decoration: none;
}
.blue_text2 {
	font-family: Tahoma;
	font-size: 13px;
	color: #166BAE;
	text-decoration: none;
}
:hover.blue_text2 {
	font-family: Tahoma;
	font-size: 13px;
	color:#12568D;
	text-decoration: none;
}
.email_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.main_text {
	font-family: Tahoma;
	font-size: 13px;
	color:#333333;
	text-decoration: none;
}
.main_text2 {
	font-family: Tahoma;
	font-size: 13px;
	color:#333333;
	text-decoration: none;
}
.main_text3 {
	font-family: Tahoma;
	font-size: 13px;
	color:#000000;
	text-decoration: none;
}
.bottom_nav {
	font-family: Tahoma;
	font-size: 11px;
	color:#CCCCCC;
	text-decoration: none;
	}
:hover.bottom_nav {
	font-family: Tahoma;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: none;
	}
.send_outline {
border: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 13px;
	color:#000000;
	text-decoration: none;
}
.send_outline_right {
border-right: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 13px;
	color:#000000;
	text-decoration: none;
}
.send_outline_top_right {
border-right: 1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 13px;
	color:#000000;
	text-decoration: none;
}
.send_outline_top {
border-top: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 13px;
	color:#000000;
	text-decoration: none;
}
.form_bg_small {
 font-size: 11px;
 font-family: Tahoma;
 color:#666666;
 height: 22px;
 width: 240px;
 background-color:#ffffff;
 border: 1px solid #999999;
}
.form_bg_small2 {
 font-size: 11px;
 font-family: Tahoma;
 color:#666666;
 height: 22px;
 width: 100px;
 background-color:#ffffff;
 border: 1px solid #999999;
}
.form_bg_message {
 font-size: 11px;
 font-family: Tahoma;
 color:#666666;
 height: 78px;
 width: 240px;
 background-color:#ffffff;
 border: 1px solid #999999;
}
.submit_button_bg {
 font-size: 11px;
 font-family: Tahoma;
 color: #666666;
 font-weight:bold;
 height: 22px;
 width: 48px;
 background-color:#CCCCCC;
 border: 1px solid #999999;
}