@charset "utf-8";
/* CSS Document */

body {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10%;
	margin-right: 10%;
}

table#pageHeader {
	width: 100%;
}

p.headerInfo {
	font-size: small;
	color: #999;
	margin-top: 0pt;
	text-align: left;
}

p.headerAddress {
	text-align: center;
	color: #999;
	font-weight: bold;
	font-size: x-small;
}

table#pageLinks td {
	font-size: small;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

table#pageLinks td a {
	font-weight: bold;
	text-decoration: none;
	color: #009;
}

table#pageLinks td a.alernate {
	color: #FF6633;
}

table#pageLinks td a:hover {
	text-decoration: underline;
}

/* Main Formatting */

h1.headerTitle {
	font-size: x-large;
	text-align: right;
	color: #f63;
	border-bottom: 2px solid black;
	padding-bottom: 0.5em;
}

h1 {
	font-size: medium;
	font-weight: bold;
}

h2 {
	font-size: small;
	font-weight: bold;
}

p {
	font-size: small;
	text-align: justify;
}

li {
	font-size: small;
	line-height: 2em;
}

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

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

a:hover {
	text-decoration: underline;
}

form {
	margin: 0pt;
}

form table tr {
	vertical-align: top;
}

form table th {
	font-size: x-small;
	font-weight: bold;
	color: #006;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 0.5em;
}

form table td {
	font-size: small;
	text-align: justify;
}

form table td em {
	font-weight: bold;
	font-style: normal;
}

form table td strong {
	font-size: x-small;
	font-weight: bold;
	color: #006;
	text-transform: uppercase;
}
