/* Locomi CSS */
body {
	background-color:#FFFFFF; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	font-family:Tahoma, Arial, sans-serif;
	font-style:normal;
	text-align: center;
	padding-top: 40px;
}
.orange {color: #f7941d}
.black {color:#000000;}
.red {color: #f7941d}
.underline {text-decoration: underline;}
a:link, a:active, a:visited
{
	text-decoration: none;
}
a:hover {
	color: #f7941d;
	text-decoration: underline;
}
#splash {
	position: relative;
	margin: 0px auto;
	top:20px;
	width:768px;
	height:270px;
}
#splash_text {
	position:relative;
	margin: 0px auto;
	top:18px;
	width:600px;
	height:200px;
	color:#898989;

}
#inputarea {
	position:relative;
	margin:0px auto;
	width:616px;
	font-size:11px;
	color:#898989;
	
}
input.loco_submit {
	height:40px;
	width:94px;
	color:#000000;
	border:0px ;
	background:url(button_go.jpg);
}
input.loco_txt, textarea {
	font-family:inherit;
	font-size:18px;
	color:#000000;
	padding:2px;
	border:1px solid #AAAAAA;
	background:#EEEEEE;
	width:350px;


}
	
h1{
	font-size:18px;
	color:#898989;
	font-family:Tahoma, Arial, sans-serif;
	font-style:normal;
	text-align: center;
	font-weight:normal;
}

#footer
{	position:relative;
	margin:0px auto;
	width:200px;
	font-size:11px;
	font-family:inherit;
	color:#898989;
	
}
hr
{
 color: #f7941d;
background-color: #f7941d;
border-style: solid}