.t1 {
	font-size: 12px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0A246A;
}
#a1{
     width:100px;
}
#a2{
     width:65px;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	line-height: 25px;
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	height: 25px;
	text-align: center;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #690F39;
	height: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	line-height: 25px;
	display: block;
}
#nav a:hover {
	line-height: 25px;
	color: #690F39;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	height: 25px;
}
