.title { color: #526585; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.title a:active { color: #526585; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
h2 {
	font-size: 12px;
}

.title a:hover { color: #91b2fd; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.title a:link { color: #526585; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
a:link, a:visited, a:active, a:hover  {
	color:#142F72;
	border-bottom: 0px solid #5B606A;
	text-decoration:underline;
	font-weight: normal;
	font-size: 11px;
}
a:hover {
	text-decoration:none;
	color: #000000;
	
}
body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #333333;
}
div { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
h1 { font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif }
tbody { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.content {
	background-color: #FFFFFF;
	border-top: 3px groove #C02523;
	border-right: 4px groove #C02523;
	border-bottom: 4px groove #C02523;
	border-left: 3px groove #C02523;
}
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.image-border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C02523;
	border-right-color: #C02523;
	border-bottom-color: #C02523;
	border-left-color: #C02523;
	padding-right: 10px;
}
 ul#navlist
{
	padding: 0;
	width: 100%;
	margin: 0;
}

#navlist li
{
	list-style-type: none;
	text-align: center;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 4px;
	border-top: 3px groove #C02523;
	border-right: 4px groove #C02523;
	border-bottom: 4px groove #C02523;
	border-left: 3px groove #C02523;
}

#navlist li a
{
	color: #666666;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

#navlist li a:hover
{
	background-color: #C02523;
	color: #FFFFFF;
}

.link-blue {
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	color: #0066FF;
}
.link-blue a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #0066FF;
	text-decoration: underline;
	height: 100%;
	width: 100%;
	display: block;
	font-weight: bold;
	padding: 5px;
}
.link-blue a:hover {
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #A9D3FD;
	color: #0066FF;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}
.link-red {
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	color: #FF3300;
}
.link-red a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #FF3300;
	text-decoration: underline;
	height: 100%;
	width: 100%;
	display: block;
	font-weight: bold;
	padding: 5px;
}
.link-red a:hover {
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #F3A1A0;
	color: #FF3300;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}
.link-green {
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	color: #009900;
}
.link-green a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #009900;
	text-decoration: underline;
	height: 100%;
	width: 100%;
	display: block;
	font-weight: bold;
	padding: 5px;
}
.link-green a:hover {
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #BFD0A3;
	color: #009900;
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}