/* General */
body {
	font-family: Verdana;
}
input, select, option, textarea {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
}

p {
	margin: 0 0 8px 0;
}

h1, h2, h3 {
	margin: 0 0 18px 0;
	padding: 0;
	font-size: 12pt;
	font-weight: bold;
	color: #002D71;
}

hr {
	color: #002D71;
}

/* Containers */
table.outer {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #002D71;
	width: 778px;
}
td.leftnav {
	background-color: #0180F3;
}
td.rightnav {
	background-color: #0091C6;
}
td.search {
	background-color: #002D71;
}
td.search td {
	font-size: 10px;
	color: #fff;
}
td.leftcontent {
	width: 195px;
}
td.contentpad {
	width: 20px;
}
td.maincontent {
	width: 563px;
}
td.maincontentpad {
	height: 35px;
}

td.relatedlinks {
	background-color: #F1F6F9;
	height: 60px;
}
td.relatedcontent {
	width: 563px;
}
td.relatedpad {
	width: 18px;
	background-color: #F1F6F9;
}
td.relatedcontentpad {
	height: 15px;
}

tr.linkpad {
	height: 8px;
}

.leftcontentlinks {
	width: 194px;
	background-color: #D9E6EC;
}
.leftcontentlinks h3 {
	margin: 8px 0 0 0px;
	padding: 0;
	font-size: 8pt;	
	font-weight: bold;
	color: #002D71;
}
.leftcontentlinks span {
	color: #002D71;
}
td.toplevel {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	border-bottom: 1px solid #fff
}
td.sublevel {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	background-color: #fff;
	border-bottom: 1px solid #D9E6EC;
}

td.footer {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
}

/* Search */
table.navigation {
	background-color: #D9E6EC;
}
table.main {
	border: 1px solid #F4F4F4;
}
td.stats {
	background-color: #F4F4F4;
}

td.bottomlinks {
	font-family: Verdana;
	font-size: 10pt;
}

/* Forms */
input {
	width: 140px;
}

/* Links */
a:active {
	text-decoration: none;
}
a, a:hover {
	color: #0090FE;
}
.leftcontentlinks a, a:visited {
	color: #002D71;
}
