<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* Font Sizes*/
.nine {
	font-size: 9px;
}
.ten {
	font-size: 10px;
}
.eleven {
	font-size: 11px;
}
.twelve {
	font-size: 12px;
}
.thirteen {
	font-size: 13px;
}
.fourteen {
	font-size: 14px;
}
.fifteen {
	font-size: 15px;
}
.sixteen {
	font-size: 16px;
}
.seventeen {
	font-size: 17px;
}
.eighteen {
	font-size: 18px;
}
.nineteen {
	font-size: 19px;
}
.twenty {
	font-size: 20px;
}
.twentyone {
	font-size: 21px;
}
.twentytwo {
	font-size: 22px;
}
.twentythree {
	font-size: 23px;
}
.twentyfour {
	font-size: 24px;
}
.twentyfive {
	font-size: 25px;
}
.twenysix {
	font-size: 26px;
}
.thirty {
	font-size: 30px;
}
.white {
	color: #FFFFFF;
}
/* Colors */
.black {
	color: #000000;
}
.orange {
	color:#f58220;
}
.gray {
	color:#7F7F7F;
}
.blue {
	color:#0086ff;
}
.red {
	color:#e2462f;
}
.brown{
	color:#735E4D;
}
/* Text Decorations*/
.normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.strikeout {
	text-decoration: line-through;
}
.uppercase {
	text-transform: uppercase;
}
/* Font Family */
.tre {
	font-family: "Trebuchet MS";
}
.times {
	font-family: "Times New Roman", Times, serif;
}
/* Links */
.u2n {
	text-decoration: underline !important;
}
.u2n:hover {
	text-decoration: none !important;
}
.n2u {
	text-decoration: none;
}
.n2u1 {
	text-decoration: none;
}
.n2u1:hover {
	text-decoration: underline;
}
/* Headings */
h1 {
	color: #902d61;
	font-size: 35px;
	font-weight:normal;
	margin:0 0 15px 0;
	padding: 0;
	font-style:italic;
}
h2 {
	color: #735e4d;
	font-size: 16px;
	font-weight:bold;
	margin:0 0 15px 0 !important;
	padding: 0;
}
h2 a {
	color:#000;
	text-decoration:none;
}
/* Positions */
.floatleft {
	float: left;
	margin: 0;
	padding: 0;
}
.floatleft-01 {
     margin:0 0 0 78px;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
.word-wrap {
	white-space: pre-wrap;
	word-wrap: break-word;
}
p {
	margin:0 0 15px 0;
}
.img-responsive {display:block;max-width:100%;height:auto;}

.top-phone-left {
	display:none;
}
.top-email-right {
	display:none;
}
.tmenu {
	display:none;
}
.footer-social {
	display:none;
}
</pre></body></html>