.text

{

color: #000000;
font-family: Arial;
font-size: 13;
font-style: normal;
font-weight: normal;
	
}

.smalltext

{

color: #000000;
font-family: Arial;
font-size: 10;
font-style: normal;
font-weight: normal;
	
}

.whitetext

{

color: #FFFFFF;
font-family: Arial;
font-size: 13;
font-style: normal;
font-weight: normal;
	
}

.specialtext

{

color: #FFFFFF;
font-family: Arial;
font-size: 11;
font-style: normal;
font-weight: normal;
	
}

.title

{

color: #676E69;
font-family: Arial;
font-size: 18;
font-style: italic;
font-weight: bold;
	
}


.subtitle

{

color: #005500;
font-family: "Times New Roman";
font-size: 18;
font-style: italic;
font-weight: bold;
	
}


.boldtext

{

color: #000000;
font-family: Arial;
font-size: 13;
font-style: normal;
font-weight: bold;
	
}

.boldsmalltext

{

color: #FFFFFF;
font-family: Arial;
font-size: 11;
font-style: normal;
font-weight: bold;
	
}

.boldtextgray

{

color: #615E5E;
font-family: Arial;
font-size: 13;
font-style: normal;
font-weight: bold;
	
}

		


a.content:link {  color: #466B81; text-decoration: underline; font-size: 13;}
a.content:visited {  color: #466B81; text-decoration: underline; font-size: 13;}
a.content:active {  color: #466B81; text-decoration: underline; font-size: 13;}
a.content:hover {  color: #466B81; text-decoration: none; font-size: 13;}

a.menu:link {  color: #FFFFFF; text-decoration: none; font-size: 13; font-weight: bold; font-family:Arial;}
a.menu:visited {  color: #FFFFFF; text-decoration: none; font-size: 13;font-weight: bold; font-family:Arial;}
a.menu:active {  color: #FFFFFF; text-decoration: none; font-size: 13;font-weight: bold; font-family:Arial;}
a.menu:hover {  color: #D6D3D3; text-decoration: none; font-size: 13;font-weight: bold; font-family:Arial;}


/*Table borders*/
.border1 { border-left-style: solid; border-left-color: #4F815D; border-left-width: 2px; border-right-style: solid; border-right-color: #4F815D; border-right-width: 2px;}
.border2 { border-top-style: none; border-bottom-style:none; border-left-style:none; border-right-style:solid; border-right-color: #FFFFFF; border-width: 1px;}
.border3 { border-top-style: none; border-bottom-style:none; border-left-style:solid; border-right-style:none; border-left-color: #4F815D; border-width: 1px;}

p.borderbottom {border-bottom-style: solid; border-bottom-color: #990000; border-bottom-width: 1px;}


/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 300px;
height: 150px;
border: 1px #990000;
padding: 5px;
background-color: #FFFFFF;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

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