body {
	margin: 25px 0px;
	background-color: #ffffff;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #745425;
	text-decoration: none;
}
a:hover {
	color: #69011C;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input.text, textarea.text {
	border: solid #807F7F 1px;
	color: #807F7F;
	font-size: 11px;
	padding: 1px 2px;
}

input.button {
	color: #7B776E;
	font-size: 11px;
	border: solid black 1px;
	background-color: #D0C695;
	font-weight: bold;
	padding: 0px 4px;
}

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


div#BREADCRUMBS {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}


div#main {
	width: 768px;
}

div#maininner {
	width:100%;
	border: solid #7A776E 1px;
}

table#tblheader {
	color: #B1B1B1;
	margin-bottom:8px;
	font-size: 11px;
	font-weight: bold;
}

table#tblheader a { color: #B1B1B1; }
table#tblheader a:hover { color: #7A776E; }

table#tblfooter {
	color: #B1B1B1;
	margin-top:8px;
	font-size: 11px;
	font-weight:bold;
}
table#tblfooter a { color: #B1B1B1; }
table#tblfooter a:hover { color: #7A776E; }

table#tblfooter a, table#tblfooter span {
	margin-right: 4px;
	margin-left: 4px;

}


table#mainmenu td {
	padding: 4px 4px 10px 4px;
}
table#mainmenu td a {
	margin: 0px 4px;
}

td.pagecontent {
	padding: 10px 44px;
}

div.submenu {
	z-index: 99;
	position: absolute;
	visibility: hidden;
	background: #8E8B84;
	opacity: 0.80;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	border: solid black 0px;
	width:170px;
}
div.submenu table {
	width: 100%;
}

div.submenu td {
	color: white;
	padding: 3px 12px;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
}

div.submenu td a {
	color: white;
}


div.submenu td.over, div.submenu td.over a{

	text-decoration: none;
	color: #69011C;
}



#innermenuitems table td {
	padding: 1px 6px 1px 44px;
	cursor: pointer;
	color: #7A776E;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
#innermenuitems table td.over {
	background: #E6E1C1;
	color: black;
}

hr	{
	height: 0px;
	border: solid #E6E1C3 0px;
	border-top-width: 1px;
}


.breadcrumbs {
	padding-left: 10px;
}
.breadcrumbs, .breadcrumbs a {
	color: #95907A;
	font-size: 11px;
	font-weight: bold;
}
.breadcrumbs a:hover {
	color:#745425;
	text-decoration:underline;
}





