@charset "utf-8";
/* CSS Document */

<!--
.screenshotCAPTION {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
-->
<!--
.cartHeader {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #DFEFF4;
	text-align: center;
}
.cartInsideHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
}
-->


p {
    margin:0 0 20px 0;
 }


a:link {
	color: #037;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration: underline;
	color: #036;
}
a:active {
	text-decoration: none;
	color: #036;
}

td img {
	display: block;
}


.news_header {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
}
.news_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.news_update_date_stamp {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

.err{
	font-weight:bold;
	color:#C00;
}

.success {
	font-weight:bold;
	color:#090;
}

button {

	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #CCC;
	border: 1px outset #999;
	color: #333;
	height:20px;
	width:100px;
	background-image:url(/images/button_img.gif);

}

.textfield {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background:#F8F8F8;
	border-width:thin;
	border-color:#666;
	color:#037;
}

.checkbox {
	border-width:thin;
	border-color:#666;
	color:#037;
}

.hints {
	font-size:10px;
	color:#06C;
	font-style:italic;
}

.textfield_contactform {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background-color: #EEF3F9; 
	border-style: solid; 
	border-width: 1px 1px 1px 1px;
	border-color: #1A404D;
	color:#037;
}

.pageheader {
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	color: #1A404D;
	font-size: 16px;
	font-weight:bold;
}
