html {
	margin: 0;
	padding: 0;
}

body {
	list-style: none;
	font: 11px/170% "Lucida Grande", "Lucida Sans Unicode", Myriad, Verdana, Arial, sans-serif;
	margin: 5px;
}

.box {
	border: 1px solid #cc1229;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.center {
	margin: 5px;
	text-align: center;
}

.right {
	text-align: right;
}

.small {
	font-size: .8em;
}

h1 {
	color: #ea2928;
	margin-top: 0;
	font-size: 2em;
	margin-bottom: 8px;
	line-height: 100%;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	clear: both;
}

h3 {
	clear: both;
	padding: 5px 0px 10px 0px;
	font-size: 14px;
	margin-bottom: 10px;
	margin: 0;
	color: gray;
}

h4 {
	color: #ea2928;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 5px;
	margin-top: 0;
}

p {
	line-height: 140%;
}

a {
	color: #ea2928;
}


a:hover {
	color: #ea2928;
}

a:visited {
	color: #ea2928;
}

.leftc p {
	margin: 0 0 5px;
}

.rightc p {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.singlec p {
	margin: 10px 0;
}

li {
	margin-bottom: 7px;
}

a img {
	border-style: none;
}

table.stats {
	text-align: center;
	color: black;
	width: 300px;
	background-color: #dbdbdc;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	}

table.stats td {
	background-color: #f3f4f6;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
	}

table.stats td.hed {
	background-color: #dbdbdc;
	color: black;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-weight: bold;
	font-size: 1.25em;
}

#centeredcontent {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
}