body
        {
	color: #DDDDFF;
	background-color: #151530;
        }
#logo
        {
	background-color: #151530;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 23px;
        margin-right: 23px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        border-top-width: 1px;
        border-bottom-width: 0px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-color: #666699;
        border-style: solid
        }
#menu
        {
        color: #FFFFFF;
        background-color: #000077;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 23px;
        margin-right: 23px;
        border-color: #444480;
        border-style: solid;
        border-width: 1px
        }
.menufields
        {
	background-color: #8888CC
        }
#sheet
        {
	color: #DDDDFF;
	background-color: #151530;
	font-family: Times New Roman;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 23px;
	margin-right: 23px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 3em;
	padding-right: 3em;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #666699;
	border-style: solid
        }


#ads
	{
	float: right;
	float: bottom;
	float: top;
	padding-left: 24px;
	}

#form
        {
        color: #DDDDFF;
        background-color: #151530;
        font-family: Times New Roman;
        font-size: 14px;
        line-height: 1.5;
        margin-top: 15px;
        margin-bottom: 10px;
        margin-left: 23px;
        margin-right: 23px;
        padding-top: 2em;
        padding-bottom: 2em;
        padding-left: 2em;
        padding-right: 2em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #666699;
	border-style: solid
        }
#formlines
        {
        color: #DDDDFF;
        background-color: #151530;
        font-family: Times New Roman;
        font-size: 14px;
        line-height: 1.5;
        margin-top: 55px;
        margin-bottom: 10px;
        margin-left: 23px;
        margin-right: 23px;
        padding-top: 2em;
        padding-bottom: 2em;
        padding-left: 2em;
        padding-right: 2em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #666699;
	border-style: solid
        }
.formparts
        {
        color: #CBCBED;
        background-color: #171750;
        font-size: 14px;
        margin-left: 120px;
        margin-top: 10px;
        padding-left: 50px;
        border-top: 1px;
        border-bottom: 1px;
        border-left: 1px;
        border-right: 1px;
        border-color: #7777CC;
        border-style: solid
        }
.bigbuttons
        {
        color: #000000;
        background-color: #AAAADE;
        font-size: 15px;
        height: 28px;
        width: 155px
        }
.smallbuttons
        {
        color: #000000;
        background-color: #AAAADE;
        font-size: 15px
        }
.active
        {
        color: #9999F0;
        background-color: #000040;
        font-family: Times New Roman;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        line-height: 1.1;
        padding-left: 1em;
        padding-right: 1em;
        cursor: hand;
        }
.passive
        {
        color: #000060;
        background-color: #8888CC;
        font-family: Times New Roman;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        line-height: 1.1;
        padding-left: 1em;
        padding-right: 1em;
        cursor: hand;
        }
.formlinks
	{
	color: #000060;
	font-family: Tahoma;
	font-size: 12px
	}
.tops
	{
	color: #AAAAFA;
	font-size: 12px;
        font-family: Tahoma 
	}
th
	{
	background-color: #252550;
	font-weight: lighter
	}
.titles
	{
	font-size: 20px
	}
.endingleft
        {
        color: #DDDDFF;
        font-family: Tahoma, sans-serif;
        font-size: 10px;
        font-weight: lighter;
        line-height: 0.6;
	margin-left: 30px;
        text-align: left
        }
.endingright
        {
        color: #DDDDFF;
        font-family: Tahoma, sans-serif;
        font-size: 10px;
        font-weight: lighter;
        line-height: 0.6;
	margin-right: 30px;
        text-align: right
	}
.linkst
	{
	color: #AAAAFA
	}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefive
	{
	position:right;
	display:block;
	height:26px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/bgOFF.gif) repeat-x top left;
	font-family:Arial,Times New Roman,Verdana,Helvitica,sans-serif;
	border-bottom:1px solid #666699;
	}
#stylefive ul
	{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto; 
	/* Here we move this ul to the right 170 px. Works fine FF / IE */ 
	margin-left: 100px;
	}
#stylefive ul li
	{
	display:block;
	float:left;
	margin:0;
	}
#stylefive ul li a
	{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:7px 20px 0 20px;
	height:19px;
	background:transparent url(images/bgDIVIDER.gif) no-repeat top right;
	}
#stylefive ul li a:hover,
#stylefive ul li a.current	{
	color:#fff;
	background:#131546 url(images/bgDIVIDER.gif) no-repeat top right;
	}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
