/* NOTE - The CSS elements must remain in this order to work properly! */

BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #000000;
	background-image: url("../images/bg.jpg");
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #BEB692;
}

TABLE {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #BEB692;
}

A {
	text-decoration: none;
	color: #FC9621;
}

A:LINK, A:VISITED {
	text-decoration: none;
	color: #FC9621;
}

A:ACTIVE, A:HOVER {
	text-decoration: underline;
	color: #FDCF66;
}

.copyright {
	color: #000000;
	font-size: 11px;
}

.site_design {
	color: #000000;
	font-size: 11px;
}

A.footer {
	text-decoration: underline;
	font-size: 11px;
	color: #000000;
}

A.footer:LINK, A.footer:VISITED {
	text-decoration: none;
	font-size: 11px;
	color: #000000;
}

A.footer:ACTIVE, A.footer:HOVER {
	text-decoration: underline;
	font-size: 11px;
	color: #000000;
}

.form_label {
  	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 12px;
	color: #BEB692;
}

.form_field {
  	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px; 
	color: #3E3828;
	background-color: #BEB692;
}

.form_button {
  	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px; 
	color: #3E3828;
	background-color: #BEB692;
}