
html, body { 
	height: 100%; 
}
form { 
	padding: 0;
	margin: 0;
}
body { 
	margin: 0;
	padding: 0;
    font: 11px tahoma, arial;
}
.menuLines {
	background-color : #339966;
	margin: 0;
	padding: 0;
}
.adminTable{
border : 1px solid #339966;  
background-color : #DEF3E9;
}
.menutext {
	color: #1B5035;
    font-weight : bold ;
    background: #DEF3E9;
}
.form_128{
width: 120px;
border: 1px solid #339966;
background-color: #ffffff;
}
.form_mid{
width: 160px;
border: 1px solid #339966;
background-color: #ffffff;
}
.form_wide{
width: 320px;
border: 1px solid #339966;
background-color: #ffffff;
}
textarea, input, select{
font: 11px tahoma, arial;
font-weight : bold ;
color:#1B5035; 
padding-left: 2px;
}
A{
color: #1B5035;
font-weight : bold ;
text-decoration: none;
}
A:visited{
color: #1B5035;
font-weight : bold ;
text-decoration: none;
}
A:hover{
color: #1B5035; 
font-weight : bold ;
text-decoration: underline;
}
.bright{
color: #339966;
font-weight : bold ;
text-decoration: none;
}
.bright:visited{
color: #339966;
font-weight : bold ;
text-decoration: none;
}
.bright:hover{
color: #1B5035; 
font-weight : bold ;
text-decoration: underline;
}
TD {
font: 11px tahoma, arial;
color: #000000;  
}
.formButton { 
background-color: #ffffff;
border: 1px solid #339966;
color: #1B5035;
font: 11px tahoma, arial;
}
.error{
color: #339966; 
font-weight : bold;  
font-size : 15px;  
}
.required{
color: #339966; 
font-weight : bold;
}
.bigtext {
color: #339966; 
font-weight : bold;
font-size : 13px; 
}
.small {
font-weight : normal;
font-size : 9px; 
}
img {
border: 0; 
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339966;
	height: 1px;
}

