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

body {
	background-color: #BFDD83;
	text-align: left;
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}
.bodyfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	}
	
	.bulletfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	}
.sm_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5;
	}
.bodyfont_singlespaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	}
.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;
	text-align: left;
}
.bodyfont_bold_spaced{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:2;
	text-align: center;
	color: #C00;
}
.bodyfont_bold_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	color: #FFF;
}
.bodyfont_bold_center_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #000;
}
.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: 18px;
	font-weight: bold;
	text-align:center
}
.header1_bold_center_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	color: #369;
}
.BlueHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #369;
}
.RedHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c30909;
}
.GreenHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7bba23;
}
#contentbox {
	width: 600px;
	padding:5px;
	background-color:#ffffcc;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	border-style:dashed;
	border-color: #000000;
	}

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 }

