body {
	background-color: #181818;
}
p {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	line-height: 130%;
	color: #DEDED8;
}
.maintext {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	line-height: 20px;
	color: #DEDED8;
	margin-bottom: 6px;
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 0px;
}
.maintextNM {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	line-height: 20px;
	color: #DEDED8;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.maintextrM {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	line-height: 20px;
	color: #DEDED8;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 0px;
}
.months {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: 400;
	color: #9AA0CE;
}


.img_border {
	border: 1px solid #AA9F95;
}
.smaller_text {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: italic;
	color: #ECE9D8;
}
.purple {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #C8C0B0;
}
.LARGE_PURPLE {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	color: #7F7FB6;
}
.MED_PURPLE {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #7F7FB6;
}
a:link {
	font-family: "Trebuchet MS";
	font-size:11px;
	color: #DEDED8;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #CC0033;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size:11px;
	color: #DEDED8;
	font-weight: normal;
	text-decoration: none;
}
.imageRight {
	clear: both;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 7px;
	border: 1px;
	border-color:#AA9F95;
	border-style: solid;
}
.imageLeft {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px;
	border-color:#AA9F95;
	border-style: solid;
	
}