a.nav, a.nav:link, a.nav:visited, a.nav:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#A7102F;
	font-size:12px;
	text-decoration:none;
}
a.nav:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:underline;
}
a.navBIG, a.navBIG:link, a.navBIG:visited, a.navBIG:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#A7102F;
	font-size:24px;
	text-decoration:none;
}
a.navBIG:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:underline;
}
a.nav2, a.nav2:link, a.nav2:visited, a.nav2:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#A7102F;
	font-size:16px;
	text-decoration:none;
}
a.nav2:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:underline;
}
.title1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#182b66;
	font-size:24px;
	font-weight:bold
}
.title2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#182b66;
	font-size:18px;
	font-weight:bold
}
.title3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#182b66;
	font-size:14px;
	font-weight:bold
}
.copy{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
.MainWindow{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:18px;
	font-weight:normal;
	border: thin solid #081c59;
}
.NavWindow{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:18px;
	font-weight:normal;
	border: thin solid #a7102f;
	padding:10px;
}
.body{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:18px;
	font-weight:norma
}
li{
	list-style-image: url(../images/bullet.jpg);	
}
.input{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.textbox{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-top-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	padding: 2px 10px;
}