.small 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic; 
}

.bodytext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#543C1C; /*brown*/
}

.bodytext_red
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000 /*red*/
}

.bodytext_lg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#543C1C; /*brown*/
}

.bodytext_lg_i
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#543C1C; /*brown*/
	font-style: italic;
}

.bodytext_xlg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#543C1C; /*brown*/
}
.bodytext_xlg_b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#543C1C; /*brown*/
	font-weight:bold;
}
.noOutline
{
	border:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline:none;
}
.maintable {
	border: double #65232d;
	background-color: #FFFFFF;
	border-spacing:0;
}

.borderRt
{
border-right: 1px;
border-right-style:solid;
border-right-color:#65232d;
}
.borderBt
{
border-bottom: 1px;
border-bottom-style:solid;
border-bottom-color:#65232d;
}
 
.borderBoth
{
border-right: 1px;
border-right-style:solid;
border-right-color:#65232d;
border-bottom: 1px;
border-bottom-style:solid;
border-bottom-color:#65232d;
} 
.norpt
{ 
background-repeat: no-repeat;
background-image:url(../images/vine.gif)
} 

.abt_title
{
font-size:24px;
font-family: Georgia, "Times New Roman", Times, serif;
}

.contactpage
{
font-family: Georgia, "Times New Roman", Times, serif;
}
.maplink
{
font-size:18px;
}

.testbodyOdd
{
/*font-family: Georgia, "Times New Roman", Times, serif;*/
font-size:14px;
background-color:#FBECFF;
}
.testbodyEven
{
/*font-family: Georgia, "Times New Roman", Times, serif;*/
font-size:14px;
background-color:#FEE4FF;
}
.testsig
{
/*font-family: Georgia, "Times New Roman", Times, serif;*/
font-size:14px;
font-weight:bold;
}
.affhead
{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	background-color:#FEE4FF;
}
.fakelink
{
	color:#0066FF;
	text-decoration:underline;
	cursor:pointer;
}
.quotedtext
{
	color:#FF0033;
	font-style:italic;
//	/*font-weight:bold;*/
}

.bottomquote
{
	font-style:italic;
	font-weight:bold;
	color:#FF0033;
}

li
{
	list-style:square;
}

.li_faq
{
	list-style:disc;
}
