body {
	background-color: #fbfbfb;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 15px;
}
.menutd {
	width: 110px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	color: #522b4c;
	font-weight: lighter;
	text-decoration: none;
	background-image: url(images/menu_out.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
}
.menutd_active {
	width: 110px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	color: #522b4c;
	font-weight: lighter;
	text-decoration: none;
	background-image: url(images/menu_over.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	cursor: pointer;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: lighter;
	color: #25be26;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	}

.textwhite_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	color: #ffffff;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	}
	
.text_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 10px;
	}
.bottomtd {
	background-color: #9e9e9e;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #52e653;
	}

.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
	}

.bottomtext_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
	margin: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	margin: 0px;
	padding-top: 2px;
}

.green {
	color: #00CC33;}

.textform {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}

.imputek {
	width: 150px;
	height: 20px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	}
.textareaa {
	width: 250px;
	height: 100px;
	border: 1px solid #999999;
	background-color: #FFFFFF;	}