@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: arial, sans serif;
	letter-spacing: 0.02em;
	color: #444;
}

img {
	vertical-align: middle;
	border: 0;
}

a {
	text-decoration: none;
}

input.text {
	width: 110px;
	border: 1px solid #888;
	background-color: #F8F8F8;
	margin: 0px;
	padding: 2px;
	-wap-input-format: "*N";
}

input.text:focus {
	outline: none;
}

input.searchBtn {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	background-color: #a2bd32;
	color: #FFF;
	border: 1px solid #888;
	width:73px;
	font-size: 11px;
	font-weight: bold;
}
input.searchBtn:hover {
	background-color: #708700;
}

#container {
	width: 100%;
	overflow: auto;
	margin: 0 auto;	
}

#logo {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#logoTrace {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	text-align: left;
}

#contact {
	text-align: center;
}

#contact p {
	color: #999;
	margin-top: 0px;
	margin-bottom: 2em;
	padding-top: 1px;
}

#language {
	text-align: center;
}

.floatLeft {
	width: 80%;
	float: left;
	text-align: left;
}

.floatRight {
	width: 10%;
	float: right;
	text-align: right;
}

.floatRight A:link,.floatRight A:visited,.floatRight A:active,.floatRight A:hover
	{
	text-decoration: none;
	border: none;
	color: #FFF;
}

p {
	margin: 0px;
	margin-top: 1em;
}

hr {
	border: none 0;
	border-top: 1px dashed #000; /*the border*/
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*whatever the total width of the border-top and border-bottom equal*/
}

a:link {
	text-decoration: underline;
	color: #a2bd32;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	color: #a2bd32;
	font-weight: bold;
}

a:active {
	text-decoration: underline;
	color: #708700;
	font-weight: bold;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #708700;
	font-weight: bold;
}

a:focus {
	-moz-outline-style: none;
}
