@charset "utf-8";
/* CSS Document */

body {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	background-color: #C0CFE0;
	font-size: 14px;
}
a:link {
	color:#663300;
	background:transparent;
	text-decoration: none;
}

a:visited {
	color:#7C7C3F;
	background:transparent;
	text-decoration: none;
}

a:active {
	color:#CCCCCC;
	background:transparent;
	text-decoration: underline;
}

a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

h1, h2 {
	color: #663300;
}


table#main {
	background-image: none;
	background-attachment: fixed;
	background-position: left;
	background-repeat: repeat;
	background-color: #FFcc66;
	}

table#content {
	background-image: url(images/green-abs0.jtract128pg);
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table#footer {
	background-color:#CCFF99;
}
