/* Used for main frames with white background */

BODY, TABLE, TH, TR, TD, LI, UL, OL 	{
	color: #111111;
	font-family: Arial, Tahoma;
	font-size: 9pt;
	}

HR	{	
	width: 100%;
	height: .25pt;
	color: #111111;
	}	

A:LINK, A:VISITED   {
	color: #0000FF;
	text-decoration: none; 
	}	
		
A:ACTIVE, A:HOVER   {
	color: #0000FF;
	text-decoration: underline; 
	}	
		
H2	{
	font-family: Times New Roman;
	color: #008080; 
	font-size: 16pt; 
	letter-spacing: -.50pt; 
	font-style: italic; 
	font-weight: bold;
	}
		
H3	{
	font-family: Arial, Tahoma;
	color: #111111; 
	font-size: 12pt; 
	letter-spacing: -.50pt;
	font-weight: 400;
	}


/* GREEN TOOLBAR */

.toolbar a:link, .toolbar a:visited		{
	font-family: Tahoma;
	color: #EEEEEE;
	text-decoration: none;
	margin: 0 5;
	}

.toolbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	margin: 0 5;
	}


.form	{ font-family: Arial; font-size: 9pt; font-weight: bold; }
.button	{ font-family: Arial; font-size: 9pt; font-weight: bold; }


/* SUBMENU2 */

.submenu2 a:link,
.submenu2 a:visited {
	color: #01284B; 
	width: 135px;
	height: 15px;
	display: block;
	font-family: Arial, Tahoma, helvetica, 'sans serif';
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none; 
	text-align: center; 
	padding: 5 0 5 0;
	}

.submenu2 a:hover,
.submenu2 a:active {
	color: #01284B; 
	background-color: #FFF171;
	width: 135px;
	height: 15px;
	display: block;
	font-family: Arial, Tahoma, helvetica, 'sans serif';
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none; 
	text-align: center; 
	}