.redstrong1 {
	font-size: 17px;
	color: #900;
	text-decoration: underline;
}
h2 {
	color: #FC6;
	font-size: 18px;
	text-transform: uppercase;
}
body {
	background-color: #000;
	margin-top: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #999;
	font-weight: bold;
}
a:link {
	color: #03C;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #03C;
}
a:visited {
	color: #603;
	text-decoration: underline;
}
a:active {
	color: #FF6;
	text-decoration: none;
}
.blackletters {
	color: #000;
}
.strongwhitefont {
	font-size: 13pt;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
}
td {
	font-weight: bold;
}
select {
	font-weight: bold;
	text-align: center;
}
input {
	font-weight: bold;
	text-align: center;
}
td.zeroWidth {
	height: 0px;
	width: 0px;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #900;
}

.specMargin {
	padding-left: 20px;
	padding-right: 20px;
}
.specPadding {
	text-indent: 10px;
}
.greyback {
	background-color: #666;
}
.redstrong {
	font-size: 18px;
	color: #900;
	margin-right: 8px;
	margin-bottom: 10px;
}
