/* Created by Matthew Hutchinson (2005) */
body {
	background: #FFFFFF;
	color: #454545;
	font: 10px/1.1em verdana,arial,serif;
	margin: 0;
	padding: 0;
	text-align: center;	
	height: 100%;
	width: 100%;
}

img {
	border: 0px;
}

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

a:visited{
	color : #0F89AC;
	text-decoration: none;
}

a:hover{
	color : #000000;
	text-decoration: none;
}

a:active{
	text-decoration : none;
}

.heading {
	margin-top: 50px;
	font: 30px/1.1em arial,serif;
	color: #0F89AC;
}

.content {
	margin-top: 15px;
}

.textual {
	margin: 30px 0 30px 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
	width: 600px;
}

.footer {
	color: #999999;
	margin-top: 35px;
}

/* embedding standards compliant quicktime requires these styles */
* html object.mov {
    display: none;
}

* html object.mov/**/ {
    display: inline;
}

* html object.mov {
    display/**/: none;
}
