BODY, TD, FONT {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	scrollbar-face-color:white;
	scrollbar-shadow-color:#c8c8c8;
	scrollbar-highlight-color:#c8c8c8;
	scrollbar-3dlight-color:#333333;
	scrollbar-darkshadow-color:#333333;
	scrollbar-track-color:#333333;
	scrollbar-arrow-color: #c8c8c8;
}

H1 {
	font-size: 24px;
	color:#333333;
}

H2 {
	font-size: 18px;
	color:#333333;
}

A {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

A:Hover {
	text-decoration: none;
	font-weight:bold;
	background-color: #e1e1e1;
	color: #ff6600;
}

.inverselink {
   font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}

.profilelink{
   font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}

.inverselink:Hover {
   font-size: 13px;
	text-decoration: underline;
	font-weight:bold;
	color: #808080;
}

.forumlink {
}

.forumlink:Hover {
	background-color:none;
	background : transparent;
}

.normallink {
}

.normallink:Hover {
   color: #808080;
	text-decoration:underline;
	background : transparent;
}

.inverselink2 {
    font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.inverselink2:Hover {
    font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	background-color: #333333;
	color: #808080;
}

.bigassmule {
   font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #808080;
}

.bigasscowsinfields {
   font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #808080;
}



.form1 {
	border-style:solid;
	border-width:1px;
	border-color:#8f8f8f;
	background:e4e4e4;
	font-size:12px;
	color: #333333;
}


.form2 {
	border-style:solid;
	border-width:1px;
	border-color:#808080;
	background:e4e4e4;
	font-size:12px;
	color: #333333;
}

.form1button {
	border-style:solid;
	border-width:2px;
	border-color:#8f8f8f;
	background:E4E4E4;
	font-size:14px;
	color: 000000;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

.form2button {
	border-style:solid;
	border-width:1px;
	border-color:#808080;
	background:#e4e4e4;
	font-size:11px;
	color: #808080;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

.error {
	color: #ee0000;
	font-size: 12px;
}

.bigtext {
	font-size: 14px;
}

.smalltext {
	font-size: 9px;
}

.form_lbl{
	float: left;
	width: 30%;
	text-align: left;
}

.form_ipt{
	float: left;
	width: 50%;
	text-align: left;
}

.review{
	border: 1px solid #c8c8c8;
	width: 90%;
}

.review_header{
	background: #cccc99;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	font-size: 7pt;
}

.clear{
	clear: both;
}

