body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
td {
	font-size: 11px;
}
a {
	color: #C42231;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #FFFFFF;
}
a.enter {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.enter:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.redBox {
	border: 2px solid #C42231;
}
.redBottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C42231;
}
.redTop {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C42231;
	padding-top: 20px;
	text-align: center;
}
.redRight {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #C42231;
}
.redLeft {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C42231;
}
.current {
	color: #FFFFFF;
	font-weight: bold;

}

.notcurrent {
	color: #000000;
}
.contact {
	height: 500px;
	width: 500px;

}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
p.current a {

	color: #FFFFFF;
}

