#wrapper {
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	padding-bottom: 20px;
	width: 740px;
	voice-family: inherit;
	background: #fff;
}
#sidebar p, td {
	font-size: 10px;
}
#sidebar h3 {
	font-size: 11px;
}
p, td, li {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	font-weight: bold;
	font-family: Arial, sans-serif;
	line-height: 1em;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
.cellSeparator {
	background: repeat-y top center;
	padding: 0 10px;
}
.cellNavigation {
	text-align: left;
	padding-left: 0;
	width: 155px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.stripeLight {
	background: #ccc;
}
.stripeDark {
	background: #aaa;
}
.strokeLine {
	border: 1px solid #000;
}
#navigation {
	margin-left: 20px;
	margin-bottom: 20px;
}
div#navigation a {
	font-size: 11px;
	display: block;
	margin: 0;
	margin-bottom: 2px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	background: transparent;
}
div#navigation a:link {
	color: #000;
	background: transparent;
}
div#navigation a:visited {
	color: #000;
	background: transparent;
}
div#navigation a:hover {
	background: #ddd;
	color: #3152a5;
}
a:link {
	font-weight: bold;
	color: #a32d29;
	text-decoration: none;
	background: transparent;
}
a:visited {
	font-weight: bold;
	color: #a32d29;
	text-decoration: none;
	background: transparent;
}
a:hover {
	font-weight: bold;
	background: #ddd;
	color: #002262;
	text-decoration: none;
}
a:link.linkNav {
	color: #000;
}