/* CSS Document */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 21px;
	margin-right: 10px;
	line-height: 1.5em;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 21px;
	margin-right: 5px;
	line-height: 1.5em;
	color: #FF0000;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 21px;
	margin-right: 5px;
	line-height: 1.5em;
	color: #0000FF;
}

welcomevideo {
	position: absolute;
	left: 50%;  
	margin-left: -100 px;
	z-index: 1000;
}
	
a:link { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; }
a:hover { color: blue; text-decoration: underline; }
a:active { color: blue; text-decoration: none; }

a.footer:link { color: blue; text-decoration: none; }
a.footer:visited { color: blue; text-decoration: none; }
a.footer:hover { color: blue; text-decoration: underline; }
a.footer:active { color: blue; text-decoration: none; }