/* CSS Document */

body
{
	background-color: #526A80;
}


.Contents
{
	font-family: Verdana;
	font-size: 12px;
	color: white;
}
.Contents_dark
{
	font-family: Verdana;
	font-size: 12px;
	color: #003366;
}
.Headings
{
 	color: #003366;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.Contacts
{
	font-family: Verdana;
	font-size: 11px;
	color: white;
}
.Email
{
	color: #66ccff ;
	font-size: 9px;
	font-family: Verdana;
}
.Email:Hover
{
	color: #ffcc00;
	font-size: 9px;
	font-family: Verdana;
}
.BottomLinks
{
	font-family: Verdana;
	font-size: 11px;
	color: white;
}
.BottomLinks a:link
{
	text-decoration: none;
	color: white;
}

.BottomLinks a:visited
{
	text-decoration: none;
	color: white;
}
.BottomLinks a:active
{
	text-decoration: underline;
	color: #526A80;
}
.BottomLinks a:hover
{
	text-decoration: underline;
	color: #526A80;
}
.TopNav
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #920003;
}
.TopNav a:link
{
	text-decoration: none;
	color: #003366;
}

.TopNav a:visited
{
	text-decoration: none;
	color: #003366;
}
.TopNav a:active
{
	text-decoration: underline;
	color: #920003;
}
.TopNav a:hover
{
	text-decoration: underline;
	color: #920003;
}