body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
h1 {
	font-size: 36pt;
}
h2 {
	font-size: 24pt;
}
h3 {
	font-size: 18pt;
}
h4 {
	font-size: 16pt;
}

.style1 {font-size: 18pt}
.style2 {font-size: xx-small}

div#container {
	width:850px;
	position:absolute;
	top:0px;
	left:0px;
	margin-top:10px;
	margin-left:10px;
}

div#head {
	background-color: #FFF;
	width:100%;
	height:auto;
}

div#logo {
    background-repeat: no-repeat;
	position:relative;
	top:0px;
	left:20px;
}

div#nav {
	background-color: #FFF;
	float:left;
	width:150px;
	height:100%;
}

div#body {
	background-color: #FFF;
	float:left;
	width:500px;
	height:100%;
}

div#right {
	background-color:#FFF;
	float:left;
	width:200px;
	height:100%;
}

div#footer {
	background-color: #FFF;
	width:50%;
	float:left;
	margin-top:15px;
}
