@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/gradientbg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #90242B;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: left;
	font-weight: normal;
	color: #000;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: underline;
	color: #341118;
}
a:link {
	color: #511724;
	font-weight: normal;
	text-decoration: none;
	font-size: 10pt;
}
a:hover {
	color: #660000;
	text-decoration: underline;
	font-size: 10pt;
}
a:visited {
	color: #336699;
	text-decoration: underline;
	font-size: 10pt;
}
a:active {
	color: #FFCC00;
	text-decoration: underline;
	font-size: 10pt;
	text-align: center;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 8pt;
	font-style: italic;
}
.dvdcaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
}
