/* Default CSS Stylesheet for a new Web Application project */

body
{
	font-size: 11px;
	font-family: verdana,arial,san serif;
}

.banner
{		
	color:"#ffffff";
}


td
{		
	font-size: 11px;
	line-height: 12px;
	font-family:verdana,arial,san serif;
	font-weight: normal;
}

a
{	
	text-decoration:none; 
	color: #000066;
}

a:hover
{	
	text-decoration:none; 
	color: #0000ff;
}

a.body
{	
	text-decoration:underline; 
	color: #003366;
}

a.body:hover
{	
	text-decoration:none; 
	color: #0000ff;
}

a.navAnchor
{
	font-size: 8pt;
	color: #6699cc;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold; 
	cursor:hand;
}

a.navAnchor:hover
{
	font-size: 8pt;
	color: #6699cc;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold; 
	cursor:hand;
}

.nav
{
	background-color: #ffffff; 	
	line-height: 12px;
	font-size: 8pt;
	font-weight: bold;		
	color: #000066;
	cursor:hand;	
}

.navOver
{
	background-color: #f6f6f6; 	
	line-height: 12px;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;	
	cursor:hand;
}

.footer
{
	line-height: 12px;
	font-size: 9px;
	font-weight: bold;		
	color: #ffffff;
}

h1
{
	font-size: 13pt;
	line-height:16px; 
	font-weight:bold; 
	color:#003366;
	}
	
h2
{
	font-size: 10pt;
	line-height:14px; 
	font-weight:bold; 
	color:#003366;
	}
	

h2.q
{
	font-size: 18pt;	
	line-height:18px; 
	font-weight:bold; 
	color:#cccccc;
	}
	
h2.a
{
	font-size: 18pt;
	line-height:18px; 
	font-weight:bold; 
	color:#003366;
	}	
	
.FormControl {
    font-size: 10px;
    line-height: 11px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
}