body {
	text-align: left;
	background-color: #dadada;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
	font-style: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;

}	

.table {
	color: #e5d7f8;
	font-size: 10pt;
}

.table a:link{
	color: #e5d7f8;
	text-decoration: none;
}
.table a:visited{
	color: #e5d7f8;
	text-decoration: none;
}
.table a:active{
	color: #e5d7f8;
	text-decoration: none;
}
.table a:hover{
	color: #FFFF00;
	text-decoration: underline;
}

a:link {
	color: #3e2172;
	text-decoration: none;
}
a:visited {
	color: #3e2172;
	text-decoration: none;
}
a:hover {
	color: #3e2172;
	text-decoration: underline;
}
a:active {
	color: #3e2172;
	text-decoration: none;
	
}
.values {
	color: #999999;
	font-style: normal;
	font-size: 12px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #a42011;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #a42011;
	font-weight: bold;
}
.footer {
	color: #a42011;
	font-style: normal;
	font-size: 11pt;
}

.menu {
	color: #36196c;
	font-size:11px;
}

.menu a:link{
	color: #36196c;
	text-decoration: none;
}
.menu a:visited{
	color: #36196c;
	text-decoration: none;
}
.menu a:active{
	color: #36196c;
	text-decoration: none;
}
.menu a:hover{
	color: #36196c;
	text-decoration: underline;
}

.footer a:link {
	color: #a42011;
	font-size: 11px;
	text-decoration: none;
}
.footer a:visited {
	color: #a42011;
	font-size: 11px;
	text-decoration: none;
}
.footer a:active {
	color: #a42011;
	font-size: 11px;
	text-decoration: none;
}
.footer a:hover {
	color: #a42011;
	font-size: 11px;
	text-decoration: underline;
}


/* bof THG */
ul.video-list {
	margin: 0;
	padding: 0;
}

ul.video-list li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

a.video-left, a.video-right {
	color: #A32121;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	padding-top: 14px;
	padding-left: 47px;
	text-decoration: none;
	width: 248px;
}

a.video-left {background:url(images/bg-video-list-left.png) no-repeat;}
a.video-right {background:url(images/bg-video-list-right.png) no-repeat;}

a.video-left:hover {background:url(images/bg-video-list-left-hover.png) no-repeat;}
a.video-right:hover {background:url(images/bg-video-list-right-hover.png) no-repeat;}

a.video-single {
	background: url(images/icon-film-cell-circle.png) no-repeat;
	color: #7F7F7F;
	display: block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 32px;
	padding-top: 9px;
	padding-left: 40px;
}

/* eof THG */