body, td, tr{
	margin-top: 20px;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
}

ul {
	font-weight: normal;
	font-size: 12px;
	color:  #555;
	list-style-type: square;
	white-space: normal;
	line-height: normal;
	}	
	
ol {
	font-weight: normal;
	font-size: 12px;
	color:  #555;
	outline: none;
	list-position-style: inside;
	list-style-image: none;
	list-style-type: decimal;
	white-space: normal;
	height: auto;
	}	

a {
	text-decoration: none;
	font-weight: bold;
	color:  #666666;
	outline: none;
	font-size: 12px;
	}
	
a:visited {
	color:  #999999;
	}
	
a:active {
	color:  #669900;
	}
	
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
		
	
h1 {
	color: #555;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 2px;
	margin-top: -2px;
	margin-bottom: 7px;
	}
	
h2 {
	color: #555;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 2px;
	margin-top: -2px;
	margin-bottom: 7px;
}

.subnav {
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	}
	
.subnav li {
	list-style: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	line-height: 23.5px;
	color:  #000;
	outline: none;
	padding-top:0px;
	}
	
.subnav li a {
	color:  #999;
	}
	
.subnav li a:hover {
	color:  #555;
	}

#topnav { /* #col-two-three = #col-two + 10px + #col-three */
	/*width:700px;*/
	padding: 2px 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.bgtopnav{
	background:#AAAAAA;
	height:20px;
	padding-bottom:1px;
}
#topnav li{
	display:inline;
	list-style-type: none;
}
#topnav li a{
	color:#fff;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
}
#topnav li a:hover{
	background:#8C8C8C;
	padding-bottom: 5px;
}

.credit {
	font-weight: normal;
	font-size: 9px;
	line-height: 12px;
	color:  #828483;
	outline: none;
	padding: 2px 2px 2px 2px;
	}	
