/* Global section */
*{margin:0px; font-family:Arial;}
a:link, a:active, a:visited{color:#000000; text-decoration:none;}
a:hover{color:#0000FF;}

a.topmenu:link, a.topmenu:active, a.topmenu:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a.topmenu:hover{color:#DDDDDD;}

a.submenu:link, a.submenu:active, a.submenu:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a.submenu:hover{color:#FFFFFF;}

a.form:link, a.form:active, a.form:visited{
	color: #0000ff;
	text-decoration: underline;
}
a.form:hover{color:#000;}

td{vertical-align: top;}

/* Fonts section */
.black12{font-family:Arial; font-size:12px; font-weight:normal; color:#000000;}
.black12bold{font-family:Arial; font-size:12px; font-weight:bold; color:#000000;}
.white12{font-family:Arial; font-size:12px; font-weight:normal; color:#FFFFFF;}
.white12bold{font-family:Arial; font-size:12px; font-weight:bold; color:#FFFFFF;}

.req{
	color: #770000;
}

/* Forms section */
.contact_text{font-family:Arial; font-size:12px; font-weight:bold;}
input.textfield{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	border: #757575 solid 1px;
	padding: 0px 5px 0px 5px;
	color: #6F6F6F;
	height: 15px;
	line-height: 12px;
}
input.textfield01{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0px 5px 0px 5px;
	width: 100%;
	border: #FFFFFF solid 1px;
	color: #000000;
}
input.textfield02{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	width: 100%;
	border: #7B7B7B solid 1px;
	color: #000000;
}
select.selectbox01{
	font-family: Arial;
	font-size: 11px;
	width: 75px;
	line-height: 12px;
	padding: 0px;
	height: 15px;
	color: #FFFFFF;
	background-color: #86100E;
}

textarea.textarea{font-family:Arial; font-size:12px; width:100%; height:60px; border:#000000 solid 1px;}
select.selectbox{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	padding: 0px;
}
input.button01{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	border: #FFFFFF solid 1px;
	line-height: 11px;
	height: 15px;
	background-color: #6A6A6A;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0px;
}
input.button02{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	border: #000000 solid 1px;
	line-height: 12px;
	height: 15px;
	cursor: pointer;
	padding: 0px;
}
.button03{
	font-family: Arial;
	font-size: 11px;
	width: 100px;
	line-height: 12px;
	height: 15px;
	color: #FFFFFF;
	background-color: #86100E;
	border: none;
	cursor: pointer;
	padding: 0px;
}
.button04{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	color: #FFFFFF;
	background-color: #646464;
	border: none;
	cursor: pointer;
	padding: 0px;
}
/* Site classes section*/

.infoWindow{
	border: #FFFFFF solid 1px;
	background-color: #000000;
}
