BODY {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
	background-color : #BDAF95;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
	text-decoration: none;
	background-image: url(images/backgournd.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
}

H1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 12pt; 
color : #000000; 
background-color : transparent; 
}

p {
font-size : 9pt; 
font-family : Arial, Helvetica, sans-serif; 

}

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


.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
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 : 12pt; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 12pt; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 12pt; 
}

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

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #999999;
}

.bg_medium {
	background-color : #22201E;
	color: #BD9F47;
}

.bg_light {
  background-color : #EBEBEB;
}

.alt_bg_dark {
  background-color : #999999;
}

.alt_bg_medium {
  background-color : #CCCCCC;
}

.alt_bg_light {
  background-color : #EBEBEB;
}

.copyright {
	font-size: 9px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.menueborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DEBA50;
	border-right-color: #DEBA50;
	border-bottom-color: #DEBA50;
	border-left-color: #DEBA50;
}
