body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
.main_bg{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.content_bg{
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/home_05.png);
}
.image_border{
	border: 5px solid #D50000;
}
.player_bg{
	background-color: #D50000;
	margin: 0px;
	padding: 5px;
	width: 425px;
}
.line{
	background-image: url(../images/home_16.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
a.link:visited {
	color:#D50000;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
}
a.link:link {
	color:#D50000;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
}
a.link:hover {
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
}
.style_01{
	font-family: Arial;
	font-size: 11.5pt;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.style_02{
	font-family: Arial;
	font-size: 11.5pt;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.style_03{
	font-family: Arial;
	font-size: 11.5pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
.style_04{
	font-family: Arial;
	font-size: 11.5pt;
	font-weight: normal;
	text-transform: none;
	color: #D50000;
	text-decoration: none;
}
.style_05{
	font-family: Arial;
	font-size: 11.5pt;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	font-style: italic;
}
.style_06{
	font-family: Arial;
	font-size: 11.5pt;
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	font-style: italic;
}
.style_07{
	font-family: Arial;
	font-size: 11.5pt;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	font-style: italic;
}
.style_08{
	font-family: Arial;
	font-size: 11.5pt;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../images/arrow.gif);
	list-style-type: none;
}
.style_09{
	font-family: Arial;
	font-size: 11.5pt;
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}
.text_filed{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	height: 18px;
	width: 205px;
	border: 1px solid #383838;
	background-color: #000000;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
}
.text_area{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	height: auto;
	width: 205px;
	border: 1px solid #383838;
	background-color: #000000;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
	overflow: hidden;
}
a.ovalbutton {
	display: block;
	float: left; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 29px; /* Height of button background height */
	padding-left: 10px;
	background-color: transparent;
	background-image: url(../images/top_nav_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {
	color: #ffffff; /*button text color*/
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}
a.ovalbutton span {
	display: block; /*Set 11px below to match value of 'padding-left' value above*/
	padding-right: 10px;
	padding-left: 0;
	padding-top: 8px;
	padding-bottom: 6px;
	background-color: transparent;
	background-image: url(../images/top_nav_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a.ovalbutton:hover { /* Hover state CSS */
	background-position: bottom left;
}
a.ovalbutton:hover span { /* Hover state CSS */
	background-position: bottom right;
	color: #ffab43;
	text-decoration: none;
}

.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
