@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#E9E8EA;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.smallerText
{
	font-size: 11px;
}
.navborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333366;
}
.menuleftborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333366;
	border-right-color: #333366;
	border-bottom-color: #333366;
	border-left-color: #333366;
	background-color: #FFFFFF;
}
a:link {
	color: #333366;
}
a:hover {
	color: #333366;
	background-color: #FFFFFF;
}
a:visited {
	color: #333366;
}

a.leftnav:link {
	font-size: 11px;
	font-weight: bold;
	color: #d9074b;
	display:  block;
	line-height: 25px;	
}
a.leftnav:visited {
	font-size: 11px;
	font-weight: bold;
	color: #d9074b;
	display:  block;
	line-height: 25px;	
}
a.leftnav:hover {
	font-size: 11px;
	color: #ffffff;
	background-color: #d9074b;
	display:  block;
	line-height: 25px;	
}
.pagetitle {
	font-size: 24px;
	font-weight: bold;
	color: #d9074b;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333366;
	border-bottom-color: #333366;
	background-color: #FFFFFF;
}
