/* Default CSS Stylesheet for a new Web Application project */
.titleback
{
	background-color:#D9D9D9;
}
BODY
{
	vertical-align:top;
}

P {
	font-size: 14px;
	font: default font;
	font-style: normal;
	color: #2a1001;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #2a1001;
}
H1	{
	font-size: 22px;
	font-weight: bold;
	color:#17375E;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	}	
		
H2	{
	font-size:	20px;
	color:#17375E;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
		
H3	{
	font-size:	18px;
	color:#17375E;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
		
H4	{	
	font-size:	16px;
	color:#17375E;
	}	
		
TFOOT, THEAD	{	
	font-size:	13px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	font-size:	14px;
	font-weight:	bold;
	background-color:#9b9a9a;
	}	
	
HR	{
	color:#17375E;
	}

A:link	{
	font-weight: bold;	
	color:	#17375e;
	}	
		
A:visited	{	
	font-weight: bold;	
	color:	#17375e;
	}	
		
A:active	{	
	font-weight: bold;	
	color:	#17375e;
	}	
		
A:hover	{
	font-weight: bold;	
	text-decoration: underline;
	color:	#17375e;
	}
	
SMALL	{	
	font-size:	12px;
	}	

BIG	{	
	font-size:	21px;
	}	

BLOCKQUOTE, PRE	{
vertical-align:top;
	}	
.style1 {color: #003366}
