body {
	color: #fff;
	font-size: 13px;
	font-family: Arial;
	line-height: 18px;
	background-color: #0A314D;
	background-image: url(images/background.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
}
contentWhite { color: #fff; font-size: 13px; font-family: Arial; line-height: 18px }
.disclaimer { color: #a9a9a9; font-size: 9px; line-height: 13px; font-family: Verdana, Arial, Helvetica }
.whiteLink       { color: #fff; font-size: 13px; font-family: Arial, Helvetica; font-weight: normal; line-height: 18px; text-decoration: none }
a {
	color: #FFCC00;
	text-decoration: none
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

a:hover    {
	color: #FFFFFF
}
h1 {
	color: #9fc9eb;
	font-size: 28px;
	font-weight: normal;
	line-height: 30px
}
h2  { color: #ffc811; font-size: 28px; font-weight: normal; margin-top: 1px }
h3 {
	color: #FFCC00;
	font-size: 16px;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 5px;
}
h4 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
ul { font-size: 13px; line-height: 18px; list-style-type: disc; margin: 10px 0 10px 30px }
ol { font-size: 13px; line-height: 18px; list-style-type: disc; margin: 10px 0 10px 30px }

