/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(../images/pgbg5.jpg);
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.CompanyName {
	font-size: 38px;
	color:#FFFFFF;
	}

.CompanyName2 {
	font-size: 16px;
	color:#FFFFFF;
	}
.TextHeader3 {
	font-size: 22px;
	color:#800000;
	}
.TitleText {
	color: #800000; 
	font-size: 28px; 
	font-family: "Times New Roman", Times, serif; 
	}
	.SubHeaderText {
	color: #800000; 
	font-size: 18px; 
	font-family: "Times New Roman", Times, serif; 
	text-decoration:none;
	}
	.SubHeaderText2 {
	color: #800000; 
	font-size: 18px; 
	font-family: "Times New Roman", Times, serif; 
	text-decoration:none;
	}
.WhiteMenu {
	color: #333;
	font-size: 12px;
	text-decoration:none;
}
a.WhiteMenu:hover {
	text-decoration:underline;
}
.FooterMenu {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:none;
}
a.FooterMenu:hover {
	text-decoration:underline;
}
.BlackText {
	color: #000000;
	font-size: 12px;
	text-decoration:none;
}
.GoldMenu {
	color: #333;
	font-size: 12px;
	text-decoration:underline;
}
a.GoldMenu:hover {
	text-decoration:none;
}
.WhiteMenu2 {
	color: #333;
	font-size: 11px;
	text-decoration:underline;
}
a.WhiteMenu2:hover {
	text-decoration:none;
}
.WhiteMenu3 {
	color: #333;
	font-size: 14px;
	text-decoration:underline;
}
a.WhiteMenu3:hover {
	text-decoration:none;
}
.footer {
 font-size: 10px;
 color: #FFFFFF;
 }
 
.arrowsidemenu{
	width: 239px; /*width of menu*/
	
	
}
.arrowsidemenu div{
	font: normal 18px Arial, Helvetica, sans-serif;
	background-image:url(../images/buttonbg4.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	line-height: 40px;
	height: 40px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 0px 0 0px 20px;
	border-top:1px solid #535353; border-bottom:1px solid #0a0a0a;
}
.arrowsidemenu div a{ /*header bar links*/
	font: normal 18px Arial, Helvetica, sans-serif;
	display: block;
  	
	line-height: 40px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #FFFFFF;
}

.arrowsidemenu div a:hover{
	color:#810000;
}

.arrowsidemenu div.unselected a:hover{ /*header that's currently not selected*/
	color: #810000;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #810000;
	
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom: ;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
	font: normal 14px  Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 0;
	padding-left: 30px;
}

.arrowsidemenu ul li a:hover{
	color:#CCC;
	text-decoration: underline;
}
#pscroller1{
width: 100%;
height: 145px;
padding: 5px;
text-align:left;
}

#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
}

