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

body {
	background-image: url(../images/gradient_bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#515151;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.top_pad_8 {
	padding-top:8px;
}
.left_pad_10 {
	padding-left:10px;
}
.right_pad_10 {
	padding-right:10px;
}
.img_bdr {
	border:1px solid #999999;
}
.submit {
	color: #000000;
	background-color: #FF9900;
}
.title_bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	background-image: url(../images/title_bar_center.jpg);
	background-repeat: repeat-x;
}
.title_bg_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	background-image: url(../images/title_bar_sm_center.jpg);
	background-repeat: repeat-x;
}
.light_txt {
	color: #eeeeee;
}
.sm_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width:175px;
	background-color:#eeeeee;
	border:1px solid #333333;
}
.lg_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width:400px;
	background-color:#eeeeee;
	border:1px solid #333333;
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
.signup_box {
	background-color: #cdcece;
	background-image: url(../images/form_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.grey_txt_med {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.font_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.foot {
	font-size:11px;
	color:#eeeeee;
	font-weight:bold;
}
a.foot:link {
	color: #eeeeee;
	text-decoration:none;
}
a.foot:visited {
	color: #eeeeee;
	text-decoration:none;
}
a.foot:hover {
	color:#FF6600;
	text-decoration:none;
}
a.foot:active {
	color: #eeeeee;
	text-decoration:none;
}
.med_orange_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.form_bg {
	background-color: #323031;
	border-right-width: 3px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #828081;
	border-left-color: #828081;
}
