BODY {
	font-size : 0.9em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #996633;
	background-color : #f3e8be;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
	line-height: 1.4em;
}

H1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #996633; 
background-color : transparent; 
}

p {
	font-size : 1em;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-weight: 500;
}

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .8em; 
}


.smalltext a:link{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color: #996633;
	text-decoration: underline;
}

.smalltext a:visited{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color: #996633;
}
.smalltext a:hover{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color: #666666;
}

.noline a:link{
  text-decoration : underline;
	color: #669933;
}

.noline a:visited{
  text-decoration : none;
	color: #669933;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em;
text-decoration : none;
 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
text-decoration : underline;
	color: #996633;
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
text-decoration : none;
	color: #996633;

}

.largetext a:hover{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em;
text-decoration : none;
	color: #666666; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #8e6417 .05em solid;
}

.white {
  background-color : #fff;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #aaaaaa;
}

.bg_medium {
	background-color : #f3e8be;
	height:32px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #996633; 
}

.bg_light {
  background-color : #f3e8be;
}

.alt_bg_dark {
  background-color : #f3e8be;
}

.alt_bg_medium {
	background-color : #f3e8be;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #996633;
	}
	
.copyright {
    font-size: .7em;
    text-align: center;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #996633;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #996633;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #996633;
	text-decoration: none;
}
.float-left {
	float: left;
	margin: 8px;
}
.float-right {
	float: right;
	margin: 8px;
	clear: right;
}
input {
	font: small Arial, Helvetica, sans-serif;
	color: #996633;
	background-color: #f3e8be;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px; 
}
.box {
	border: thin solid #996633;
	width: 250px;
}
list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 1.2em;
}
