td			{		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: black;}
A:link		{		text-decoration:	underline;	color: 	black;	}
A:visited	{		text-decoration:	underline;	color:	black;	}
A:active	{		text-decoration:	underline;	color:	black;	}
A:hover		{		text-decoration:	none;		color:	silver;	}	
h1		{ 		color: white;
					margin: 0px;
					padding: 0px;
					font-size: 27px; }
					
h2 			{ 		color: white;
					margin: 2px 0 0 0;
					padding: 0px;
					font-size: 14px; 
					font-weight: normal;}
					
.white		{		color: white;}
BODY{ margin: 0,0,0,0; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}
.tableSeparator
{
	margin: 2px 0;
	border-bottom: dotted 1px gray;
}
.fieldRequired
{
	color: red;
	font-size: 10px;
}
.congratsTeaser
{
	padding: 10px;
	color: green;
	font-weight: bold;
	border: solid 1px green;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;    
	margin: 5px 0 10px 0;
	background-color: #ffffff;
	font-size: 14px;
}
.mainTable
{
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;  
}
.header
{
	background-color: #213D8F;
	height: 76px;
	font-size: 15px;
	padding: 15px 0 0 15px;
	vertical-align: middle;
    -moz-border-radius-topleft: 10px; 
    -webkit-border-top-left-radius: 10px; 
    -moz-border-radius-topright: 10px; 
    -webkit-border-top-right-radius: 10px;	
}
.footer
{
    -moz-border-radius-bottomleft: 10px; 
    -webkit-border-bottom-left-radius: 10px; 
    -moz-border-radius-bottomright: 10px; 
    -webkit-border-bottom-right-radius: 10px;	
	width: 800px; 
	background: url(/Images/footer.jpg); 
	text-align: center; 
	color: white; 
	margin: 0 auto; 
	font-size: 11px; 
	padding: 3px 0;
}
.quoteWrap
{
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px;  
	padding: 10px;
}