body {
	color: black;
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1 {
	color: #C20A0A;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 5px 0px;
}

h2 {
	color: #C20A0A;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 5px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

.Highlight {
	color: #C20A0A;
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

table tr td {
	padding: 0px;
}

table tr td p.NoTopMargin {
	padding-top: 0;
}

table tr td p.NoBottomMargin {
	padding-bottom: 0;
}

table.ItemList tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.ItemList tr td.ItemListBullet {
	vertical-align: top;
	white-space: nowrap;
}

table.ItemListCompact tr td {
	padding-top: 1px;
	padding-bottom: 1px;
}

a {
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}

.CurrentItem a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #C20A0A;
	font-weight: bold;
	text-decoration: none;
}

a.Menu {
	color: white;
}

img {
	border: none;
	vertical-align: middle;
}