/* CSS Document */

BODY {
	background: #DBBF88;
	color: #000;
	background-image: url(images/bg_tile.gif);
	margin: 0;
}

/* TABLE STYLES */
TD {
	color: #000;
	font-family: verdana, sans-serif, san-serif;
	font-size: 12px;
}

.menu {
	background: #DBBF88;
	background-image: url(images/bg_body_tile.gif);
}

.blue {
	background-image: url(images/bg_blue_tile.gif);
}

.body {
	background: #DBBF88;
	color: #000;
	background-image: url(images/bg_body_tile.gif);
	padding-bottom: 10px;
}

.body_left {
	padding-left: 24px;
	padding-top: 6px;
}

.body_right {
	background-image: url(images/bg_header_sun_bot.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-right: 24px;
}

.footer {
	color: #FFF;
	background-image: url(images/bg_footer_gradient.jpg);
	background-repeat: no-repeat;
}

.footer_left {
	background-image: url(images/bg_body_sun_bot.jpg);
	background-repeat: no-repeat;
	padding-left: 28px;
	padding-top: 5px;
}

.footer_right {
	padding-right: 28px;
	padding-top: 5px;
	font-size: 10px;
}

/* LINK STYLES */
A {
	font-weight: bold;
}

A:link {
	color: #4e450f;
	text-decoration: none;
}

A:visited {
	color: #4e450f;
	text-decoration: none;
}

A:hover {
	color: #90864B;
	text-decoration: underline;
}

A:active {
	color: #000000;
	text-decoration: underline;
}

/* FORM STYLES */
INPUT, TEXTAREA, OPTION, SELECT {
	border: solid 1px #000;
	background: #6BACC5;
	color: #000;
}

.button {
	font-weight: bold;
	font-size: 10px;
}