BODY {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
	background-color : #429284;
	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 {
	text-decoration: none;
	color: #202020;
}
a:hover {
	text-decoration: underline;
	color: #000000;

}

H1, H2, H3 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 14px; 
color : #006666; 
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 : 12px; 
}

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

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

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

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

.white {
  background-color : #FFF9E6;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #3D9B89;
}

.bg_medium {
  background-color : #6FBABF;
}

.bg_light {
  background-color : #A9CED7;
}

.copyright {
    font-size: 9px;
    text-align: center;
}
.topBar {
	background-image: url(images/topBar.jpg);
	background-color: #A55942;
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
}
.header {
	background-color: #7B1029;
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.btmBar {
	background-color: #7B1029;
	background-image: url(images/bottomBar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	border-top: 1px solid #333333;
}
.dkBG {
	color: #FFF3CA;
}
.dkBG a:link {
	color: #FFF3CA;
	text-decoration: none;
}
.dkBG a:visited {
	text-decoration: none;
	color: #FFEFBD;
}
.dkBG a:hover {
	text-decoration: underline;
	color: #FFEFBD;
}

.boxtitle {
	font-weight: bold;
	color: #000000;
	background-image: url(images/boxtitle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
    border-bottom: 1px solid #d7be67;
}

