body {
	background-color: #ffffff;
	font-family: arial;
	font-color: black;
	text-align: left
	}
h1	{
	font-family: comic sans ms;
	font-size: 44px;
	color: #000000
	}

.revised {
	font-size: 10pt;
	font-style: italic
	}

.small {
	font-size: 8pt
	}
	
.large {
	font-size: 12pt
	}
	
img {
	border: 0px none; 
	}

a	{
	color: #006633;
	text-decoration: none
	}

a:hover {
	color: #339966
	}

/*--------------------------------------------------------------------------*/

#nav {
	width: 56%;
	height: 42px;
	float: left;
	border: 1px solid #006633;
	text-align: center;
	vertical-align: middle
	}

#nav a {
	width: 25%;
	height: 18px;
	float: left;
	background-color: #d8d8bf;
	border: 1px solid #006633;
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #006633;
	text-decoration: none
	}

#nav a:hover {
	border-color: #d8d8bf;
	color: #d8d8bf;
	background-color: #006633
	}

#nav #active a {
	color: red	
	}

#nav #active a:hover {
	border-color: red;
	background-color: #d8d8bf
	}

#nav #fact a {
	width: 75%;
	height: 18px;
	float: left;
	background-color: #ffffff;
	border: 1px solid #006633;
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none
	}

#title {
	width: 40%;
	float: right;
	margin-right: 10px;
	heigth: auto;
	font-family: tahoma;
	font-size: 24pt;
	font-weight: bold;
	text-align: center
	}
	
#title #company {
	font-size: 12pt
	}

#content {
	position: absolute;
	top: 100px;
	left: 0;
	width: 98%;
	margin: 10px;
	height: auto;
	text-align: left
	}