/* Content styles */
.contentStyle {
	background-color: transparent;
    color:#1E6774;	
	font: 12px Arial, Helvetica, sans-serif;
    line-height:14px;
}

.contentStyle a {
	color:#050505;
	text-decoration:underline;
}

.contentStyle a:hover {
	text-decoration: none;
	text-decoration:underline;
}
.contentStyle h1,.contentStyle h2{
	font: bold 16px Arial, Helvetica, sans-serif;	
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color:#d02330;
}
.contentStyle h2{
	margin-top: 15px;	
	font-size:15px;
}
.contentStyle h3{
	margin-top: 15px;	
	margin-bottom: 10px;	
	font-size:14px;
	color:#1E6774;	
}	
.contentStyle p{
	margin: 0px 0px 7px 0px;
}
.contentStyle hr{
	height:1px;
	color:#397984;
}
.contentStyle ul,.contentStyle ol{
	margin: 0px 0px 10px 30px;
}

.contentStyle ul li,.contentStyle ol li{
	margin: 0px 0px 0px 10px;
}

/* Links */
a.red_link {
	color: red;
	text-decoration: none;
}

a.red_link:hover {
	color: red;
	text-decoration: underline;
}

.hand {
	cursor: pointer;
}

/* Aligns */
.bl-left { float: left; }
.bl-right {	float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

/* Text */
.bold { font-weight: bold; }
.arial { font-family: Arial, Helvetica, sans-serif; }
.red { color: red; }
.dark_blue { color: #04679E; }

/* Spacing */
.nowrap { white-space: nowrap; }



/* Forms */
input {
	height: 24px;
	line-height: 20px;
	border: 1px solid #A3C1C6; 
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

textarea {
	border: 1px solid #A3C1C6; 
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
}

input.form_radio {
    cursor: pointer;
    border: none;
}

input.form_checkbox {
    cursor: pointer;
    border: none;
}

input.text{
	width: 250px;
	border: 1px solid #A3C1C6; 
}

.submit, input.submit,input.form_submit ,.submit_search{
	background-color: #d02330;
	background-image: url(../images/btn_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width:120px;
	height: 25px;	
	border: 0 none;
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	font-weight: bold;
	text-align:center;
}

.submit_disable, input.submit_disable {
	background-color: #d02330;
	background-image: url(../images/btn_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width:120px;
	height: 25px;
	border: 0 none;
	cursor: pointer;
	cursor: hand;
	color: #999999;
	font-weight: bold;
}

input.pollSubmit
{
	background-color: #d02330;
	background-image: url(../images/btn_bg_sm.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width:63px;
	height: 25px;	
	border: 0 none;
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	font-weight: bold;
	text-align:center;
    
	margin: 0px 0px 0px 8px;
	padding:0px;
	vertical-align:top;   
}
.webforms 
{
    background-color: #ffffff;
    width:490px;    
}
.webforms tr th{
    width:150px;    
    height:20px;    
    padding:0px;
    padding-right:5px;	
    xpadding-left:5px;	
	text-align:left;		
	font-weight: bold;	
}
.webforms tr td{    
    text-align:left;
	vertical-align: middle;		
	font-weight: normal;
}
.webforms tr td input{    
    margin:0px;
}