body, table, td, th, dd, dt  {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#CCCCCC;
	padding:0px;
	margin:0px;
}

body {
	padding:10px;
	background-attachment:scroll;
	background-color:#D5BD88;
	background-image:url(bg_light.jpg);
	background-position:top;
	background-repeat:repeat;
}

a {
	color:#DB9036;
	font-weight:bold;
}
a:link {
	text-decoration: none;
	color:#DB9036;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.navi {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
a.navi:link {
	text-decoration: none;
	color:#FFFFFF;
}
a.navi:visited {
	text-decoration: none;
}
a.navi:hover {
	text-decoration: underline;
}
a.navi:active {
	text-decoration: none;
}

a.gray {
	font-weight:normal;
	color:#CCCCCC;
}
a.gray:link {
	text-decoration: none;
	color:#CCCCCC;
}
a.gray:visited {
	text-decoration: none;
}
a.gray:hover {
	text-decoration: none;
}
a.gray:active {
	text-decoration: none;
}

h1 {
	color:#864E4E;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:30px;
}

h2 {
	color:864E4E;
	padding-left:10px;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	padding-left:10px;
	margin-top:30px;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

h5 {
	font-size: 11px;
	font-weight: bold;
}

h6 {
	font-size: 10px;
	font-weight: bold;
}

input, textarea {
	border:1px solid #000000;
	width:220px;
	font-size:11px;
}

table.list {
	border:1px solid #000000;
	float:right;
	width:407px;
	margin-bottom:10px;
}

td {
	padding:0px;
	margin:0px;
}

td.links {
	background-attachment:scroll;
	background-color:#611A18;
	background-image:url(/img/bg_links.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

td.main {
	padding-left:40px;
	padding-right:30px;
	padding-top:40px;
	padding-bottom:20px;
	background-attachment:scroll;
	background-color:#611A18;
	background-image:url(/img/bg_white.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}

td.top {
	padding-top:15px;
	background-attachment:scroll;
	background-color:#611A18;
	background-image:url(/img/bg_red.jpg);
	background-position:top left;
	background-repeat:repeat;
}

td.topic {
	font-weight:bold;
	background-color:#8B949B;
	border-bottom:1px solid #000000;
	padding:2px;
}

td.list1 {
	background-color:#EAEAEA;
	padding:2px;
}

td.list2 {
	background-color:#CCCCCC;
	padding:2px;
}

hr {
	width:75%;
	size:1;
}