BODY {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
	background-color : #BCBF90;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : auto;
	background-image: url(images/pageBG.jpg);
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: underline;
}


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

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


.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 : 13px; 
}

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

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

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

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

.white {
  background-color : #FFF8E3;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #8a784c;
}

.bg_medium {
  background-color : #9f8955;
}

.bg_light {
  background-color : #b29a62;
}


.copyright {
    font-size: 10px;
    text-align: center;
}
.boxtitle {
	background-color: #CCBF95;
	background-image: url(images/boxtitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #000000;
	font-weight: bold;
}
.accent {
	background-color : #fff9e3;
	background-image: url(images/accent2.jpg);
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-weight: bold;
}

.accent2 {
	background-color : #fff9e3;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	white-space: nowrap;
}

.boxtop {
	border-bottom: 1px solid #000000;
	font-weight: bold;
}

