
body {
	background-color:#a8a18e;
	background-image:url(../images/background_top.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:0px;
	margin:0px;
}

body, td, th, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

h1 {
	font-size: 20px;
	padding:0px;
	margin:0px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}

a:link {
	text-decoration: none;
	color:#E08E28;
}
a:visited {
	text-decoration: none;
	color:#E08E28;
}
a:hover {
	text-decoration: underline;
	color:#E08E28;
}
a:active {
	text-decoration: none;
	color:#E08E28;
}

.footer_td {
	color:#4d493f;
	font-size:10px;
}

.footer:link {
	text-decoration: none;
	color:#4d493f;
}
.footer:visited {
	text-decoration: none;
	color:#4d493f;
}
.footer:hover {
	text-decoration: underline;
	color:#4d493f;
}
.footer:active {
	text-decoration: none;
	color:#4d493f;
}

.header:link {
	text-decoration: none;
}
.header:visited {
	text-decoration: none;
}
.header:hover {
	text-decoration: underline;
}
.header:active {
	text-decoration: none;
}

.submenu:link {
	text-decoration: none;
}
.submenu:visited {
	text-decoration: none;
}
.submenu:hover {
	text-decoration: underline;
}
.submenu:active {
	text-decoration: none;
}