@charset "UTF-8";


.MainBody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #544C38;
	line-height: 21px;
}


.MainBodyBold, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #544C38;
	line-height: 18px;
	font-weight: bold;
}


.MainBodyBoldAllCaps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #544C38;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
}



.MainBodyItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #544C38;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
}



li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #544C38;
	line-height: 18px;
	list-style-type: disc;
}

.notation {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}

.form-error {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
	line-height: 21px;
}

/* ------------------- Text Links -------------------*/

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #55473E;
	line-height: 21px;
	text-decoration: underline;
}


a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #55473E;
	line-height: 21px;
	text-decoration: underline;
}


a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9EA886;
	line-height: 21px;
	text-decoration: underline;
}


a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #55473E;
	line-height: 21px;
	text-decoration: underline;
}
/* ------------------- Text Links -------------------*/




/* ------------------- Main Links -------------------*/

a.main:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}


a.main:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}


a.main:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #55473E;
	text-decoration: none;
}


a.main:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
/* ------------------- Main Links -------------------*/

