.style {
}
.flash {
	margin: 0px;
	padding: 0px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
}
.textblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.greytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;
}
.yellow:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;
}
.yellow:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
	text-decoration: none;
}
.yellow:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00CCFF;
	text-decoration: none;
}
.yellow:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;
}
.inputform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	height: 15px;
	margin: 1px;
	padding: 1px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
}
.inputarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:120px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(images/select_bg.gif) repeat-x left top;
}
/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
	font-size: 11px;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
.hiddendiv {
	visibility: hidden;
	z-index: 999999;
	height: 125px;
	width: 150px;
	position: absolute;
}
.floatbanner {
	float: left;
	z-index: 99999;
	height: 65px;
	width: 298px;
	overflow: visible;
	position: relative;
	visibility: visible;
	top: -265px;
}
.seo:link {
	font-size: 9px;
	color: #2E2E2E;
	text-decoration: none;
}
.seo:visited {
	font-size: 9px;
	color: #2E2E2E;
	text-decoration: none;
}
.seo:hover {
	font-size: 9px;
	color: #2E2E2E;
	text-decoration: none;
}
.seo:active {
	font-size: 9px;
	color: #2E2E2E;
	text-decoration: none;
}

.floatdownload {
	position: fixed;
	z-index: 1;
	height: auto;
	width: 118px;
	margin-left: 85%;
	top: 350px;
	margin-top: auto;
	margin-bottom: auto;
}
.innerfloatdownload {
	position: fixed;
	z-index: 99999;
	height: auto;
	width: 800px;
	clear: none;
	top: 530px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	visibility: visible;
}

