/*	=================================================================================  GLOBAL  */
* {
	margin: 0;
	padding: 0;
	}

body{
  height: auto !important;
  min-height: 100% !important;
  height/**/: 100%;
  background: #FFF;
  font-size: 14px
  font-family: Times;
  color: #000;
  text-align: center;
}

#tabel {
	width:800px;
	padding: 0px;
	display: block;
	border: 0px solid;
	margin: 0px auto;
}


.top {
	display:block;
	float:left;
	width:100%;
	margin-left: auto;
  	margin-right: auto;
	height:23px;
	padding: 0px;
	border: 0px solid;
	background: #fff;
}

.header {
	display: block;
	float:left;
	width:100%;
	margin-left: auto;
  	margin-right: auto;
	height:21px;
	padding: 0px;
	border: 0px solid;
	background: #BF0000;
}

.headerTop {
	display: block;
	float:left;
	width:100%;
	margin-left: auto;
  	margin-right: auto;
	height:35px;
	top:0px;
	padding: 0px;
	border: 0px solid;
	background: #FFCF24;
}

.headerFooter {
	display: block;
	width:100%;
	float:left;
	margin-left: auto;
  	margin-right: auto;
	height:7px;
	padding: 0px;
	border: 0px solid;
	background: #6F0000;
}


.content {
	display: block;
	width:80%;
	height:auto;
	margin-left: auto;
  	margin-right: auto;
	padding: 0px;
	border: 0px solid;
	background:  #FFCF24;
}

.bottom {
	display: block;
	width:80%;
	height:35px;
	margin-left: auto;
	margin-right: auto;
	height:35px;
	padding: 0px;
	border: 0px solid;
	background:  #6F0000;
	font-family: "Times New Roman", Times, serif;
}

a:link   {  text-decoration: underline; color: #6B0000; }
a:hover  {  text-decoration: underline; color: #000;} 
a:visited{  text-decoration: none; }
a:active { text-decoration: underline; color: #6B0000;}


.menuitem{
	padding-left:1px;
	padding-bottom:0px;
	vertical-align:bottom;
}