body, td {
	font-family: arial, helvetica;
	font-size: 12px;
	color: #ffffff;
}

table.red {
	width: 719px;
	height: 100%;
	background-image: url("http://www.lasersedgegroup.com/siteimages/mottledred.jpg");
	background-repeat: repeat;
}

.band, .bold {
	font-weight: bold;
}

.bandtitle {
	font-weight: bold;
	font-size: 14px;
}

#newsText {
	display: block;
	padding-left: 15px;
}
.redline {
	background-color: #660000;
}

.footer, .reldate, .hints {
	font-size: 10px;
}

.postdate {
	font-size: 10px;
	color: #ffcc99;
}

/* Tables */
.colhead {
	font-weight: bold;
	background-color: #660000;
	padding: 3px;
}

/* Hyperlinks */
a:link, a:visited {
	color: #ffcc99;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
}

a.news:link, a.news:visited {
	color: #ffffff;
	text-decoration: none;
}
a.news:hover, a.news:active {
	color: #ffcc99;
	text-decoration: underline;
}

a.more:link, a.more:visited {
	color: #ffcc99;
	font-weight: bold;
	text-decoration: none;
}
a.more:hover, a.more:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.cover {
	border-color: #ffcc99;
}

div.home {
	font-size: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	display: block;
}

.hide {
	display: none;
}
.detailbox {
	border: 1px solid #000000;
	background-color: #7C0000;
	padding: 5px;
}

/* Forms */
select.labelroster {
	font: normal 12px arial,helvetica;
	color: #ffffff;
	background-color: #990000;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	width: 225px;
}

select.listbox {
	font: normal 12px arial,helvetica;
	color: #ffffff;
	background-color: #990000;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

input, textarea {
	font: normal 12px arial,helvetica;
	color: #ffffff;
	background-color: #990000;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	padding: 2px;
}

.w1 {
	width: 100px;
}
.w2 {
	width: 200px;
}
.w3 {
	width: 300px;
}
.w4 {
	width: 400px;
}
.w5 {
	width: 400px;
}

.firstoption {
	background-color: #660000;
}

input.button {
	font: normal 11px arial,helvetica;
	color: #ffffff;
	background-color: #660000;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	cursor: hand;
}

.req {
	color: #ffff00;
}