body {
	overflow: -moz-scrollbars-vertical; /* Always show scrollbar in Firefox*/
}
 

A:link { color: #FFFFFF; text-decoration: underline}
A:visited { color: #FFFFFF; text-decoration: underline}
A:hover { color: #003333; text-decoration: underline}
A:active { color: #FFFFFF; text-decoration: underline}

A.green:link { color: #996600; text-decoration: underline}
A.green:visited { color: #996600; text-decoration: underline}
A.green:hover { color: #003333; text-decoration: underline}
A.green:active { color: #BB5E00; text-decoration: underline}

A.greensmall:link {color: #996600; text-decoration: underline; font-size: 9px;}
A.greensmall:visited { color: #996600; text-decoration: underline; font-size: 9px;}
A.greensmall:hover { color: #003333; text-decoration: underline; font-size: 9px;}
A.greensmall:active { color: #BB5E00; text-decoration: underline; font-size: 9px;}

A.white:link { color: #FFFFFF; font-size: 9px; text-decoration: underline}
A.white:visited { color: #FFFFFF; font-size: 9px; text-decoration: underline}
A.white:hover { color: #996600; font-size: 9px; text-decoration: underline}
A.white:active { color: #996600; font-size: 9px; text-decoration: underline}

A.grey:link {
	color: #999999;
	text-decoration: underline;
	font-size: 9px;
	line-height: 13px;
}
A.grey:visited {
	color: #999999;
	text-decoration: underline;
	font-size: 9px;
	line-height: 13px;
}
A.grey:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 9px;
	line-height: 13px;
}
A.grey:active {
	color: #999999;
	text-decoration: underline;
	font-size: 9px;
	line-height: 13px;
}
a.no-underline:link {text-decoration: none;}
a.no-underline:visited {text-decoration: none;}
a.no-underline:hover {text-decoration: none;}
a.no-underline:active {text-decoration: none;}

.farmerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
	color: #003333;
}
/*.header1 {
	font-size: 14px;
	font-weight: bold;
	color: #996600;
}*/
/*.header2 {
	font-size: 11px;
	font-weight: bold;
	color: #003333;
}*/

/*.header3 {
	font-size: 13px;
	font-weight: bold;
	color: #003333;
}*/

/*.lawyerpics {

}*/

.picborder {
	border: 1pt solid #B2B29A;
}


.linespsmall {
	line-height: 12pt;


}
.greytext {
	color: #999999;
	line-height: 13px;
	font-size: 9px;
}

.whitetext {color: #FFFFFF}

/* Profile Page - Table BG */
.table_bg_shaded {
	background-color: #E5E5E5;	
}