/*   REFLEX BLUE = #00209E, LIGHT BLUE = #A6B8FE, PURPLE = #669   */

/* HTML SELECTOR STYLES */

body 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 100%; 
color: #fff;   
margin: 0; padding: 0;
background-color: #FFFFFF;
}

p 
{
margin-left: 0;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 90%;
line-height: 120%; 
color: #fff; 
text-align: left;	
}


/* HOME PAGE STYLES */

table#home {border: 0; padding: 0 20px;}

table#home td 
{
text-align: center;
margin: 0; padding: 0;
}

table#home img {margin: 0 auto;}

table#home td p 
{
margin-left: 0;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 90%;
line-height: 120%; 
color: #fff; 
text-align: left;	
}

table#home td p.center
{
text-align: center;	
}

	
table#home td h1 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 120%;
	font-style: italic;
	font-weight: bold;
	color: #00209E;
	text-align: center;
	}

table#home td h2 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
	}
	
table#home td h3 {font-family: Georgia, Times New Roman, Times, serif;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	color: #A6B8FE;
	text-align: center;
	border: 1px solid #A6B8FE;
	padding: 5px 0;
	}


.homecopyright
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #fff; 
text-align: left;
}

