body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	}
h1 {
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	margin-top: 0px;
}
h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 11.4px;
	margin-top: 5px;
}


.style1 {
	font-weight:bold;
}

.style2 {
	font-size: 45px;
	font-weight:bold;
}
.style3 {
	font-size: 10px;
	font-style:italic;
}
.style4 {
	font-size: 20px;
	font-weight:bold;
}

.style5 {
	position: absolute;
	z-index: 3;
	left: 15px;
	top: 107px;
	font-size: 15px;
	font-weight:bold;
	color: #fff;
}
.style6 {
	position: relative;
	z-index: 1;
	background-color:#000

}
.style7 {
	z-index: 2;
	position: absolute;
	visibility: visible;
	background-color:#000;
	height: 50px;
	width: 200px;
	bottom: 0px;
	opacity:0.6;
	filter:alpha(opacity=60)
}
.style8 {
	position: absolute;
	z-index: 3;
	bottom: 10px;
	left: 10px;
	right: 10px;
	font-size: 28px;
	font-weight:bold;
	color: #fff;
	text-align: left;
	letter-spacing: 0.06em
}
.separator {
	z-index: 1;
	position: relative;
	float: left;
	visibility: visible;
	background-color:#999;
	margin: 20px 0 0 0;
	height: 3px;
	width: 600px;
}
.leftvideo {
	float: left;
	margin: 20px 0 0 0;
	width: inherit;
}
.righttexttop {
	float: right;
	margin: 20px 0 0 0;
	width: 175px;
	height: 250px;
	background-color:#FFF;
	text-align: right;
}
.righttextbot {
	float: right;
	margin: 20px 0 0 0;
	width: 175px;
	height: 30px;
	background-color:#FFF;
	text-align: right;
	vertical-align: bottom;
}

a:link {
	color: #666666;
	text-decoration: none;
	
	
}

a:hover {
	text-decoration: underline;
	background-color: #cccccc;
	visibility: visible;
}
a:visited {
	text-decoration: none;
	border: none;
	color: #cccccc;
}
