/* CSS Document */

#container {
	position:relative;
	width:550px;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
/*
.form_decor {
	background-color: #f2f0f0;
	border: 0.1em solid #CCCCCC;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}*/
.form_decor {
/*	background-image: url(images/banner-regular-bg.gif);
	background-repeat: repeat-x;
	*/
	
	background-color:#EEEEEE;
	
	border: 0.1em solid #006699;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.red {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.lite_fontz {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}



.form_heads {
		
	font-weight: bold;
	color:#FFFFFF;/*#475740*/
	background-color:#006699;/*E1E7DE*/	
	margin-bottom:3px;
	margin-top:3px;
	
}
.sub_heads {	font-weight: bold;
	background-color: #e1e3e4;
}
td{line-height:17px;}

.ssn
{
background:#006699;
font-weight:bold;
color:#FFFFFF;
}