body     {
	background: #003366;
	scrollbar-arrow-color: ffffff;
	scrollbar-face-color: 003366;
	scrollbar-highlight-color: ffffff;
	scrollbar-shadow-color: FFFFFF;
	scrollbar-track-color: #E8E8E8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
a                   { color: #003366; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-decoration:underline}

a:hover                       {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background-color: #e3e3e3;
}
.Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
#navcontainer { width: 108px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer { width: 130px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 130px;
	background-color: #036;
	border-bottom: 1px solid #e3e3e3;
	color: #FFFFFF;
	text-decoration: blink;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;

}

#navcontainer a:hover
{
background-color: #4D4DCA;
color: #fff;
}
.fine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
div.scroll {	height: 200px;	width: 630px;	overflow: auto;	border: 1px solid #666;	background-color: #036;	padding: 8px;}
.maintable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(images/tbbg.gif);
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-top: 2px;
	left: 2px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.smlwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.TableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-indent: 90px;
	font-weight: bold;
}
/*
 +-------------------------------------------------------------------------------------+
 |                                                                                     |
 | DHTML Tabsets                                                                       |
 |                                                                                     |
 | Copyright and Legal Notices:                                                        |
 |                                                                                     |
 |   All source code, images, programs, files included in this distribution            |
 |   Copyright (c) 1996,1997,1998,1999,2000                                            |
 |                                                                                     |
 |          John C. Cokos  iWeb, Inc.                                                  |
 |          All Rights Reserved.                                                       |
 |                                                                                     |
 |                                                                                     |
 |   Web: http://www.iwebsoftware.com      Email: info@iwebsoftware.com                |
 |                                                                                     |
 +-------------------------------------------------------------------------------------+

    ** 
       Original Tabset Scripts were obtained from another source.  Cannot remember
       where I got them from.  I've manipulated the daylights out of it, to make it
       work in all browsers, and behave the way that I wanted it to.   If you are,
       or if you know the originater, please email me at the address noted above, and
       I will be happy to change the copyright notices herein to include you as
       the original source.
    **

*/


/*  
    Modify the following style sheet definitions as you please to get the desired look
    and color scheme that you would like.  Note that for the tab-body definition,
    you should also change the "width" attribute to conform to your layout.
*/


TD {
    FONT-SIZE: 12px; FONT-FAMILY: verdana, arial, helvetica, sans-serif
}


.tab-button	 { 
    width: 70; 
    height: 20; 
    font-weight: normal; 
    background: #e0e0e0; 
    border-top: 1px solid buttonhighlight; 
    border-left: 1px solid buttonhighlight; 
    border-bottom: 1px solid buttonhighlight;  
    border-right: 1px solid buttonshadow; 
    cursor: hand; 
    padding-top: 2px; 
    padding: 3;
}

.tab-body	{ 
    background: white; 
    border-top: 0px solid buttonhighlight; 
    border-left: 1px solid buttonhighlight; 
    border-bottom: 1px solid buttonshadow; 
    border-right: 1px solid buttonshadow; 
    border-style: ridge;
    padding: 10;    
    position:absolute; 
    left:10px; 
    top:310px; 
    width:400px; 
    z-index:1; 
    visibility: hidden
}