body {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	
	background-color: #ffffff; 
	background-repeat: repeat;
	background: url(../images/bg.png);
	/*background-attachment: fixed;*/
}

/* FORM CSS */
.form-content {
	background-color: #EEEEEE;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #ab9f6c;
	margin: 1px;
	padding: 1px;
}


/* TEXT CSS */
.text-normal-brown {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #825002;
	line-height: 16px;
	text-decoration: none;
	text-align: justify;
}

.text-brown {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #825002;
	line-height: 16px;
}

.text-menu-active {
	font-family: Verdana, Tahoma, Arial;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #825002;
}

.text-menu-sub-active {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #825002;
}

.text-footer {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
	color: #825002;
}


/* LINK CSS */
.link-menu {
	font-family: Verdana, Tahoma, Arial;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #ab9f6c;
}

:hover.link-menu {
	font-family: Verdana, Tahoma, Arial;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #825002;
}

.link-menu-sub {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #ab9f6c;
}

:hover.link-menu-sub {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #825002;
}

.link-normal {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #ab9f6c;
}

:hover.link-normal {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #825002;
}

.link-links {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #ab9f6c;
}

:hover.link-links {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #825002;
}

.link-footer {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #825002;
}

:hover.link-footer {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #825002;
}