@charset "utf-8";

html, 
body {
	margin: 0;
	padding: 0;
	background: #002e02 url('/_images/BG_image.jpg') top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}


a,
a:visited {
	color: #006666;
}
a:hover {
	color: #009966;
}

img, div, td { 
	border: none; 
	behavior: url('/_stylesheets/iepngfix.htc'); 
}

input,
textarea,
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #003300;
	background-color: #f0fff0;
}

input.btn { 
	color: #ffffff; 
	background-color: #339966; 
	border: 2px solid #a0b0c0; 
	border-right: 2px solid #304050; 
	border-bottom: 2px solid #304050; 
	* border-width: 1px;
}


.error { font-size: 14px; font-weight: bold; color: #f00;}

.small { font-size: 11px; color: #f00; }
.smallfaint { font-size: 10px; color: #999; font-weight: bold; }

.smalldark { font-size: 0.9em; color: #666; }
.smallbold { font-size: 0.9em; color: #666; font-weight: bold; }
.smallinfo { font-size: 0.9em; color: #666;	font-weight: normal; }

.medium { font-size: 1.2em; color: #666; }
.mediumbold { font-size: 1.1em; color: #666; font-weight: bold; }
.plaintext { text-decoration: none; }
.striketext { text-decoration: line-through; }