/* Page Formating defaults */

body,td {
	font-size: 12px;
	color: #3C2828;
	font-family: Arial, sans-serif; 
	line-height: 1.50;
}

a:link, visisted {
	text-decoration: underline;
	color: #840111;
}

a:hover, active {
	text-decoration: none;
	color: #cc9933;
}

/* Heading */

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 175%;
	display: inline;
	color: #251818;
	text-decoration: none;
	line-height: 1;
}

h2 {
	font-weight: normal;
	font-size: 150%;
	display: inline;
	color: #775931;
	text-decoration: none;
	line-height: 1;
}

h3 {
	font-weight: normal;
	font-size: 125%;
	display: inline;
	color: #3c2828;
	text-decoration: none;
	line-height: 1;
}


/* Horizontal Rule */

hr {
	border: 0;
	width: 100%;
	color: #9d8a5c;
	background-color: #9d8a5c;
	height: 1px;
}

/* Powered By */

.poweredby {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 25px;
}

.poweredby:link {
	text-decoration: none;
	font-weight: normal;
	color: ##c0ae7e;
}

.poweredby:visited {
	text-decoration: none;
	font-weight: normal;
	color: #c0ae7e;
}

.poweredby:hover, active {
	text-decoration: underline;
	font-weight: normal;
	color: #c0ae7e;
}

/* Footer */

.footer {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #78593b;
	text-decoration: none;
	background-color: #e1d2aa;
}

/* Footer Menu */

.footerMenu {
	background-color: #e1d2aa;
	font-size: 11px;
	line-height: 14px;
	color: #745737;
	font-family: Arial, sans-serif;
}


/* printerFooter */

.printerFooter {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

/* Popup Window */

.popupBody {
	background-color: #3c2828;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

/* end defaults */