html{height:100%}
body,td,input,select,textarea {font-family: Arial, sans-serif; color: #000000; line-height: 16px; font-size: 11px;}

.headline{color: #999999; font-size: 14px;line-height: 16px;font-weight:bold;}

a {text-decoration: none; color: #000000; font-weight:bold;}
a:hover {color: #000000;text-decoration: underline; font-weight:bold;}
a:active {color: #000000;text-decoration: underline; font-weight:bold;}

.noline {text-decoration: none; color: #89A8BD;}
.noline:hover {color: #89A8BD;text-decoration: none;}
.noline:active {color: #89A8BD;text-decoration: none;}

.nav {text-decoration: none; color: #999999; font-weight:bold; font-size: 14px;}
.nav:hover {text-decoration: none; color: #999999; font-weight:bold; font-size: 14px;}
.nav:active {text-decoration: none; color: #999999; font-weight:bold; font-size: 14px;}

.navoff {text-decoration: underline; color: #000000; font-weight:bold; font-size: 14px;}


.small {text-decoration: none; color: #000000; font-weight:normal; font-size: 10px;}

.smallnav {text-decoration: none; color: #000000; font-weight:normal; font-size: 10px;}
.smallnav:hover {text-decoration: none; color: #000000; font-weight:normal; font-size: 10px;}
.smallnav:active {text-decoration: none; color: #000000; font-weight:normal; font-size: 10px;}

input{
border:1px solid #43301F; 
background: #FFFFFF;
color: #000000;

}



select{
border-color: #43301F;
color: #666666;
}
textarea{border:1px solid #43301F;}
.button{
	border-width: 1px;
	border-style: solid;
	border-color: #43301F;
	color:#ffffff;
	font-weight:bold;
	background-color: #89A8BD;
}

.checkbox{border: none;}
