/* ---------------------*/
/* Body                 */
/* ---------------------*/

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
	text-align:center;
}
body {
	background-color: #191919;
	background-position:top;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* ---------------------*/
/* Simple Viewer        */
/* ---------------------*/

/* ---------------------*/
/* Fonts                */
/* ---------------------*/
.PageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #999999;
}
.PageTitleSwoosh {
	color: #9B8C5A
}
.Subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
    color: #999999;
}
.SubHeader {
	font-size: 10px;
	color: #666666;
}
.SubHeaderLight {
	font-size: 10px;
	color: #888888;
}
.BodyText {
	font-size: 10px;
	color: #515151;
}
.navdiv {
	font-size: 10px;
	color: #9B8C5A;
}
.Copyright {
	font-size: 9px;
	color: #323232;
}

/* ---------------------*/
/* Links                */
/* ---------------------*/

a:link {
	color: #646464;
	text-decoration: none;
}
a:visited {
	color: #414141;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}