body {
	background-color: #080E00;
}

a:link {
	color: #DEDFCE;
}
a:visited {
	color: #336666;
}
a:hover {
	color: #C1C86F;
}
a:active {
	color: #666666;
}

.bkgrnd {
	background-image: url(templateImages/bkgrnd.gif);
}
.showsIndex {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	border: thin dotted #4F5133;
	clip:  rect(auto 44px auto auto);
	color: #565838;
	font-size: small;
}
.stanText {
	font-size: small;
	color: #999966;
}
.input {
	background-color: #080E00;
	border: thin dotted #373A16;
	color: #A0A273;
	font-family: "Times New Roman", Times, serif;
}
.input1 {
	background-color: #747641;
	border: thin dotted #373A16;
	color: #A0A273;
	font-family: "Times New Roman", Times, serif;
}
.input2 {
	background-color: #080E00;
	
	border: thin dotted #373A16;
	color: #A0A273;
	font-family: "Times New Roman", Times, serif;
}
.button {
	background-color: #47492E;
	border: thin inset #686B43;
	color: #A0A273;
	font-family: "Times New Roman", Times, serif;
	padding: 3px;
}
.stanLight {
	font-weight: normal;
	color: #CCCC99;
}
.stanLightBold {
	font-weight: bolder;
	color: #CCCC66;
}
.leftbar {
	background-image: url(templateImages/leftBar.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
}
.rightBar {
	background-image: url(templateImages/rightBar.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left center;
}
