html {
	height:100%;
	}

body {
	height:100%;
	background-color:#009933;
	text-align:center;
	font:14pt Ariel Black;
	}

div.left {
	height:500px;
	background-color:#009933;
	width:220px;
	position:absolute;
	top:185px;
	left:10px;
	border:0px solid #003300;
	}

div.symbol {
	position:absolute;
	top:50px;
	left:10px;
	width:220px;
}

div.page {
	background-color:#6699CC;
	width:75%;
	min-width:500px;
	height:100%;
	position:absolute;
	top:10px;
	left:240px;
	margin-right:10px;
	}

div.content {
	background-color:#6699CC;
	border:2px solid #660000;
	min-height:100%;
	}

.h1 {
	font:26pt Times New Roman;
	text-align:center;
	}

.h2 {
	font:22pt Times New Roman;
	text-align:center;
	}
.h3 {
	font:18pt Times New Roman;
	text-align:center;
	}

p {
	font-size:14pt
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	}

a:link.tv, a:visited.tv, a:hover.tv, a:active.tv {color:#009933}

a:link {
	color:white;
	}

a:visited.links, a:active.links, a:link.links {color:white;}
a:hover.links {color:black;}
a:visited {color:#003300;}
a:hover, a:active {color:navy;}

tr.title {
	background-color:#003300;
	color:white;
	}
tr.other {
	backgroundcolor:gray;
	}
