w/* Used for main frames with white background */

body, table, th, tr, td, li, ul, ol	{
	color: #222222;
	font-family: Arial, Tahoma, helvetica, 'sans serif'; 
	font-size: 11px; 
	}

.form		{ 
	color: #162B73;
	font-family: Arial, Tahoma, helvetica, 'sans serif'; 
	font-size: 11px; 
	font-weight: bold; 
	}

PRE, CODE, TT	{ 
	color: #222222;
	font-family: Courier New, monospace;
	font-size: 10px; 
	}

HR	{	
	width: 100%;
	height: .25pt;
	align: center;
	color: #162B73;
	}	

A:link, A:visited	{
	text-decoration: underline;
	color: #162B73;
	}	
		
A:active, A:hover	{
	text-decoration: underline;
	color: #0000F0;
	}	
		

H2	{
	font-size: 14pt; 
	letter-spacing: -1pt;
	color: #162B73; 
	font-style: italic; 
	font-weight: bold; 
	margin-bottom: 14px;
	}
	
H3	{
	color: #162B73; 
	font-size: 12pt; 
	text-decoration: none; 
	letter-spacing: -.50pt;
	font-weight: bold;
	font-style: italic; 
	}

/* NAVIGATION BUTTONS */

.button	{
	font-size: 11px; 
	color: #F0F0F0; 
	text-align: left;

	}
.button a:link,.button a:visited 	{
	color: #8E8679;
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold;
	display: block; 
	padding-left: 25px; 
	padding-right: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	}

.button a:hover,.button a:active {
	color: #FFFFFF;
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold;
	display: block; 
	background-repeat: repeat-x; 
	border-top-width: 1px; 
	background-color: #010066;
	padding-left: 25px; 
	padding-right: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	}


/* COPYRIGHT FOOTER */

.footer td	{
	font-family: Calibri, Arial, Tahoma, helvetica, 'sans serif'; 
	font-size: 12px; 
	color: #222222;
	font-weight: bold;
	}

.footer a:link,
.footer a:visited	{
	font-size: 12px; 
	color: #222222;
	text-decoration: none;
	}

.footer a:hover,
.footer a:active	{
	font-size: 12px; 
	color: #EEEEEE;
	text-decoration: underline;
	}