body {
	text-color: #000000;
	background-color: #412e12;
}

table.title_border {
	width=900px;
	border: 9px #d9d1b7 solid;
	border-collapse: collapse;
}
table.title_border td {
	padding: 0px;
}
table.title_copyright {
	width=900px;
	text-color: #000000;
	background-color: #928767;
	border-bottom: 1px #1C1407 solid;
}

table.title_logo {
	width=100%;
	text-color: #000000;
	background-color: #ffffff;
}

table.title_menu {
	width=100%;
	text-color: #000000;
	foreground-color: #928767;
	background-color: #928767;
}
table.title_menu td {
	vertical-align: top;
	text-align: center;
}

table.title_main {
	width=100%;
	text-color: #000000;
	background-color: #ffffff;
}

table.border {
	width=100%;
	border: 1px #928767 solid;
	border-collapse: collapse;
}
table.border th {
	border: 1px #928767 solid;
	padding: 2px;
	background: #D9D1B7;
}
table.border td {
	border: 1px #928767 solid;
	padding: 2px;
}

input, button, select, textarea, radio, checkbox {
	color: #412e12;
	background: #d9d1b7;
	border: 1px solid #412e12;
}

td {
	vertical-align: top;
	text-align: left;
}
th {
	vertical-align: bottom;
	text-align: center;
}

a:link {color: #000000; text-decoration: none}
a:visited {color: #000000; text-decoration: none}
a:hover {color: #412E12; font-weight: bold; text-decoration:underline}
a:active {color: #412E12; font-weight: bold; text-decoration:underline}

.align_center {text-align: center;}
.align_right {text-align: right;}
.align_left {text-align: left;}
.align_top {vertical-align: top;}
.align_bottom {vertical-align: bottom;}
.align_middle {vertical-align: middle;}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

hr {
	color: #d9d1b7;
	width: 90%;
	height: 1px;
	text-align: center;
}

.sddm_td {background-color: #928767;}

#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 130px;
	background: #928767;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover {color:#4C4030}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #4C4030
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #4C4030;
	font: 10px arial;
}

#sddm div a:hover {
	background: #4C4030;
	color: #FFF;
}