body {
	margin : 0;
	padding : 0;
	height: 100%;
	background: #F0F874;
}

.box_frame {
	border: 1px;
	border-style: solid;
	border-color: Blue;
}

.menu a {
	display: block;
   width: 100%;
	font :bold;
   text-decoration: none;
	color : #425227;
}
.footer_font{
	font-size : 60%;
	text-align: center;
	font-family: Verdana;
	color: White;
}

.box_bg1{
	background-color: #A2ADBC;
	color: black;
	font: bold;
	text-align: center;
}
.box_bg2{
	background-color: #D9E2E1;
	color: black;
	font: bold;
	text-align: center;
} 

.bg_style1{
	background-color: #BBD9EE;
}
.bg_style2{
	background-color: #EBF4FA;
}

.tab_data1 {
	font-family: Verdana;
	background-color: #FFD700;
	cursor: hand;
}

.bottom {
position: absolute;
vertical-align: bottom;
height: 100%;
width: 100%;
}

.kmt_font{
	font-size : 60%;
	font-family: Verdana;
}

