﻿body
{
	font-size: 10pt;
	margin: 0px;
	font-family: Tahoma;
	
}

.MenuBar
{
	width: 100%;
	height: 25px;
	vertical-align: top;
	padding: 10px;
	background-color: #a8ca59;
	font-weight: bold;
	font-size: 9pt;
	font-style: normal;
	font-family: Tahoma;
	
}

.Footer
{
	background-color: #647b37;
	height: 20px;
	color: Black;
	font-size: 7pt;
}

.Content
{
	width: 100%;
	vertical-align: top;
	height: 100%;
	padding: 10px;

}
.Menu
{
	width: 125px;
	vertical-align: top;
	height: 100%;
	padding: 10px;
	background: url(Images/kb_bottom.jpg) #a8ca59 fixed no-repeat left bottom;
	
}

.Menu2
{
	background-attachment: fixed;
	background-image: url(Images/kb_menu.jpg);
	width: 125px;
	background-repeat: repeat-y;
	height: 100%;
	vertical-align: top;
	padding: 10px;
}

.Normal
{
	font-size: 9pt;
}

td
{
	font-family: Tahoma;
	font-size: 9pt;
}
.header
{
	font-weight: bold;
	text-decoration: underline;
}
	

