@charset "utf-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.PageHeader {
	font-size: 21px;
	color: #FFFF99;
	font-weight: bold;
	font-variant: normal;
}
.Border {
	background-color: #000000;
}

p {
	font-size: 12px;
}

.Label {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003333;
	font-size: 85%;
}
.FormField {
	font-size: 85%;
	color: #003333;
	background-color: #FFFFCC;
	font-weight: bold;
}

li {
	font-size: 12px;
	line-height: 135%;
}
.Title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF99;
}

.Footer {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
a {
	color: #FFFF99;
	text-decoration: underline;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

[if IE]>
<style type="text/css">
  body {word-wrap: break-word;}
</style>
<![endif] 
