.header
{
	border-left: 0px #000000 solid;
	border-top: 0px #000000 solid;
	border-right: 0px #000000 solid;
	background-color: #000000;
}
.menubar
{
	border-left: 0px #000000 solid;
	border-right: 0px #000000 solid;
	background-color: #000000;
}

.content
{
	border-left: 0px #000000 solid;
	border-right: 0px #000000 solid;
	background-color: #000000;
	background-repeat: no-repeat;
}
.footer
{
	border-left: 0px #000000 solid;
	border-right: 0px #000000 solid;
	border-bottom: 0px #000000 solid;
	background-color: #000000;
}
h1
{
	font-family: Arial;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 26px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #ffffff;
}
h2
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #ffffff;
}
.scrollable_content_container
{
	color: #ffffff;
	position: absolute;
	top: 60px;
	left: 0px;
	overflow: hidden;
	width: 430px;
	height: 280px;	
}
.content_container
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #ffffff;
}
.content_container td
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	color: #ffffff;
}
.static_content_container
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
	top: 0px;
	left: 0px;
	color: #ffffff;
}
.content_container_small
{
	font-family: Verdana;
	font-size: 10px;
	line-height: 17px;
	color: #ffffff;
}
.content_container p
{
	margin-top: 0px;
}
.bold_text
{
	font-weight: bold;
}
.bold_text a
{
	font-weight: bold;
}
.orange_text
{
	color: #f75708;
}
.orange_text a
{ 
	color: #f75708;
	text-decoration: none;
}
.lightorange_text
{
	color: #ff9900;
}
.lightorange_text a
{
	color: #ff9900;
	text-decoration: none;
}
.lightorange_text a:hover
{
	text-decoration: underline;
}
.bold_text_large
{
	font-size: 14px;
	font-weight: bold;
}
ul
{
	padding-left: 14px;
	margin-left: 2px;
}
.trailer_container_error
{
	padding-top: 20px;
	font-family: Verdana;
 	font-size: 12px; 
 	color: white;
	display: none;
}
.trailer_container_error a
{
	color: #f75708;
	font-weight: bold;
	text-decoration: none;
}