.searchfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	width: 120px;
	border: 1px solid #999999;
	margin: 0px;

}
.form {
	margin: 0px;
	padding: 0px;



}
.border-grey {
	border: 1px solid #CCCCCC;
}
.butt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	height: 20px;
	width: 50px;
	border: 1px solid #999999;
}
.border-white {

	border: 1px inset #FFFFFF;
}
.noback {
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.text-general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;

}
a:link {
	text-decoration: none;
	color: #CC3300;

}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
.border-top {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.news-title {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3300;
}
.border-right {

	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.border-but {


	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.border-darkgrey {

	border: 1px solid #666666;
}
.textarea {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 120px;
	width: 240px;
	border: 1px solid #999999;
	margin: 0px;
}
