html {
	height:100%;
	}

body {
	height:100%;
	background-color:#FFFFFF;
	text-align:center;
	font:14pt Ariel Black;
	}

div.left {
	height:500px;
	background-color:#0000CC;
	width:220px;
	position:absolute;
	top:230px;
	left:10px;
	border:2px solid gold;
	}

div.symbol {
	position:absolute;
	top:7px;
	left:10px;
	vertical-align:middle;
	width:220px;
}

div.page {
	background-color:#FFFFFF;
	width:75%;
	min-width:500px;
	height:100%;
	position:absolute;
	top:10px;
	left:240px;
	margin-right:10px;
	}

div.content {
	background-color:#FFFFFF;
	border:2px solid #0000CC;
	min-height:800px;
	}

a:link.side, a:active.side, a:visited.side {color:gold;}
a:hover.side {color:white;}

div.titles {
	width:100%;
	border-bottom:1px solid black
	}

.subtitle {
	font-size:20pt
	}

.h1 {
	font:26pt Times New Roman;
	text-align:center;
	font-weight:underline
	}

.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:25px;
	padding-right:25px;
	}

a:link.tv, a:visited.tv, a:hover.tv, a:active.tv {color:#FFFFFF;}

a:link.black, a:visited.black, a:hover.black, a:active.black {color:black;}

a:hover {color:maroon;}

tr.other {background-color:lightgray;}
