body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-attachment: fixed;
	background-color: F7E0C0;
	background-position: left top;
	background-image: url(images/backback.gif);
	margin-top: 20px;
	margin-bottom: 20px;

}
.bodysheet {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background-color: F7E0C0;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border-style: double;

}

.bodyleft {
	background-image: url(images/backieleft.jpg);
	background-repeat: repeat-y;
}

.bodyright {
	background-image: url(images/backieright.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.leftbar {
	background-color: 614307;
}

/*Controls Banner Border*/
.banner {
font-size:11px;
font-family:verdana;
font:bold;
border-style: double;
}

/*Controls Menu Style*/
.menu {
	border-style: double;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	background-attachment: fixed;
	background-color: F7E0C0;
	background-position: left top;
}
/*Controls Table Look*/
.table{
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: black;
}

/*Controls the webpage's style for hyperlinks*/
a:link {
	text-decoration: none; color: #996600
/*	text-decoration: none; color: black*/
}

/*Same here, just controls the style when a visited link is seen*/
a:visited {
	text-decoration: underline; 
	color: #CC9900
/*	color: oldlace*/
}

/*Same here, just controls the style when a link is active*/
a:active {
	text-decoration: none; 
	color: #CC9900; 
	background-color: none
}

/*Same here, just controls the style when a cursor hovers over the link*/
a:hover {
	cursor: crosshair;
	text-decoration: overline underline; 
	color: black;
/*	color: white; */
