﻿body { line-height: 1.3em; margin: 0; font-size: 12px; color: #333; font-family: arial; }
.normal{ line-height: 1.3em; margin: 0; font-size: 12px; color: #333; font-family: arial; padding-left: 6px; }

.multiline
{
    font-family:Arial;
    font-size:13px;
}

.leftbg {
	background-image:  url(images/left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 11px;
}
.rightbg {
	background-image:  url(images/right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 11px;
}
.cell{
	border: 1px solid #DADADA;
	background-color: #FCFCFC;

}
.greencont{
	font-family: arial;
	font-size: 14px;
	color: #364b0e;
	background-color: #ABCF49;
	font-weight: bold;
	clear: left;
	float: left;
	height: auto;
	width: auto;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 6px;
	text-align: left;
	text-indent: 3pt;
	white-space: normal;
	display: block;
}

.header{
	font-family: arial;
	font-size: 14px;
	color: #4c6619;
	font-weight:bold;
}

.headersmall{
	font-family: arial;
	font-size: 13px;
	color: #4c6619;
	font-weight:bold;
}

h3{
	padding-left: 8px;
	color: #4c6619; 
	font-family: arial;
	line-height: 1.3em; 
}

.footer {
	background-color: #546C22;
	background-image: url(images/minilo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 15px;
}
.forms {
	padding-left: 6px;
	line-height: 1.3em; 
	margin: 0; 
	font-size: 12px; 
	color: #333; 
	font-family: arial;
}
.footers{
	line-height: 1.3em; 
	font-size: 9px; 
	font-family: arial;
	color:#4c6619
}

.footlnk A:link{	line-height: 1.3em; 	font-size: 9px; 	font-family: arial;	color:#4c6619; text-decoration: none;}
.footlnk A:active{	line-height: 1.3em; 	font-size: 9px; 	font-family: arial;	color:#4c6619; text-decoration: none;}
.footlnk A:hover{	line-height: 1.3em; 	font-size: 9px; 	font-family: arial;	color:#4c6619; text-decoration: underline;}
.footlnk A:visited{	line-height: 1.3em; 	font-size: 9px; 	font-family: arial;	color:#4c6619; text-decoration: none;}

.lnk A:link{	line-height: 1.3em; 	font-family: arial;	color:#4c6619; text-decoration: none;}
.lnk A:active{	line-height: 1.3em; 	font-family: arial;	color:#4c6619; text-decoration: none;}
.lnk A:hover{	line-height: 1.3em; 	font-family: arial;	color:#4c6619; text-decoration: underline;}
.lnk A:visited{	line-height: 1.3em; 	font-family: arial;	color:#4c6619; text-decoration: none;}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:#add14a;
	padding:3px;
	width:250px;
}