HTML, BODY, TABLE {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
}
BODY {
	background-color: #0a2a67;
	color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
BODY.gallery {
	background-repeat: repeat-x;
	background-color: #24599e;
}

H1 {
	color: #fff;
	font-size: 12pt;
	font-weight: Bold;
	margin: 0px;
	padding: 0px;
}
H2 {
	color: #fff;
	font-size: 11pt;
	font-weight: Normal;
	margin: 0px;
	padding: 0px;
}
TABLE.borders {
	border-left: 1px solid #78add5;
	border-right: 1px solid #78add5;
}
IMG {
	border: 0px;
}
.content IMG {
	border: 2px solid #FFFFFF;
}
TD.text {
	font-size: 10px;
	color: #FFF;
	font-family: Arial, Verdana;
}

a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-size: 10pt;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 10pt;
}

/* Images */
.sp-image {
	border:		solid 1px #eaa2ec;
}
.content-image {
	border:	1px solid #000;
	position:	absolute;
	
}
.button-image {
	border:		0;
	position:	absolute;
}

.clip_image {
	border:		solid 1px #3c3c3c;
	width: 320px;
	height: 240px;
}
.movie_text {
	position: absolute;
	font-size: 10pt;
	text-align: left;
}

TD.gallery IMG {
	border:		solid 1px #000;
}
