@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: repeat-y;
}
p {
	margin: 7px;
}
.contentHeader {
	font-family: Myriad Pro, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 16px;
	text-indent: 5px;
	color: #162A5E;
}
.contentAuthor {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	text-indent: 5px;
	color: #666666;
}
.contentText {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
a:link {
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0085D5;
	text-decoration: none;
}
a:active {
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0085D5;
	text-decoration: none;
}
a:visited {
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0085D5;
	text-decoration: none;
}
a:hover {
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0085D5;
	text-decoration: underline;
}
.footerNav {
	font-family: Arial, Helvetica;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
}
.footerNav a:link {
	color: #00A5FF;
	text-decoration: none;
}
.footerNav a:active {
	color: #00A5FF;
	text-decoration: none;
}
.footerNav a:visited {
	color: #00A5FF;
	text-decoration: none;
}
.footerNav a:hover {
	color: #00A5FF;
	text-decoration: underline;
}
