/* ---------------- Text CSS -------------------- */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	color: #51702E;
	font-weight: normal;
	font-variant: normal;
}
.footertxt { font-family: Arial; font-size: 12px; color: #CCC;}
.headertxt { font-family: Arial; font-size: 18px; color: #CCC;}
.menutxt { font-family: Arial; font-size: 14px; color: #CCC;}
.greentxt { color: #587C00; }
.bluetxt { color: #244E8E; }
.lightbluetxt { color: #74BAE5; }
.silvertxt { color: #999999; }

/* ---------------- A/Link CSS -------------------- */

a:active { color: #244E8E; text-decoration: none; }
a:link { color: #244E8E; text-decoration: none; }
a:visited { color: #244E8E; text-decoration: none; }
a:hover { color: #587C00;   }

a.menu:link { color: #26292C; text-decoration: none; }
a.menu:visited {color: #26292C; text-decoration: none;  }
a.menu:hover {color: #587C00; text-decoration: none; }
a.menu:active { color: #26292C; } 

a.email:link { color: #587C00; text-decoration: none; }
a.email:visited {color: #587C00; text-decoration: none;  }
a.email:hover {color: #26292C; text-decoration: none; }
a.email:active { color: #587C00; } 

/* ---------------- Special CSS -------------------- */
form { margin-top: 0px; margin-bottom: 0px }
select { margin: -0px -0px -0px -0px; height:19px; border:thin; border-width:thin  }
input:focus, textarea:focus  { background-color: #DDE4D9 !important;}


/* ---------------- Login CSS -------------------- */
input.form1 {
	border: 1px solid #999999;
	overflow: hidden;
	background-color: #ffffff !important;
	height: 18px;
	width: 140px;
	font-family: "Arial";
	font-size: 12px;
	color: #999;
	margin-top:4px;
}
	
input.button1 {
	border: 1px solid #999999;
	overflow: hidden;
	background-color: #69A6CF !important;
	height: 21px;
	width: 75px;
	font-family: "Arial";
	font-size: 12px;
	color: #333333;
	margin-top:4px;
}	
	
/* ---------- Body CSS ---------- */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.main {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-top: 20px;
}
