/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-image: url(blegtext.gif);
	background-repeat: repeat-y;
	background-color:black;
	background-position:left;
	color:Black;
	
}

.Content
{
	background-color:#4682b4;
}	
.lable
{
	text-align:center;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:Black;
	text-align:center;
}
.InsuredHeader
{
	background-color:Blue;
	text-align:center;
	color:Black;
	vertical-align:middle;
}
.h1Insured 
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color:#104e8b;
}
.form
{
	 background-color:black;
}

	

