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


/* Page Attributes */
body {
	background: #231F20;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}


/* Divisiong Tags */
.frameContent {
	padding: 25px 50px;
	line-height: 1.5em;
	text-align: left;
	color: #FFFFFF;
}


/* Text Attributes */
.h {
	font-weight: bold;
	letter-spacing: .75em;
	color: #A58F59;
}
.h2 {
	font-weight: bold;
	letter-spacing: .15em;
	color: #A58F59;
}
.review {
	font-size: small;
	line-height: 1.5em;
	font-weight: bold;
}
.italics {
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
}

span.closeWindow {
	color: #D4C288;
	text-decoration: underline;
}
span.closeWindow:hover {
	text-decoration: underline;
	color: #F0D264;
}
