/* Main stylesheet */

div.main,
div.center 
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;


}




/* Start header and menu */

div.containerMain 
{
/*	padding: 5px; */
	width: 810px; /* 810 */
/*	height: 452px; */
	margin-left: auto;
	margin-right: auto;


}

div.containerLogo1 
{
/*	padding: 5px; */
	text-align: left;
	float: left;
}

div.containerAnim1 {
/*	padding: 5px; */
	padding: 0px 10px 0px 0px;
	text-align: right;
	float: right;


}

div.containerButtonsH 
{
	background-color: #969696;
	border: 2px solid #000000;
	width: 788px; /* 808 [788] */
	height: 34px;
	text-align: center;
	clear: both;
	margin-left: auto;
	margin-right: auto;


}


.tablemenu 
{ /* style for table based menu */
	text-align: center;
	margin: auto;
}
.tablemenu a:link, .tablemenu a:active, .tablemenu a:visited 
{
	display: block;
	width: 6.5em; /* Button width (5em) */
	margin: .2em; /* horizontal/vertical alignment */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	text-decoration: none;


}
.tablemenu a:hover 
{
	display: block;
	width: 6.5em; /* Button width (5em) */
	margin: .2em; /* (0 .2em) [.5em 1em 0 1em]*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	border: 2px solid #000000;
	background-color: #FEFF99;
	text-decoration: none;


}
#klgrnH {
	background-color: #ffffff;
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #00a000;
	text-decoration: none;
}

div.containerBottom 
{
	width: 100%;
	clear: both;


}
#kgrnH {
	background-color: #00a000;
 font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #cceecc;
	text-decoration: none;
}

div.containerBottom 
{
	width: 100%;
	clear: both;


}
#currentH {
	background-color: #ccffff;
	text-decoration: none;
}

div.containerBottom 
{
	width: 100%;
	clear: both;
}

/* End header and menu */



