@charset "utf-8";
/* CSS Document */

.BlackText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
.Titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #646880;
	font-weight: bold;
}
.Quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #646880;
}
.Navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
body {
	background-attachment: scroll;
	background-color: 636981;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/background11.jpg);
	margin-top: 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #A08362;
	
}
a:visited {
	color: #777777;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF6600;
}
