body {
	color: #000000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	}
	
a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}


.bodytable{
border: 1px solid black;
}

.formtable{
border: 1px solid black;
width: 425px;
}

.smalltable{
border-right: 1px solid black;
border-left: 1px solid black;
}

.foottable{
border-right: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px solid black;
}

/*This is where the tabbed menu begins*/
.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border: 1px solid black;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid black;
border-bottom: none;
background-color: #ffffff;
color: #black;
}

.basictab li a:visited{
color: black;
}

.basictab li a:hover{
background-color: #D0D0D0;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #D0D0D0;
color: black;
}

/*This is where the tabbed menu ends*/


#nav {
	float: left;
	width: 150px;
	border: 1px solid #666666;
	padding: 0px;
	margin: 0px;
	background-color: #CCCCCC;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
#nav a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	padding: 3px;
}

#page {
	margin-left: 170px;
}
#nav li.current {

	background-color: #E6E6E6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
}

