/* CSS Document */

body
{
	font: 13px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
}

.top_banner
{
	background-image: url(images/top_bg.jpg);
	height: 100px;
	background-repeat:repeat-x;
}

.questions
{
	font: bold 14px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #00006e;
	height: 30px;
}
.greenbg
{	
	background-image: url(images/greenBg.jpg);
	background-repeat: no-repeat;
	width: 331px;
	height: 190px;
	font: 12px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 0px;
}

.red-url
{
	font: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #940700;
	text-decoration: none;
}

.white-url
{
	font: bold 12px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

.form-top
{
	background-image: url(images/Form_Top.jpg);
	background-repeat: no-repeat;
	width: 665px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}

.form-tbl-border
{
	border-bottom: 1px #d8ce79 solid;
	border-left: 1px #d8ce79 solid;
	border-right: 1px #d8ce79 solid;
	background-image: url(images/Form_Tbl_BG.jpg);
	width: 665px;
}

.form_text
{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #950801;
}

.text_field
{
	border: 1px #666666 solid;
	font: 12px Arial, Helvetica, sans-serif;
	width: 300px;
}	

.Small_text_field
{
	border: 1px #666666 solid;
	font: 12px Arial, Helvetica, sans-serif;
	width: 80px;
	height: 17px;
}

.side_tbl_top
{
	background-image: url(images/Side_tbl_top.jpg);
	background-repeat: no-repeat;
	width: 315px;
	height: 52px;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
}

.side_tbl_border
{
	border-bottom: 1px #d8ce79 solid;
	border-left: 1px #d8ce79 solid;
	border-right: 1px #d8ce79 solid;
	background-image: url(images/Form_Tbl_BG.jpg);
	width: 315px;
}

.bottom_tbl_left
{
	background-image: url(images/BelowTbl_Lftside.jpg);
	background-repeat: no-repeat;
	width: 18px;
	height: 151px;
}

.bottom_tbl_right
{
	background-image: url(images/BelowTbl_Rghtside.jpg);
	background-repeat: no-repeat;
	width: 18px;
	height: 151px;
}

.bottom_tbl_border
{
	border-bottom: 1px #b7b876 solid;
	border-top: 1px #b7b876 solid;
	background-image: url(images/BelowTbl_BG.jpg);
	height: 149px;
}

.footer
{
	background-color: #3d3d3d;
	font: 12px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 50px;
} 
