/* CSS Document */

body {
 background-color: #eeeeee;
}

input {
  background-color: #ffffff;
  color: #00875e;
  padding: 4px 4px 4px 4px;
  border: 1px solid #00875e
}

.select {
color: #00875e;
background: #ffffff;
padding: 4px 4px 4px 4px;
border: 1px solid #00875e;
}

.button {
	width: 65px;
	margin-right: 0px;
	padding: 4px 9px;
	font: 12px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background: #747345;
	border: none;
	}
.button:hover {
	cursor: pointer;
	background: #cccccc;
	color: #000;
	}
	
a img {border:none;} 

.maintext {
font-family: Arial; 
font-size: 12px; 
color: #000;
text-decoration: none; 
font-weight: none;
}

.maintext a:active { color: #000; font-size: 12px; text-decoration: none;}
.maintext a:link {  color: #000; font-size: 12px; text-decoration: none; }
.maintext a:visited { color: #000; font-size: 12px; text-decoration: none;}
.maintext a:hover {  color: #747345; font-size: 12px; text-decoration: underline;}

.headertext {
font-family: Arial; 
font-size: 18px; 
color: #00875e;
text-decoration: none; 
font-weight: bold;
}

.basetext {
font-family: Arial; 
font-size: 11px; 
color: #333333;
text-decoration: none; 
font-weight: none;
}

.basetext a:active { color: #333333; font-size: 11px; text-decoration: none;}
.basetext a:link {  color: #333333; font-size: 11px; text-decoration: none; }
.basetext a:visited { color: #333333; font-size: 11px; text-decoration: none;}
.basetext a:hover {  color: #00875e; font-size: 11px; text-decoration: underline;}

.toptext {
font-family: Arial; 
font-size: 16px; 
color: #666666;
text-decoration: none; 
font-weight: bold;
line-height:25px;
}

.toptext a:active { color: #666666; font-size: 16px; text-decoration: none;}
.toptext a:link {  color: #666666; font-size: 16px; text-decoration: none; }
.toptext a:visited { color: #666666; font-size: 16px; text-decoration: none;}
.toptext a:hover {  color: #666666; font-size: 16px; text-decoration: underline;}