<!--
body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	scrollbar-base-color: 000666;
 	scrollbar-track-color: DDDDDD;
 	scrollbar-face-color: 000666;
	scrollbar-highlight-color: 006699;
	scrollbar-3dlight-color: 003399;
	scrollbar-darkshadow-color: 000033;
	scrollbar-shadow-color: 000066;
	scrollbar-arrow-color: FFFFFF;
}

.hline {
	background-image: url(../img/hline.gif);
	background-repeat: repeat-x;
	background-position: top
}

.dot {
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: top
}

.subnav{
font-family: verdana, arial;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold
}
.subnav a:link {color: #FFFFFF; font-weight: bold; text-decoration: none }
.subnav a:active {color: #FFFFFF; font-weight: bold; text-decoration: none }
.subnav a:visited {color: #FFFFFF; font-weight: bold; text-decoration: none }
.subnav a:hover {color: #FFFFFF; font-weight: bold; text-decoration: underline }

.content {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 16px;
	color:#000066 }
.content STRONG {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color:#000066 }
.content EM {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color:#CC0000;
	text-transform: uppercase }

.foot {
	font-family: verdana;
	font-size: 9px;
	color:#7F7F7F;
	padding: 5px 15px 5px 15px
}
.foot a:link {color: #7F7F7F; font-weight: bold; text-decoration: none }
.foot a:active {color: #7F7F7F; font-weight: bold; text-decoration: none }
.foot a:visited {color: #7F7F7F; font-weight: bold; text-decoration: none }
.foot a:hover {color: #7F7F7F; font-weight: bold; text-decoration: underline }

.image { border: 1px solid #000066 }
-->