body {
	margin: 10px 0 0px 0px;
	padding: 0 0 10px 0;
	background: #E8E8E8;
}

#header { 
	background: url(../images/header.jpg) no-repeat;
}

.page {
	background: url(../images/page_bg.gif) repeat-y top;
}

#footer {
	background: url(../images/footer.gif) no-repeat;
	

}

#table_bg {
	background:url(../images/window_bg.gif) no-repeat;
}

#nav_bg {
	background:url(../images/nav_bg.gif) no-repeat ;
}

#nav_bg a {
	margin-left: 50px;
	text-decoration: none;
	color: #622C17;
}

#nav_bg a:hover {
	text-decoration: underline;
	color: #622C17;
}

#howto a {
	margin-left: 10px;
	text-decoration: none;
	border:none;
	color: #622C17;
}

td {
	font: 11px Arial, Helvetica, sans-serif;
}

p {
	font: 11px Arial, Helvetica, sans-serif;
	color:#333;
}

a {
	text-decoration: none;
	color:#622C17;
}

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

h1 {
	font: 16px Arial, Helvetica, sans-serif;
	color:#86263C;
	margin: 0;
	font-weight: bolder;
}

h2 { 
	font: 12px Arial, Helvetica, sans-serif;
	color:#86263C;
	margin: 0;
	font-weight: bolder;
}

li {
	list-style-image:url(../images/arrows.gif);
	margin-right: 10px;
	color:#666;
}

.footer {
	color:#999;
}

.footer a {
	text-decoration: none;
	color:#999;
}

.footer a:hover {
	text-decoration: underline;
	color:#999;
}

textarea {
	font: 11px Arial, Helvetica, sans-serif;
	color:#000;
}

input {
	font: 11px Arial, Helvetica, sans-serif;
	color:#000;
}
