@charset "utf-8";
/* CSS Document */

body {
	background-color: #BFDD83;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}
.bodyfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
	}
.bodyfont_centered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	}
.bodyfont_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.bodyfont_bold_spaced{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:2;
	text-align: center;
}
.bodyfont_bold_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	color: #FFF;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.header1_bold_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align:center
}
.header1_bold_center_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	color: #369;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #339933;
}
a:active {
	color: #0000CC;
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 450px;
height: 50px;
border: 1px solid black;
padding: 5px;
background-color: BED8F1;
}

#pscroller2{
width: 500px;
height: 800px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

</style>
<style type="text/css" media="screen">

a:link { color: #0033ff }
a:visited { color: #0033ff }
a:hover { color: #000000 }
a:active { color: #0033ff }
a.linkset2:link { color: #0033cc }
a.linkset2:visited { color: #0033cc }
a.linkset2:hover { color: #000066}
a.linkset2:active { color: #0033cc }
