BODY {
	font-size: .9em;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: normal;
	color: #000000;
	background-color: #FFE7C5;
	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.1em; 
color : #000000; 
background-color : transparent; 
}

p {
font-size : 1em; 
font-family : Arial, Helvetica, sans-serif; 

}

a:link{
  color : #000066;
}

a:visited{
	color: Blue;
}

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : .8em; 
}

.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : bold; 
font-weight : normal; 
}

.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.1em; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.1em; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.1em; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
	background-color: white;
	color: #6B4A29;
}

.black {
	background-color: black;
	color: White;
}

.bg_dark {
	background-color: #5C4024;
	color: White;
}

.bg_medium {
  background-color : #B87F48;
}

.bg_light {
  background-color : #C89B70;
}

.alt_bg_dark {
  background-color : #000080;
}

.alt_bg_medium {
  background-color : #0000ff;
}

.alt_bg_light {
  background-color : #3939ff;
}
