
body
{
color: #003333;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-weight: normal;
background:white;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}

blockquote

{

font-weight: normal;
}

/*-------------------------------------------------------------------------
 classes
-------------------------------------------------------------------------*/

p. footer 
	{
font-family: Arial, Verdana, sans-serif;
font-size:  8pt;
font-weight: normal;
		
}
		
		
		/*-------------------------------------------------------------------------
paragraphs
-------------------------------------------------------------------------*/

p
{

		font-family: Arial, helvetica, sans-serif;
		font-size:  12px;
		font-weight: normal;
		line-height: 1.25;

}

/*-------------------------------------------------------------------------
 standard links
-------------------------------------------------------------------------*/
	A 
	{
		font-family: Arial, Verdana, sans-serif;
		color: #003366;
		font-size: 12px;
		font-weight: bold;
		
	}
	A:link {
		font-size:  12px;
		color: #003366;
		text-decoration: underline;
	}
	A:visited {
		font-size:  12px;
		color: #336699;
		text-decoration: underline;
	}
	A:hover {
		font-size:  12px;
		color: #336699;
		text-decoration: underline;
	}
	A:active {
		font-size:  12px;
		color: #990000;
		text-decoration: underline;
	}
	
	
	/*-------------------------------------------------------------------------
table
-------------------------------------------------------------------------*/

td
{
		font-family: Arial, helvetica, sans-serif;
		color: #003366;
		font-size: 14px;
		font-weight: normal;
		
}
	
	
	/*-------------------------------------------------------------------------
 standard Headers
-------------------------------------------------------------------------*/
	
	
	h1, h2, h3, h4, h5, h6
{}

h1
{
font-size: 28px;
font-weight: bolder; 
}

h2
{
font-size:  24px;
font-style: normal;
font-weight: bolder;
color: 000033;
}

h3
{
font-size:  16px;
font-style: normal;
font-weight: bold
}

	
	/*-------------------------------------------------------------------------
lists
-------------------------------------------------------------------------*/

ul
{
line-height: 1.75;
}

li
{
font-size:  14px;
}
