<!--
body{
	background:#0058AC;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	margin-top:20px;
}

#top{
	height:120px;
	overflow:hidden;
	width:100%;
	background:#0058AC;
}

#left{
	background: url(images/sidebar_body.gif) 0px 0px repeat-y;
	text-align:left;
	width:170px;
	border:#CC8800 solid 2px;
}

#zeeb{
	position:relative;
	width:170px;
	overflow:visible;
	font-size:12px;
}

#bod{
	text-align:justify;
	background-color:#C1C1FF;
	border:#CC8800 solid 2px;
	border-left:0px;
	color:#000000;
	margin:5px;
	font-size:12pt;
	overflow:auto;
	width:630px;
}

#main{
	text-align:justify;
	background-color:transparent;
	color:#000000;
	margin:5px;
	font-size:12pt;
	overflow:auto;
}

h1{
	text-align:center;
	font-size:20pt;
	color:#003399;
}

h2{
	font-size:14pt;
	font-weight:bold;
	margin-top:20px;
	margin-left:2%;
	margin-right:2%;
	color:#000077;
}

p{
	margin-left:1%;
	margin-right:1%;
	line-height:1;
}

a:link{
	color:#AA0000;
	text-decoration:none;
	font-style:normal;

}

a:active{
	color:#AA0000;
	text-decoration:none;
	font-weight:bold;
}

a:visited{
	color:#AA0000;
	text-decoration:none;
}

a:hover{
	color:#DD0000;
	font-style:italic;
}

a.bot:link{
	color:#FFFF00;
	text-decoration:none;
	font-style:normal;
}

a.bot:active{
	color:#FFFF00;
	text-decoration:none;
	font-weight:bold;
}

a.bot:visited{
	color:#FFFF00;
	text-decoration:none;
}

a.bot:hover{
	color:#FFBB00;
	font-style:italic;
}

#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
	position:relative;
}

#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:10px;
	font-weight:bold;
	font-stretch:expanded;
}

#nav_list a {
	color:#fff;
}

.li_nav_body a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(images/nav_body.gif) no-repeat;
	padding-left: 15px;
	line-height:20px;
}

.li_nav_footer a  {
	display: block;
	width: 170px;
	height: 21px;
	background: url(images/nav_body.gif) no-repeat;
	background-position:  0 0px;
	padding-left: 15px;
	line-height:21px;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(images/nav_body.gif) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}

th{
	background-color: #000000;
	color: #FFFF00;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
}

.h5{
	color: #990000;
	font-size: 8pt;
	font-style: italic;
	padding: 4px;
}

.bball td{
	background-color: #CC8800;
	color: #000077;
	font-size: 10pt;
	padding: 1px 3px;
	border: 1px #000077 solid;
	text-align: center;
}

.bball a{
	color: #000077;
	text-decoration: none;
}

.bball td:hover{
	background-color: #DDDD00;
	font-style: italic;
	border: 2px #0000CC inset;
}

.bball a:active{
	font-weight: normal;
}

-->
