/******************************************************************************/
/*                                BASiC Styles                                */

body {
	background-image: url(background.png);
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 11px; */
}

/*                                BASiC Styles                                */
/******************************************************************************/

.area1 {
	background: #F1F3F5;
	border: 1px solid #CCCCCC;
}

.area2 {
	background: #E9ECEF;
	border: 1px solid #CCCCCC;

}

.center {
  text-align:center;
}

/******************************************************************************/
/*                                    FORM                                    */
.inputbox {
	border: 1px solid #CCCCCC;
	margin: 0px 0px 0px 0px;
}

.inputlabel {
	font-weight: bold;
	text-align: left;
}

.inputbutton {
	background: #E9ECEF;
	border: solid 1px #CCCCCC;
	color: #666666;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
}

.selectbox {
	/* background: #E9ECEF; */
	border: solid 1px #CCCCCC;
	color: #666666;
	height: 20px;
	font-size: 11px;
	/* font-weight: bold; */
}
/*                                    FORM                                    */
/******************************************************************************/

#body {
	line-height: normal; /* IE FiX - Back Normal */
	margin-left: auto;
	margin-right: auto;
	padding: 0px; /* 800x600 Optimization */
	width: 770px; /* Must be SET */
}

.FormButton {
  width: 100px;
}

#header {
  color: #FFFFFF;
}

#footer {
  color: #FFFFFF;
}

#footer a, a:active, a:visited {
	color: #A9E186; /** #80B5D7; **/
	text-decoration: none;
}

#footer a:hover {
	color: #A9E186; /* #30559C; */
	text-decoration: underline;
}


.menu_main a, .menu_main a:active, .menu_main a:visited {
	color: #0C2100;
	font-family: verdana, sans-serif;
	text-decoration: none;
}

.menu_main a:hover {
	color: #FF0000;
	text-decoration: none;
}

