body{
	background-color: black;}
a:link, a:visited, a:active { 
	text-decoration: none; 
	text-transform: lowercase; 
	color: #000066; 
	font-size: 10pt; 	
	font-family: verdana; 
	font-weight: bold;} 
a.side{ 
	color: #000066; 
	font-size: 12pt; 	
	font-family: arial; 
	font-weight: bold;} 
a:hover{
	text-decoration: none;
	color: #000066;
	text-transform: uppercase; 
	font-size: 10pt; 
	font-family: verdana;
	font-weight: bold;}
a.dark {
	text-decoration: none; 
	text-transform: lowercase; 
	color: #ffffff; 
	font-size: 10pt; 	
	font-family: verdana; 
	font-weight: bold;}
body,p,td{ 
	font-family: arial; 
	font-size: 10pt;}
table.offset{
	background-color: #006699;
	color: #000066; 
	font-family: arial;} 
td.top {
	background-color: #000066;
	background-image: url(/images/dingotitle.jpg);
	background-repeat: no-repeat;
	color: #3399FF;
	font-family: arial; }
td.dark{
	background-color: #000066;
	color: #3399FF;
	font-family: arial; }
td.medium{
	background-color: #003399;
	color: #000066;
	font-family: arial;}
td.offset{
	background-color: #006699;
	color: #000066; 
	font-family: arial;} 
td.menu{
	background-color: #414141;
	color: #000066; 
	font-family: arial;} 
td.light{
	background-color: #3399ff;
	color: #000066;
	font-family: arial;} 
td.dingo{
	background-color: #110eae;
	color: #000066;
	font-family: arial;} 
hr{
	color: #000066;}
h1.medium{
	color: #000066;}
.topmenutab{
	width: 850px;
	overflow: hidden;
	border-bottom: 1px solid black;}
.topmenutab ul{
	margin: 0;
	padding: 0;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	padding-right: 0px; /*offset of tabs relative to browser left edge*/
	font: bold 12px Verdana;
	list-style-type: none;}
.topmenutab li{
	display: inline;
	margin: 0;}
.topmenutab li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 7px; /*padding inside each tab*/
	border-left: 1px solid white;
	border-right: 0px solid white; /*right divider between tabs*/
	color: white;
	text-align: center;
	background: #414141; /*background of tabs (default state)*/
	height: 25px;
	width: 91px;}
.topmenutab li a:visited{
	color: white;}
.topmenutab li a:hover, .topmenutab li.selected a{
	background: black;}