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



a:link {
	color: #7E8170;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7E8171;
}
a:hover {
	text-decoration: none;
	color: #4F513D;
}
a:active {
	text-decoration: none;
	color: #909384;
}

.titlesunderlined {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5B3060;
	text-decoration: underline;
	text-transform: uppercase;
}
.italicbold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #5B3060;
}
.titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5B3060;
	text-transform: uppercase;
}
.contentbold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #5B3060;
}
.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #5B3060;
}

