@charset "utf-8";
/* CSS Document */

.scspageheader {
	position: relative;
	height: 110px;
	width: 1000px;
}
.scspagecontent {
	position: absolute;
	left: 270px;
	top: 170px;
	border: thin none #66CCFF;
	margin: 5px;
	padding: 15px;
	background-color: #FBFCDC;
}
.headertext {
	font-family: "Berlin Sans FB Demi";
	font-size: x-large;
	font-weight: bold;
	color: #003366;
}
.tableheader {
	font-size: large;
	font-weight: bold;
	padding-top: 5px;
	background-color: #66CCFF;
	text-align: center;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #003366;
	border-top-width: medium;
	border-right-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
}
.tablemainbullet {
	padding-left: 15px;
}
.scsemphasizedtext {
	font-size: large;
	font-weight: bolder;
}
.scsnewsheader {
	font-size: large;
	font-weight: bold;
	color: #003366;
}
