/* Used for main frames with white background */

BODY, TABLE, TH, TR, TD, LI, UL, OL 	{
	color: #111111;
	font-family: Arial, Tahoma;
	font-size: 9pt;
	text-align: left;
	}

HR	{	
	width: 100%;
	height: 1px;
	color: #CC0033;
	}	

a:link,
a:visited	{
	color: #0F73B9;
	font-weight: bold;
	text-decoration: none; 
	}	
		
a:active,
a:hover	{
	color: #0F73B9;
	font-weight: bold;
	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;
	}


/* BLUE TOOLBAR */
.toolbar a:link,
.toolbar a:visited		{
	font-family: Tahoma;
	color: #EEEEEE;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	}

.toolbar a:hover,
.toolbar a:active	{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 5px;
	margin-right: 5px;
	}


.form	{ font-family: Arial; font-size: 9pt; font-weight: bold; }
.button	{ font-family: Arial; font-size: 9pt; font-weight: bold; }


/* SUBMENU2 */

.submenu2 td	{
	width: 125px;
	height: 20px;
	font-weight: bold;
	text-decoration: none; 
	}

.submenu2 a:link,
.submenu2 a:visited {
	color: #0F73B9; 
	width: 125px;
	height: 20px;
	display: block;
	font-family: Arial, Tahoma, helvetica, 'sans serif';
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none; 
	text-align: left; 
	background-image: url('../images/whiteMarker.jpg'); 
	background-repeat: no-repeat;
	background-position: left center; 
	padding-left: 25px;
	padding-top: 5px; 
	padding-bottom: -5px;
	}

.submenu2 a:hover,
.submenu2 a:active {
	color: #FFFFFF; 
	width: 125px;
	height: 20px;
	display: block;
	font-family: Arial, Tahoma, helvetica, 'sans serif';
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none; 
	text-align: left; 
	padding-left: 25px;
	padding-top: 5px; 
	padding-bottom: -5px;
	background-image: url('../images/blueMarker.jpg'); 
	background-repeat: no-repeat;
	background-position: left center; 
	}

.hdgA	{
	color: #CC0033;
	font-weight: bold;
	font-family: Arial, Tahoma;
	font-size: 12pt;
	letter-spacing: -.50pt;
	}

.subscribe table,
.subscribe td	{
	color: #FFFFFF;
	text-align: center;
	background-color: #0F73B9;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none; 
	}
