body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color: #CCCC99;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	text-transform: capitalize;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	text-transform: capitalize;
}
h6 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	text-transform: capitalize;
}
.warning {
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.menu_title {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006600;
	text-align: center;
	font-size: 14px;
}

.menu_bk  {
	border: 2px solid #006600;
	background-color: #FFFFCC;
}
a:link {
	text-decoration: none;
	color: #006600;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: none;
	color: #006600;
	background-color: #CCCC99;
}

a:active {
	text-decoration: none;
	color: #006600;
}
