@charset "utf-8";

/*Example CSS for the two demo scrollers*/

#pscroller1{
	width: 150px;
	height: 160px;
	padding: 5px;
	color: #530000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0.3mm;
}

#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
}
/* Scrolling end */

body {

	margin-top: 0px;

	background-image:url(../images/orc_back.gif);

	background-position:center top;

	background-attachment:fixed;

	background-repeat:no-repeat;

	margin-bottom: 0px;

	background-color: #666666;

}

.bodyTable{

	background-color: #E6E6E6;

}

.bodyHeader{

	font-family:"Times New Roman", Times, serif;

	font-size:14;

	font-weight:400;

	letter-spacing:0.5mm;

	color:#550000;

}

.bodytext{

	font-family:"Times New Roman", Times, serif;

	font-size:12;

	font-weight:100;

	color:#2D0000;

	letter-spacing:0.3mm;

}.bodytextSmall {

	font-family:"Times New Roman", Times, serif;

	font-size:12px;

	font-weight:100;

	color:#530000;

	letter-spacing:0.3mm;

}

