div.text {
	font-family: Arial;
	font-weight: bold;
	color: blue;
	font-size: 80%;
}
div.body_title {
	font-family: Arial;
	font-weight: bold;
	color: red;
	font-size: 110%;
}

div.foot_text {
	font-family: Arial;
	font-weight: bold;
	color: #644f30;
	font-size: 70%;
}
div.text1 {
	font-family: Arial;
	font-weight: normal;
	color: white;
	font-size: 70%;
}
span.err {
	font-family: Arial;
	font-weight: normal;
	color: red;
	font-size: 70%;
}

#menu {
	font-family: Arial;
	font-weight: bold;
	color: gray;
	font-size: 130%;
}
div.design {
	font-family: Arial;
	font-weight: bold;
	color: 	silver;
	font-size: 70%;	
}
div.main_text{
	font-family: Arial;
	font-weight: normal;
	color: white;
	font-size: 80%;
}
table.main_text{
	font-family: Arial;
	font-weight: normal;
	color: gray;
	font-size: 80%;

}
a {
	text-decoration:underline;
	color:red;
} 

#mainNav{margin:0;padding:0 20 0 0;list-style:none;float:right;}
#mainNav li{float:right;text-align:center;}
#mainNav li a{display:block;width:100px;height:26px;line-height:22px;}
#mainNav a:link, #mainNav a:visited {text-decoration: none;color: white;font-size:80%;}
#mainNav a:hover {color: white;text-decoration:underline;}

a.main_menu_item:LINK {Color: white; Text-Decoration: none;}
a.main_menu_item:VISITED {Color: white; Text-Decoration: none;}
a.main_menu_item:HOVER {Color: gray; Text-Decoration: none;}

a.news_item:LINK {Color: red; Text-Decoration: none;}
a.news_item:VISITED {Color: red; Text-Decoration: none;}
a.news_item:HOVER {Color: red; Text-Decoration: underline;}

 
