body {
	background-color: #222222;
	background-image: url(layout/master-background.gif);
	background-repeat: repeat;
	font-size: 10pt;
	color: #222222;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #D70000;
	font-weight: normal;
	font-size: 12pt;
}
h2 {
	color: #222222;
	font-weight: normal;
	font-size: 12pt;
	display: block;
	width: 100%;
	border-bottom: 1px solid #222222;
	padding-bottom: 5px;
}
li {
	list-style-image: url(layout/star.gif);
}
.rightimage {
	padding-left: 8px;
}
a:link {
	color: #D70000;
	text-decoration: none;
}
a:visited {
	color: #D70000;
	text-decoration: none;
}
a:hover {
	color: #3F62F9;
	text-decoration: none;
}
a:active {
	color: #3F62F9;
	text-decoration: none;
}
.topcell {
	background-image: url(layout/top-background.gif);
	background-repeat: no-repeat;
	height: 180px;
}
.yellownav {
	background-color: #FFCC00;
}
.whiteborder {
	border-bottom: 1px solid #FFFFFF;
}
.rollover a {
	display:block;
	width: 195px;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11pt;
	color: #000000;
	background: url(layout/nav-off.gif) 0 0 no-repeat;
	text-decoration: none;
	vertical-align: text-bottom;
}
.rollover a:hover {
	background: url(layout/nav-over.gif) 0 0 no-repeat;
	color: #FFFFFF;
}
.rollover a:active {
	background: url(layout/nav-over.gif) 0 0 no-repeat;
	color: #FFFFFF;
}
.topnav {
	font-size: 8pt;
	text-indent: 10px;
}
.topnav a:link {
	color: #222222;
	text-decoration: none;
}
.topnav a:visited {
	color: #222222;
	text-decoration: none;
}
.topnav a:hover {
	color: #D70000;
	text-decoration: none;
}
.topnav a:active {
	color: #D70000;
	text-decoration: none;
}
.contentcell {
	padding: 10px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}
.bottom {
	background-image: url(layout/bottom.gif);
	background-repeat: no-repeat;
	display: block;
	height: 17px;
	width: 772px;
}
.credits {
	font-size: 8pt;
	text-indent: 10px;
	color: #D1D1D1;
	padding: 10px;
}
.credits a:link {
	color: #D1D1D1;
	text-decoration: none;
}
.credits a:visited {
	color: #D1D1D1;
	text-decoration: none;
}
.credits a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.credits a:active {
	color: #FFFF00;
	text-decoration: none;
}