

.MainFont
{
	font-weight: normal;
	font-size: 11px;
	color: #434343;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 16px;
}
.MainFontBold
{
	font-size: 12px;
	font-weight: bold;
}
.PageTitleFont
{
	font-weight: bold;
	font-size: 13px;
	color: #983A38;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.PageSubTitleFont
{
	font-weight: bold;
	font-size: 13px;
	color: #983A38;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.QuoteFont
{
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 20px;
}
.QuoteFontSmall
{
	font-size: 11px;
}
.AddressFont
{
	font-weight: normal;
	font-size: 11px;
	color: #434343;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.AddressFontWhite
{
	color: #FFFFFF;
}
A.MainLink:link
{
	font-weight: normal;
	color: #434343;
	text-decoration: none
}
A.MainLink:visited
{
	font-weight: normal;
	color: #434343;
	text-decoration: none
}
A.MainLink:hover
{
	font-weight: normal;
	color: #983A38;
	text-decoration: none
}

.JustifiedText
{
	text-align: justify;
}
.StaffBox
{
	xborder: #FFFFFF 1px solid;
	padding: 10px;
	font-weight: normal;
	font-size: 11px;
	color: #F4F4F2;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 16px;
	background-color: #434343;
}




/*-----------------------------------------*/

.NoteBox
{
	border: #000000 3px double;
	padding: 10px;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
	text-align: center;
	text-decoration: none
}
.FormField
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}
.FormSubmit
{
	border: #123D91 2px outset;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	background-color: #EEEEEE;
}
.FormError
{
    border: #911212 5px solid;
    padding: 10px;
    font-weight: bold;
    font-size: 8pt;
    color: #911212;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: white;
    text-decoration: none
}
.FormSuccess
{
    border: #1B9112 5px solid;
    padding: 10px;
    font-weight: bold;
    font-size: 8pt;
    color: #1B9112;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: white;
    text-decoration: none
}

