@charset "UTF-8";
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/InsidePageLayout_01.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	font-size: 16px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	margin-left: 5px;
	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	margin-bottom: 6px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
	color: #D9FFE2;
}
a:hover {
	color: #00FF66;
	text-decoration: underline;
}
table {
	border: 1px dotted #006600;
	padding: 3px;
	vertical-align: middle;
	}
hr.style {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00CC00;
}
.center {
	padding: 5px;
	height: auto;
	width: 753px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.title {
	padding: 3px;
	color: #FFFFFF;
	background-color: #042300;
}
.thumbs {
	float: left;
	width: auto;
	height: 50px;
	padding-top: 3px;
}
.options {
	height: auto;
	width: auto;
	font-size: smaller;
	font-weight: normal;
	float: left;
	margin-top: 30px;
	padding: 3px;
}
.options img {
	vertical-align: top;
}
.center .options #playbutton {
	background-image: url(images/playbutton.png);
	background-repeat: no-repeat;
	height: 17px;
	width: auto;
	float: left;
	background-position: 0px 0px;
	padding-left: 0px;
	color: #00FF99;
	padding-top: 5px;
	vertical-align: top;
}
.center .options #playbutton:hover {
	background-image: url(images/playbutton.png);
	background-repeat: no-repeat;
	height: 17px;
	width: auto;
	float: left;
	background-position: 0px -22px;
	color: #00FF00;
	text-decoration: underline;
	padding-top: 5px;
	padding-left: 0px;
}

