body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:16pt;
	font-weight:normal;
	}

h2 {
	font-size:12pt;
	font-weight: bold;
	color: red;
	}

h3 {
	font-size:10pt;
	font-weight: bold;
	color: red;
	}
	
a {
	color: red;
	text-decoration:none;
	}
	
a:visited {
	color: red;
	text-decoration:none;
	}

a:hover {
	color: orange;
	text-decoration:underline;
	}

#header {
	width: 800px;
	overflow: hidden;
	}

.header {
	font-size: 14pt;
	}

#menu {
	position:relative;
	top:10px;
	width: 160px;
	height: 400px;
	overflow: auto;
	}

.menu {
	font-size:10pt;
	}

#content {
	position:relative;
	top:-390px;
	left:170px;
	width: 630px;
	overflow:auto;
	}

.content td{
	vertical-align:top;
	font-size:10pt;
	}
	
.red {
	color: red;
	font-size:10pt;
	font-weight:bold;
	}

#footer {
	position:relative;
	top:-380px;
	width:800px;
	overflow: hidden;
	}

.footer {
	font-size: 8pt;
	color: #999999;
	}

