body {
	 margin:0; 
	 padding:0;
 	 background: #FFFF75;
	 background: #B9CBFF;
	 background: #33CC33;
	 text-align: center;
	 font: 12px/1.25 arial, verdana, sans-serif; 
	 color: black;
}

#wrapper {
	width: 1000px;
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	/*background: white;*/
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 90%;
}

td {
	margin: 0px;
	padding: 0px;					
}

a {
	color:red;
}
a:hover {
	color:#FF6600;
}

a img {
	border: 2px solid #407504;
}

a.menu {
	color: #000066;
}
/*
a.menu:hover {	
	color: #74B106;
}
*/

input.button {
	background-color: #008AB5;
	color: white;
	border: 1px solid #919191;
	font-weight: bold;
}

select{
	background: #C2FF70;
	
	color: black;
}

option {
	background: #C2FF70;
	color: black;
}
#body table.ad td {
	text-align: center;
}
/*
 * MENU top
 */
#mcontent table {
	width: 100%;
}
 
#mcontent td {
	height: 55px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 9px;
	padding-right: 9px;
	text-align: center;	
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}

#mcontent td.inactive {
	background-image: url('../img/buttons/main_menu.bmp');
}
 
#mcontent td.divider {
	background-image: url('../img/buttons/main_menu_divider.bmp');
	width: 2px;
	padding-left: 0px;
	padding-right: 0px;
}
 
#mcontent td.active {
	background-image: url('../img/buttons/main_active_1.bmp');
}

#margin_top {
	height: 10px;
	/*background-image: url('../img/buttons/main_menu.bmp');*/
	background-color: #BEEE59;
}

#margin_bottom {
	height: 10px;
	/*background-image: url('../img/buttons/main_menu.bmp');*/
	background-color: #9ECE39;
}

/* BOODY */
#body {
	height: auto !important;
	height: 500px;
	min-height: 500px;
	text-align: center;
	background-color: #F4FFB7;
	background-color: #FFCC33 ;
	color: #97B15E;
	overflow: auto;
	_overflow: visible;
}

/* FOOT */
#foot {
	/*height:21px;
	background-image: url('../img/buttons/main_menu.bmp')*/
	height: 20px;
	_left:0px;
	clear:left;
	background-color: #9ECE39;
}

