body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.style3 {
	font-family: georgia;
	font-size: small;
	color: #999999;
	font-style: italic;
}
.style4 {
	font-family: georgia;
	font-size: medium;
	color: #626262;
	font-style: italic;
}
.style5 {
	font-family: georgia;
	font-size: small;
	color: #999999;
	font-style: italic;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
hr
{
background-color:#d4d4d4;
color:#d4d4d4;
height:1px;
border:0px;
}
#menuk {
	width: auto;
	height: auto;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

#menuk ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuk li {
	display: inline;
}

#menuk a {
	display: inherit;
	float: right;
	width: auto;
	height: auto;
	padding: 20px 10px 0 10px;
	border-left: 1px solid #EDEBD5;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	font-size: small;
	color: #999999;
}

#menuk a:hover {
	background: #F7F7F4;
	color: #89BC3D;
}

#menuk .active a {
	background: #82BC2B;
	color: #FFFFFF;
}

a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a.footer:hover {
	text-decoration: none;
	color: #3399FF;
}
a.footer:active {
	text-decoration: none;
	color: #333333;
}

.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}
