body,td,th {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
}
body {
	background-color: #996600;
	background-image: url(../images/bg.jpg);
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
	color: #CC9900;
}
a:active {
	text-decoration: none;
	color: #990000;
}
h1 {
	color: #FFCC00;
	font-size: 13px;
	margin: 4px;
	padding: 4px;
	font-variant: small-caps;
}
h2 {
	font-size: 11px;
	color: #CC9900;
	margin: 1px;
	padding: 1px;
}
a:first-child h2 {
	font-size: 11px;
	color: #CC9900;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 3px;
}
.bdrL {
	background-image: url(../images/bdr1_l.gif);
}
.bdrR {
	background-image: url(../images/bdr1_r.gif);
}
.bdrT {
	background-image: url(../images/bdr1_top.gif);
}
.bdrB {
	background-image: url(../images/bdr1_bot.gif);
}

table.main {
	background-color: #572907;
	background-image: url(../images/tbl_bg.jpg);
}
form {
	padding: 0;
	margin: 0;
}
input.formCss {
	background-color: #cc9900;
	border: 1px solid #ffcc00;
}
textarea {
	background-color: #cc9900;
	border: 1px solid #ffcc00;
}
select {
	background-color: #cc9900;
	border: 1px solid #ffcc00;
}
