BODY {
	background-color: white;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
}
p {
	color: black;
	font-size: 10pt;
}
textarea {
	font-family: Tahoma, Arial, sans-serif;
	color: black;
	font-size: 10pt;
}	
a {
	color: Navy;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p.toplinks {
	font-size: 12pt;
	text-align: right;
	color: #aaaaaa;
}
a.toplinks {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a:hover.toplinks {
	text-decoration: none;
	background-color: #cccccc;
	color: black;
}
A.bigbutton img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
a:hover.bigbutton img {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
p.showreel {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
a.showreel {
	font-size: 14pt;
	color: navy;
	text-decoration: none;
	font-weight: bold;
}
a:hover.showreel {
	text-decoration: underline;
}
.intro {
	font-size: 14pt;
	text-align: justify;
}
#error {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 2px solid red;
	font-size: 10pt;
}
li#error {
	font-size: 10pt;
}