
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	overflow-y: scroll;
	line-height: 18px;
}

.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow-y: scroll;
	line-height: 18px;

}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	overflow-y: scroll;
	line-height: 18px;

}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 1256px; 
	height: 714px;
	overflow: hidden;
	background-color: #FFFFFF;
	}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 1256px;
	height: 714px;
	overflow: hidden;
	float: left;
	background-color: #FFFFFF;
	text-align: center;

}
div.scroller div.content {
	width: 10000px;
}

img {
	border-style: none;
}

a:link, a:visited {
    outline: none;
	text-decoration: none;
	color: #ff5124;
}
a:hover, a:active {
    outline: none;
	text-decoration: underline;
	color: #f76e4b;
}
a img {
    border:none;
}
.field {
	width: 290px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textarea {
	width: 290px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 95px;
}
.jumplist {
	width: 290px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

	.contactform input {
		border: none;
		background-color: #ff5124;
		color: #ffffff;
		width: 290px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	.contactform textarea {
		border: none;
		background-color: #ff5124;
		color: #ffffff;
		width: 290px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		height: 95px;
	}
.top_border {
	border-top: 1px solid #cccccc;
}
.ok {
	color: #148e00;
}
.error {
	color: #8e0100;
}