body {
	background-image: url(images/bodyBackground.png);
	background-repeat: repeat-x;
	background-color: #d4d4d4;
	font-family: arial;
	margin: 0;
}

.top {
	margin-top: 15px;
}

.masthead {
	background-color: white;
	background-image: url(images/mastheadBackground.png);
	background-repeat: no-repeat;
}

.masthead p {
	text-align: right;
	padding: 25 10 0 0;
	font-size: 11pt;
	font-weight: bold;
}

.main {
	background-color: white;
}

.content {
	background-color: white;
}

.content h1 {
	padding: 10 20 0 20;
	font-size: 11pt;
	color: black;
}

.content h2 {
	padding: 10 20 0 20;
	font-size: 13pt;
	color: #ab0104;
}

.content h3 {
	padding: 10 20 0 20;
	font-size: 13pt;
	color: black;
}

.content p {
	padding: 0 20 0 20;
	font-size: 9pt;
	line-height: 1.6em;
	color: black;
}

.content td {
	font-size: 9pt;
	line-height: 1.6em;
	color: black;
}

.content ul {
	font-size: 9pt;
	line-height: 1.6em;
	color: black;
	list-style: inside;
}

.content ol {
	font-size: 9pt;
	line-height: 1.6em;
	color: black;
	list-style: inside;
}

.content li {
	padding: 0 20 0 20;
}

.sidebar {
	background-color: white;
	font-size: 8pt;
	border-left: 1px solid #8d8d8d;
}

.sidebar p {
	color: #8d8d8d;
	padding: 0 10 0 10;
}

.sidebar a:link {
	color: white;
	text-decoration: none;
}

.sidebar a:visited {
	color: white;
	text-decoration: none;
}

.sidebar a:hover {
	color: white;
	text-decoration: underline;
}

.footer {
	background-color: #8d8d8d;
	font-size: 9pt;
}

.footer td {
	font-size: 9pt;
}

.footer a:link {
	color: #ededed;
	text-decoration: none;
}

.footer a:visited {
	color: #ededed;
	text-decoration: none;
}

.footer a:hover {
	color: #ededed;
	text-decoration: underline;
}
	