#pscroller1{
width: 180px;
height: 270px;
border: 0px solid black;
padding: 5px;
background-color: white;
}

#pscroller2{
width: 350px;
height: 20px;
border: 0px solid black;
padding: 3px;
background-color: white;
}

#pscroller2 a{
text-decoration: none;
font-weight:normal;
}

.scrollerclass{ 
font-weight:normal;
background-color: white;
}

.plainjane{
font-size:11px;
font-weight:normal;
background-color: white;
}

.plainjanebold{
font-weight:bold;
background-color: white;
}

.plainjanelink{
font-size:10px;
font-weight:normal;
background-color: white;
}

.brs {
	font-size:3;
}

.privacy_section_title {
	color:black;
	font-size:13;
	font-family:Arial;
    font-weight:bold;
	text-decoration: underline;
}

.text {
	color:black;
	font-size:12;
	font-family:Arial;
   font-weight:normal;
}

a.nav {
	color:#590258;
	font-size:12;
	font-family:Georgia;
	text-decoration:none;
	font-weight:bold;
}

.footer {
 	color:#333333;
	font-size:10;
	font-family:Arial;
	font-weight:bold;
}

.contact {  
	color:#666666;
	font-size:11;
	font-family:ArialNarrow ;
	font-weight:bold;
}
	   
div {
	/*background-color:#E7E7E7;*/
	font-size:12;
	font-family:Arial;
	font-weight:bold;
	color:#666666;
}

td {
	color:black;
	font-size:12;
	font-family:Arial;
   font-weight:normal;
}

.mail {
	color:blue;
	font-size:12;
	font-family:Arial;
   font-weight:normal;
}

a.mail {
	color:blue;
	font-size:12;
	font-family:Arial;
   font-weight:normal;
	text-decoration: none;
}

a.mail:hover {
	color:blue;
	font-size:12;
	font-family:Arial;
   font-weight:normal;
	text-decoration: underline;
}

a.mail2 {
	color:#D60545;
	font-size:12;
	font-family:Arial;
   font-weight:normal;
	text-decoration: underline;
}

a.mail2:hover {
	color:#D60545;
	font-size:12;
	font-family:Arial;
   font-weight:normal;
	text-decoration: none;
}

.maintable {
	BORDER-RIGHT:black 1px solid;
	BORDER-TOP:black 1px solid;
	BORDER-LEFT:black 1px solid;
   BORDER-BOTTOM:black 1px solid;
	BORDER-COLLAPSE:collapse;
}

.menutable {
	Border-BOTTOM:black 1px solid;
}
      
.title {
	color:#333333;
	font-size:15;
	font-family:Arial;
	font-weight:bold;
}

.title_first_letter {
	color:#333333;
	font-size:25;
	font-family:Arial;
	font-weight:bold;
}

.title1 {
	color:#333333;
	font-size:15;
	font-family:Arial;
}

.title_blue {
	color: Blue;
	font-size:15;
	font-family:Arial;
	font-weight:bold;
}

a.title_blue {
	color: Blue;
	font-size:15;
	font-family:Arial;
	font-weight:bold;
	text-decoration: underline;
}

a.title_blue:hover {
	color: Blue;
	font-size:15;
	font-family:Arial;
	font-weight:bold;
	text-decoration: none;
}

tr {
	color:#333333;
	font-size:13;
	font-family:Arial;
	font-weight:bold;
}

.p {
	padding-left:25px;
}

/*
Feel free to customize this CSS to fit your needs.
.alertBox, .error, and .msg only occur with an error type situation.
All the rest (.search_whatever) are specific to the search results. Just
search, view source and you'll see them in use.
*/

.alertBox{
	background-color: #FFFFE0;
	border: 1px solid #0000FF;
	font-size: 1.25em;
	margin: 10px;
	padding: 2px;
	width: 70%;
}

.alertBox h1{
	color: #FFFFFF;
	font-size: larger;
	margin: 0px;
}

.alertBox h1.errorHeader {
	background-color: #FF0000;
}

.alertBox h1.msgHeader {
	background-color: #008000;
}

.alertBox ul {
	margin: .8em;
	margin-left: 2em;
}

.error{
	color: #FF0000;
}

.msg, .search_fileSize, .search_truncatedMsg, .search_link, .search_hitCount {
	color: #008000;
	font-size: 11px;
}

.search_container{
	list-style-position: outside;
	list-style-type: disc;
	width: 450px;
}

.search_hitCount{
	font-size: smaller;
}

.search_summary{
	color: #000000;
}

.search_term{
	background-color: #DFDFDF;
	font-weight: bolder;
}

.search_title :link{
	color: #0000FF;
}

.search_truncatedMsg, .search_searchInfo {
	font-size: 11px;
}
.hr-design { height: 0; border-style: dashed ; border-width: 1px 0 0 0; border-color:#666666; }

