/* color #666666, is a darkish grey but on new monitor shows as too washed out */
/* color #333333, is an even darker grey, shows almost as black */
/* color #404040, is a grey about inbetween */
/* color #CCCC99, is a sand biege color */
/* there is no CSS name for these colors */

/* color #000000, is "black" */
/* color #0000FF, is "blue" */
/* color #008000, is "green" */
/* color #800080, is "purple" */
/* color #FF0000, is "red" */
/* color #FFFFFF, is "white" */


BODY {
font-size : .9em; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
color : black; 
background-color : green;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}

H1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : black; 
background-color : transparent; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.bg_dark {
	background-color : #666666;
	color: white;
}


/* Below I have substituted #404040 for the originally "color" #666666 */

.bg_medium {
	background-color : #CCCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	margin: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: black;
	border-bottom-color: black;
}

.bg_light {
	background-color : #CCCC99;
	color: #404040;
}

.alt_bg_dark {
	background-color : #CCCC99;
	color: #404040;
}

.alt_bg_medium {
	background-color : #CCCC99;
	color: #404040;
}

.alt_bg_light {
	background-color : #CCCC99;
	color: #404040;
}.header {
	background-color : #CCCC99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	margin-top: 4px;
	margin-bottom: 4px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}
.main {
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: purple;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: green;
}
.leftside {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.rightside {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.page {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}
.footer {
	background-color : #CCCC99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #404040;
}
.topbottom {
	background-color: #666666;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 13px;
}