

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 10px  Verdana, Arial,sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: white;
background: midnightblue url("pegfisherswebdesigns/images/roundleft.gif") no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url("pegfisherswebdesigns/images/roundright.gif") no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: lightsteelblue; /*background color of tabs onMouseover*/
color: white;
}


.ubercolortabs a:hover span{
background-color: transparent;
}
.ubercolortabs body:{
 color: white;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 1px;
line-height:1px;
background: midnightblue; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}



body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: midnightblue;
	color: midnightblue;
}
table
{
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(204,255,0);
}
h2
{
	color: rgb(153,504,255); 
}
h3
{
	font-family: Papyrus, Verdana, Arial, Sans-serif;
	
}
h4
{
	color: rgb(255,51,153);
}
h5
{
	color: rgb(153,504,255);
}
h6
{
	color: rgb(204,255,0);
}
