BODY {
	background-color : #F9DEA6;
	margin: 0px;
}

/* THIS GROUP SETS ALL OTHER LINK COLORS */
a:link {color: #0000FF; text-decoration: underline; }
a:visited {color: #0000FF; text-decoration: underline; }
a:hover {color: #FF0000; text-decoration: underline; }
a:active {color: #0000FF; text-decoration: underline; }



/* THIS GROUP SETS THE TOP NAVIGATION LINK COLORS */
a.topnav:link { font-family : Arial, Helvetica, sans-serif; font-size : 9pt; font-weight : bold; color : #FFFFFF; text-decoration : none; }
a.topnav:visited { font-family : Arial, Helvetica, sans-serif; font-size : 9pt; font-weight : bold; color : #FFFFFF; text-decoration : none; }
a.topnav:hover{ font-family : Arial, Helvetica, sans-serif; font-size : 9pt; font-weight : bold; color : #FFFFFF; text-decoration : none; }
a.topnav:active { font-family : Arial, Helvetica, sans-serif; font-size : 9pt; font-weight : bold; color : #FFFFFF; text-decoration : none; }
.topnavsep { font-family : Arial, Helvetica, sans-serif; font-size : 8pt; font-weight : normal; color : #000000; text-decoration : none; }

.red {color: red;}
.white {color: white;}
.blue {color: blue;}

/* this group sets the top navigation link colors */
.topnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #FFFFFF;
   	text-decoration : none;
}
a.topnav:hover {
   	text-decoration : underline;
   	color : #FFFFFF;
}
.topnavsep {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #FFFFFF;
   	text-decoration : none;
}

/* this group sets the bottom navigation link colors */
.botnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #0000FF;
   	text-decoration : none;
}
a.botnav:hover {
   	text-decoration : underline;
   	color : #FF0000;
}
a.botnav:visited {
   	color : #800080;
}
.botnavsep {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
   	text-decoration : none;
}

.maintext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.maintextsmallbold {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
}

.maintextbold {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.maintextitalic {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : italic;
}

.maintextred {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #FF0000;
}

.wbmcredit {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.address {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
   	font-weight : bold;
   	color : #666666;
}

.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
   	color : #000000;
}


.bold {
	font-weight : bold;
}

.italic {
	font-style : italic;
}

.underline {
	text-decoration : underline;
}

.boldunderline {
	font-weight : bold;
	text-decoration : underline;
}

.bolditalic {
	font-weight : bold;
	font-style : italic;
}

.signature {
	font-family :"Brush Script MT", cursive, Times, serif;
	font-size : 16pt;
   	font-style : italic;
   	color : #000000;
}

.highlight {
	background-color : Yellow;
}

.tableheading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.linethrough {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : line-through;
}

.schedule td {
	background-color: #ffffff;
}

.schedule {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
   	text-decoration : none;
}

.month {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #000000;
   	text-decoration : none;
}
.print {
	display: none;
}