body{
	background-color: White;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a{
     color: #003468;
     text-decoration: none;
}

.title{
	font-weight: bold;
}

.date{
	color: #003468;
	font-size: 7pt;
}
.date a{
	color: #003468;
	font-size: 7pt;
	text-decoration: none;
}
.date a:hover{
	text-decoration: underline;
}
.search input {
	font-size: 9pt;
	border: 1px solid #B3B9C3;
	background-image: url(../img/search_bg.gif);
	background-position: 0% 0%;
	padding: 3px;
	height: 20px;
	width: 146px;
	
}
.name{
	font-size: 9pt;
background-color:#173489;
padding: 2px 5px 2px 4px;
color: white;
font-weight: bold;
}
.news {
	font-size: 8pt;
}
.news a{
	color: #173489;
	text-decoration: none;
	font-size: 7pt;
}
.news a:hover{
	text-decoration: underline;
}
.content {
	font-size: 8pt;
}
.menu{
	font-size: 9pt;
	margin-bottom: 33px;
}
.menu a{
	display: block;
	color: #3074AA;
	padding: 5px 5px 5px 12px;
	background-color: #EEEEEE;
	border-bottom:1px solid #999999;
	text-decoration: none;
}
.menu a:hover{
	background-color: #DDDDDD;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}
.menu a span{
	visibility: hidden;
} 
.menu a:hover span{
	visibility: visible;
} 
.bot {
	color: #173489;
	font-size: 7pt;
}
.content table, .content td {
     font-size: 8pt;
}

a:hover{text-decoration:underline;}