a:active {
	color: #8800FF;
	text-decoration: underline;
}
a:visited {
  color: #4444BB;
  text-decoration: underline;
}
a:link {
  color: #110088;
  text-decoration: underline;
}
a:hover {
  color: #0A57AF;
  text-decoration: underline;
}


a.navbar {
	color: #FFFFFF;
	background-color: #888;
	font-size : 12px;
	font-weight : lighter;
	font-family : "Times New Roman", Times, serif;
	display: block;
	height: 15px;
	vertical-align: middle;
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic;
	padding-left: 10px;
	border-left: 20px #A2A1BD solid;
	text-decoration: none;
}
a.navbar:hover {
        color: #03215A;
        background-color: #7797C1;
}
a.navbar:visited {
	font-weight : bold;
}
/*	
a.navbar:active {
        color: #000000;
        background-color: #7797C1;
}*/
a#current{
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #4588A3;
}
body {
	background-color : #FFFFFF;
	font-family : "Times New Roman", Times, serif;
	color : #405480;
}
h2 {
	font-size: 16px;
	color : #03215A;
}
h3 {
	font-size: 13px;
	color : #13367A;
}
td.middle
{
	padding: 20px;
}
td.footer
{
	font-size: 9px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p{
     font-size: 11px; 
}
li{
     font-size: 11px; 
}
