body { color: black; font-size: 11px; font-family: Arial, "Times New Roman", Times, serif; background-color: white; background-image: url(../../images/bg-page.gif); margin: 10px; }
* { margin: 0; }
p {}

td {}

a:link { color: #0056b2 }

a:visited { color: #0056b2 }

a:hover { color: #f00 }

a:active { color: red }
input, select { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
table#header { font-size: 11px; margin-bottom: 20px; border-bottom: 2px solid #26100b; }
td#topnavigation { font-size: 11px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-transform: uppercase; padding-left: 10px; }
#topnavigation a { font-weight: bold; text-decoration: none; margin-right: 10px; margin-left: 10px; }
#topnavigation a:hover { border-bottom: 2px solid #26100b; }
#leftcol { padding-top: 10px; }
#rightcol { background-color: white; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; border: solid 1px #e6dfd5; }
#footer { margin-top: 10px; }
#footer td { text-align: center; border-top: 2px solid #26100b; }
h1 { color: white; font-size: 18px; font-family: Arial, "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif; font-weight: normal; background-color: #26100b; padding: 5px 5px 5px 15px; }
.leftnav { font-size: 11px; background-color: #e6dfd5; padding: 10px; }
.leftnav ul { margin-left: 0; padding-left: 0; list-style-type: none; }
.leftnav li { margin-top: 5px; margin-bottom: 5px; }
.leftnav a { text-decoration: none; }
.lefttopbox { background-color: #93ae79; height: 32px; margin-bottom: 10px; }
table.form { margin-top: 10px; margin-bottom: 10px; border-collapse: collapse; }
.form td { padding: 5px; }
.form th { font-size: 11px; background-color: #e6dfd5; text-align: left; padding: 3px 5px; border-right: 1px solid #b3a385; }
table.report { margin-top: 10px; border-collapse: collapse; }
.report td { padding: 5px 3px; }
.report th { font-size: 11px; background-color: #e6dfd5; text-align: left; padding: 3px; border-right: 1px solid #b3a385; }
.rowgrid td { border-bottom: 1px solid #e6dfd5; }
.colgrid td { border-right: 1px solid #e6dfd5; }
.border { border: solid 1px #e6dfd5; }
div.message
{
	color: #26100b;
	font-weight: bold;
	background-color: #e6dfd5;
	text-align: center;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: solid 1px #8b7665;
}