/* Used for main frames with white background */

BODY, TABLE, TH, TR, TD, LI, UL, OL 	{
	color: #111111;
	font-family: Arial, Tahoma, sans serif;
	font-size: 9pt;
	text-align: left;
	}

HR	{	
	width: 100%;
	height: .25pt;
	color: #111111;
	}	

A:LINK, A:VISITED   {
	color: #3A00CC;
	text-decoration: none; 
	}	
		
A:ACTIVE, A:HOVER   {
	color: #3A00CC;
	text-decoration: underline; 
	}	
		
H2	{
	font-family: Times New Roman, serif;
	color: #749987; 
	font-size: 16pt; 
	letter-spacing: -.50pt; 
	font-style: italic; 
	font-weight: bold;
	}
		
H3	{
	font-family: Arial, Tahoma, sans serif;
	color: #111111; 
	font-size: 12pt; 
	letter-spacing: -.50pt;
	font-weight: 400;
	}


/* GREEN TOOLBAR */

.toolbar p, .toolbar td {
	font-family: Arial, Tahoma, sans serif;
	color: #EEE;
	font-weight: bold;
	}

.toolbar a:link, .toolbar a:visited		{
	font-family: Arial, Tahoma, sans serif;
	color: #EEEEEE;
	text-decoration: none;
	margin: 0 5;
	font-weight: bold;
	}

.toolbar a:hover {
	color: #FFFFFF;
	text-decoration: underline overline;
	margin: 0 5;
	font-weight: bold;
	}


.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; 
	}

/* SUBMENU3 */
.submenu3 a:link,
.submenu3 a:visited {
	border-style:outset; 
	border-width:1px;
	color: #FFFFFF; 
	background-color: #749987;
	width: 150px;
	height: 25px;
	display: block;
	font-family: Arial, Tahoma, helvetica, 'sans serif';
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none; 
	text-align: center; 
	padding-top: 5px;
	padding-bottom: -5px;
	margin: 1px;
	}

.submenu3 a:hover,
.submenu3 a:active {
	border-style:inset; 
	border-width:1px;
	color: #FFFFFF; 
	background-color: #3A00CC;
	width: 150px;
	height: 25px;
	display: block;
	font-family: Arial, Tahoma, helvetica, 'sans serif';
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none; 
	text-align: center; 
	padding-top: 5px;
	padding-bottom: -5px;
	margin: 1px;
	}


.photo	{
     border: 3px solid #EEEEEE;
     padding: 5px;
     margin: 5px;
     -moz-box-shadow: 2px 2px 3px #969696;
     -webkit-box-shadow: 2px 2px 3px #969696;
     font-size: 125%;
     font-weight: bold;
     text-decoration: none;
     }

img	{
	border: none;
	}
