body{
	background: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td {
	font-family: Verdana;
	font-size: 11px;
	color: #3a3a3a;
}
a:link, a:visited, a:active{
	text-decoration: none;
	font-weight: bold;
	color: #004d76;
	font-size: 10px;
}
a:hover{
	color: #004d76;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}
input, textarea, select{
	background:#FFFFFF;	
	border: 1px solid #005b8c;
	padding: 2px;
	color: #004d76;
	font-size: 12px;
	font-family: Tahoma;
}
span.lang{
	border: none;
	border-bottom: 2px solid #005b8c;
	padding: 2px;
	color: #004d76;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	cursor: default;
}
span.lang:hover{
	border: none;
	border-bottom: 2px solid #005b8c;
	padding: 2px;
	color: #004d76;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	cursor: pointer;
}
input.button {
	background:#FFFFFF;	
	border: none;
	border-bottom: 2px solid #005b8c;
	padding: 2px;
	color: #004d76;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
}
