#container {
	position:relative;
	margin:0px auto;
	width: 800px;
}

#description {
	width:800px;
	position:absolute;
	top:1000px;
}

h1 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

h2 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}

h3 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

.framed {
	border-left: #003366 1px solid;
	border-top: #003366 1px solid;
	border-right: #003366 1px solid; 
	border-bottom: #003366 1px solid;
}
.pageTitle {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serf";
	font-size: 12pt;
	font-weight: bold;
	color: #003366;
}
.bottomlink {
	color: #666666;
	text-decoration: none;
}
.bottomlink:hover {
	color: #000000;
	text-decoration: none;
}
.bullet {
	color: #666666;
}
.bullet:hover {
	color: #FF0000;
}
.bulletlink {
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}
.bulletlink:hover {
	color: #000000;
}
.copyright {
	font-family: "Tahoma", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #999999;
}
.emaillink {
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}
.emaillink:hover {
	color: #003366;
}
.footer {
	font-family: "Tahoma", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
}
.footerlink {
	text-decoration: none;
	color: #003366;
}
.footerlink:hover {
	color: #527497;
}
.normal {
	font-family: "Arial", "Helvetica", "sans-serf";
	font-size: 10pt;
	font-weight: normal;
	line-height: normal;
	color: #000000;
}
p {
	font-family: "Arial", "Helvetica", "sans-serf";
	font-size: 10pt;
	font-weight: normal;
	line-height: normal;
	color: #000000;
}
li {
	font-family: "Arial", "Helvetica", "sans-serf";
	font-size: 9pt;
	font-weight: normal;
	line-height: normal;
	color: #000000;
}
input {
	font-family: "Arial", "Helvetica", "sans-serf";
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}
a {
	color: #666666;
	text-decoration: none;
}
a.bluelink {
	color: #003366;
	font-weight:bold;
}

a.bluelink:hover {
	text-decoration:underline;
}