/* Main */
<style type="text/css">
<!--
.style60 {	font-size: 14px
}
.style61 {	font-weight: bold;
	color: #005689;
}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}
.a {color:green}
.g {margin:1em 0}
.line23 {font-size:0.8em}
.r {font-weight:normal;margin:0;display:inline}
.r {font-size:1em}
.sl {font-weight:normal;margin:0;display:inline}
.style16 {font-family: Arial, Helvetica, sans-serif; color: #666666;}
.r1 {font-size:1em}
.style63 {color: #999999}
.style68 {font-size: 12px}
.style69 {margin: 1em 0; font-size: 10px; font-style: italic; }
.style70 {
	color: #0066CC;
	font-weight: bold;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
}

body {
	background: #111 url(img/bg.jpg) repeat-y center top;
	color: #666666;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 63%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p,ul {
	font-size: 1em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #000000;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* Misc */
.clearer {clear: both;}
.stripes {
	background: #000000 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #000000;
	font: normal 2em sans-serif;
	height: 120px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #0066CC;
	font-size: 36px;
}

/* Structures */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #000000;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {
	width: 60%;
}
.main .right {
	width: 39%;
	background-color: #000000;
}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

/* Content */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #0066CC;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* Menu */
.nav {background: #191919 url(img/nav.gif);}
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}

/* Sub-Menu */
.subnav {
	background: #000000;
	border: 1px solid #1E1E1E;
	border-top-color: #444;
	padding: 12px;
	font-size: 11px;
}
.subnav h1 {
	padding-top: 5px;
}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* Footer Main*/
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #0066CC;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* Footer Bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
