/* CSS Document */

.bkgGraphic {background-image:url(images/layout_bodyBkg.gif);}


.maroonHeader {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #692F2E;
}

.boldMaroon {
	color: #993300;
	font-weight: bold;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;

}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #692F2E;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #692F2E;
	font-weight: bold;
}

a:active {
	text-decoration: none;
}

.strokeBorders {
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #692F2E;
	
}


div.scroll {
	display: block;
	height: 225px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	overflow:auto;
	position:relative;
	left: 5px;
	padding:1px;
	visibility: visible;
	
}

div.newPapersScroll {
	display: block;
	height: 180px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	overflow:auto;
	position:relative;
	left: 0px;
	padding:1px;
	visibility: visible;
	
}
