﻿/* CSS Document */
body {
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000033;
}

.TableHeading {
	background-color: #000033;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	color: #ffffff;
}

.TableData {
	font-size: 10pt;
	vertical-align: bottom;
}

.TableFooting {
	background-color: #000033;
	font-size: 4pt;
	text-align: center;
	color: #ffffff;
}

.TableCenter {
	margin-left: auto;
	margin-right: auto;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

a:link {
	color: #006600;
	text-decoration: none;
}

a:visited {
	color: #006600;
	text-decoration: none;
}

a:active {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #660000;
	text-decoration: none;
}

.nothing a {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

.nothing a:visited {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

.nothing a:active {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}
.nothing a:hover {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

.nothing a:link {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

.something a {
	color: #ffff00;
	background-color: #000033;
	text-decoration: none;
}

.something a:visited {
	color: #ffff00;
	background-color: #000033;
	text-decoration: none;
}

.something a:active {
	color: #ffff00;
	background-color: #000033;
	text-decoration: none;
}
.something a:hover {
	color: #ffff00;
	background-color: #000033;
	text-decoration: none;
}

.something a:link {
	color: #ffff00;
	background-color: #000033;
	text-decoration: none;
}

.MenuList {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #804D08:
}

.PageHeading {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000033;
	font-style: italic;
	font-weight: bold;
	font-size: 24pt;
	text-align: center;
}

.PageSubHeading {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000033;
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
}

.PageSubHeading2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000033;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}

.ParagraphHdr1 {
	font-weight: bold;
}

.ParagraphHdr2 {
	font-weight: bold;
	font-style: italic;
}

.ParagraphHdr3 {
	font-style: italic;
}

.PageFooter {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #003333;
	text-align: center;
	font-size: larger;
	font-weight: bold;
}

.Copyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	text-align: right;
	font-size: smaller;
	font-style: italic;
}

.MenuBlankLine {
	font-size: 4px;
}
