body {
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 14px;
}
.biggestBox {
	width: 950px;
}

.mainBox {
	background-color: #FFF;
	padding: 20px;
}

.nav {
	color: #FFF;
	font-size: 14px;
	height: 50px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.nav a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.nav a:hover {
	text-decoration: none;
	color: #c60351;
	font-weight: bold;
}
.nav a:visited:link {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.nav a:visited{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.nav a:visited:hover {
	text-decoration: none;
	color: #c60351;
	font-weight: bold;
}
.pageHeader {
	letter-spacing:0.1em;
	line-height:38px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.sideHeader {
	font-size: 18px;
	font-weight: bold;
}
.main table {
	padding-right: 10px;
}
.main div {
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}
.right table {
	padding-left: 10px;
}
.right div {
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:visited:link{
	text-decoration: none;
	color: #333;
}
a:visited:hover {
	color: #333;
	text-decoration: underline;
}
.note {
	font-size: 12px;
}
