a {
	color : #EFF6FC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	font-weight: bold;

}

a:hover {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : underline;
	font-weight: bold;

}

h3 {
	color : #EFF6FC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
}

h4 {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

p {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

td {
	color : #EFF6FC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

ul {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	list-style-position : outside;
	list-style-type : square;
}

.bold {
	color : #EFF6FC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

.botnav {
	color : #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}

.botnav:hover {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
}

.current {
	width : 100px;
	background-color : #155592;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	height : 24px;
	text-decoration : none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #155592;
	font-weight: bold;





	
}

.current:hover {
	width : 100px;
	background-color : #155592;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	height : 24px;
	text-decoration : none;
	font-weight: bold;




	
}

.nav {
	background-color : #003C7B;
	color : #D1E4F7;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	height: 24px;
	font-weight: bold
	padding: 2px;
	
}

.nav:hover {
	background-color : #155592;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	height: 24px;
	font-weight: bold;
	padding: 2px;
	
}
.gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #EB8D29;
}
.button {
	background-color:#022C5E;
	padding:5px;
	border: 1px solid #ffffff;
	;
}
