a {
	color: #9A012F;
	text-decoration: underline;
}
a:hover {
	color: #B60137;
	text-decoration: none;
}
a:visited {
	color: #9C002F;
}
a:active {
	color: #FDBF2E;
	text-decoration: none;
}
a:visited:hover {
	color: #98002F;
	text-decoration: underline;
}
.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #9C002F;
	border: 2px solid #000000;
}
a.alert {
	color: #FFFFFF;
}
.smallBox {
	background-color: #FBEEC1;
	border: 1px solid #FAE8A9;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	width: 30%;
}
.information {
	font-size: 10px;
	color: #9C002F;
}
.titleDiv {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #93002C;
	text-align: center;
	border: 1px solid #880028;
}
.list1 {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93002C;
	padding: 3px;
	margin-bottom: 3px;
}
.list2 {
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #450213;
	padding: 3px;
	margin-bottom: 3px;
}
.minorHead {
	color: #FFE5B2;
	background-color: #98002F;
	width: 100%;
	border: 1px solid #720022;
	text-align: center;
}
.titleMinor {
	color: #98002F;
	background-color: #FFE5B2;
	width: 100%;
	text-align: center;
}
.bodyText {
	padding: 2px;
	margin: 2px;
}
.cell1 {
	border: 1px solid #FEE7B1;
	padding: 5px;
	background-image: url(../media/images/forumBodyFade.jpg);
	background-repeat: repeat-x;
	background-position: left -3px;
}
.cell2 {
	border: 1px solid #FEE7B1;
	background-image: url(../media/images/forumBodyFade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
}