<!--
	* {
		margin: 0;
		padding: 0;
	}
	
	html {
		height: 100%;
	}
	body {
		background: url("/bg1.jpg") #abd6f1 repeat-y;
		height: 100%;
	}
	
	.whole {
		margin-left: auto;
		margin-right: auto;
		width: 940px;
		height: 100%;
	}
	
	.main {
		background: url("/rowbg.png") #acf6d1 repeat-x;
		width: 900px;
		text-align: center;
		height: 100%;
		vertical-align: top;
		overflow: hidden;
		border: solid 2px #ffffff;
	}
/*	
	.mainLeft {
		background: url("/left.png") top left;
		width: 10px;
	}
	
	.mainRight {
		background: url("/right.png") top right;
		width: 10px;
	}
*/
	.navbar ul {
	
	}
	
	.navbar, .navbar ul {
		list-style: none;
	}
	.navbar, .navbar * {
		padding: 0;
		margin: 0;
	}
	.navbar li.headlink {
		width: 9.09%;
		height: 35px;
		vertical-align: middle;
		float: left;
		text-align: center;
		color: #fff;
		background-color: #0099cc;
	}
	.navbar li.headlink a {
		display: block;
		padding: 15px;
	}
	.navbar li.headlink ul {
		display: none;
		text-align: left;
		position: absolute;
		color: #fff;
		background-color: #0099cc;
		width: 20%;
	}
	.navbar li.headlink:hover ul {
		display: block;
	}
	.navbar li.headlink li {
		border-top: 1px black solid;
	}
	.navbar li.headlink ul li a {
		padding: 5px;
		height: 100%;
	}
	.navbar li.headlink:hover {
		color: #000;
		background-color: #def9f4;
	}
	.navbar a {
		color: white;
	}
	.navbar ul li a {
		color: #fff;
		text-decoration: none;
	}
	.navbar ul li a:hover {
		text-decoration: none;
		color: #000;
	}
	.navbar ul li {
		background-color: #0099cc;
	}
	.navbar ul li:hover {
		background-color: #fefefe;
	}
	
	body { font-family:Verdana, sans-serif; font-size:10pt; }
	a:link { color:#0649e6; text-decoration:underline; }
	a:visited { color:#380fd2; text-decoration:underline; }
	a:hover { color:#ff0000; text-decoration:underline, overline; }
	a:active { color:#ff0000; font-size:10pt; text-decoration:underline, overline; }
	span.sidebar { font-size:10pt; }
	span.bigtitle { font-size:25pt; }
	span.navheading { font-size:13pt; color:#FFFFFF; background-color:#0968F7; }
	h1, h2, h3, h4 { font-weight:bold; }
	h4, span.size1 { font-size:12pt; }
	h3, span.size2 { font-size:12pt; }
	h2, span.size3 { font-size:14pt; }
	h1, span.size4 { font-size:15pt; }
	h1.printheading { display:none; }
	ul { list-style-position:inside; }
	p.disclaimer { color:#339900; font-size:7pt; }
	table.header { display:block; }
	div.nav { padding:10px 10px 10px 10px; display:inline; float:left; max-width:200px; width:200px; margin-right:10px; border:0; background:url(bg-nav.png); }
	div.nav ul { list-style:none; margin:0; padding:0; border:none; }
	div.nav ul li { list-style:none; background:rgb(23, 81, 151); color:rgb(255, 235, 240); }
	div.nav ul li ul, div.nav ul li ul li { margin-left:0em; background:url(bg-nav.png); list-style-type:square; }
-->