<STYLE>

BODY {background: #ffffff}
BODY {background-image: url('kgfree3back.jpg'); }
BODY {font-family:Trebuchet MS}
BODY {color:#000000}

a:link { color: black; text-decoration: none }
a:active { color: black; text-decoration: none }
a:visited { color: black; text-decoration: none }
a:hover { color: #9A7248; text-decoration: none }

h1 {font-size: 100%;}

#tab {
	background: #DAE0D2 url("/Images/tabs/bg.gif") repeat-x bottom;
	float: left;
	font-size: 93%;
	line-height: normal;
	margin-bottom: 6px;
	width: 100%;
}
#tab a {
	background: url("/Images/tabs/right.gif") no-repeat right top;
	color: #765;
	display: block;
	float: left;
	font-weight: bold;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
}

#tab #current {
	background-image: url("/Images/tabs/left_on.gif");
	border-width: 0;
}
#tab #current a {
	background-image: url("/Images/tabs/right_on.gif");
	color: #333;
	padding-bottom: 5px;
}

#tab a:hover {color: #333;}

#tab li {
	background: url("/Images/tabs/left.gif") no-repeat left top;
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
}

#tab ul {
	list-style: none;
	margin: 0;
	padding: 10px 10px 0;
}

</STYLE>