.lowerbar {
	font-family: Tahoma;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: none;
}
	.lowerbar a:link {
	text-decoration: none;
	font-weight : normal;
	color: #999999;
 	}

	.lowerbar a:visited {
	text-decoration: none;
	font-weight : normal;
	color: #999999;
	}

	.lowerbar a:active {
	text-decoration: none;
	font-weight : normal;
	color: #999999;
	}

 	.lowerbar a:hover {
	text-decoration: none;
	font-weight :  normal;
	color: #ffffff;
	}
	
.TitleBar {
	font-family: Tahoma;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
	.TitleBar a:link {
	text-decoration: none;
	font-weight : bold;
	color: #333333;
 	}

	.TitleBar a:visited {
	text-decoration: none;
	font-weight : bold;
	color: #333333;
	}

	.TitleBar a:active {
	text-decoration: none;
	font-weight : bold;
	color: #333333;
	}

 	.TitleBar a:hover {
	text-decoration: none;
	font-weight :  bold;
	color: #ffffff;
	}

.TitleBarOn {
	font-family: Tahoma;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}

.newshistory {
	font-family: Tahoma;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
	.newshistory a:link {
	text-decoration: none;
	font-weight : normal;
	color: #000000;
 	}

	.newshistory a:visited {
	text-decoration: none;
	font-weight : normal;
	color: #000000;
	}

	.newshistory a:active {
	text-decoration: none;
	font-weight : normal;
	color: #000000;
	}

 	.newshistory a:hover {
	text-decoration: none;
	font-weight :  normal;
	color: #ff0000;
	}
	
	
/* *********************** body styles *************************** */

FONT  { font-family: Verdana, Arial, Helvetica, sans-serif;}
.bodytext {font:8pt Verdana, Arial, Helvetica, sans-serif;}
.titlered {font:13pt Verdana, Arial, Helvetica, sans-serif;;font-weight:bold; color:#ff0000;}
.titlegrey {font:13pt Verdana, Arial, Helvetica, sans-serif;;font-weight:bold; color:#999999;}
.note {font:7pt Verdana, Arial, Helvetica, sans-serif;}	

/* ******************* Basic Body Attributes ************************** */

a:link {
text-decoration: none; 
font-weight : normal;
color: #ff0000;
 }
        
a:visited {
text-decoration: none; 
font-weight : normal;
color: #ff0000;
}

a:active {
text-decoration: none;
font-weight : normal;
color: #ff0000;
}
	
 a:hover {  
text-decoration: underline;
font-weight : normal;
color: #ff0000;
}

SELECT {
	FONT-SIZE: 10px;
	font-family: Tahoma;
	COLOR: #000000;
	background: #eeeeee;
	TEXT-DECORATION: none;
	border: 1px solid #333333;
}

INPUT {
        BORDER-RIGHT: #333333 1px solid; 
        BORDER-TOP: #333333 1px solid; 
        BORDER-LEFT: #333333 1px solid; 
        COLOR: #333333; 
        BORDER-BOTTOM: #333333 1px solid; 
        FONT-FAMILY: Tahoma; 
        FONT-SIZE: 10px;
        TEXT-DECORATION: none
}