<style type="text/css">
table.main {
	border-width: 2px;
	border-spacing: ;
	border-style: dashed;
	border-color: #C0C0C0;
	border-collapse: collapse;
	background-color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #E77844;
}
table.main td {
	border-width: 2px;
	padding: 3px;
	border-style: dashed;
	border-color: #C0C0C0;
	background-color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #E77844;
}
table.trans {
	border-width: 0px;
	border-spacing: ;
	border-style: none;
	border-color: #C0C0C0;
	border-collapse: collapse;
	background-color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #E77844;
}
table.trans td {
	border-width: 0px;
	padding: 1px;
	border-style: dashed;
	border-color: #C0C0C0;
	background-color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #E77844;
}
a {  font-family: Arial; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #E77844; text-decoration: none}	
a:hover { 
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #404040;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.toptitle { 
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #C0C0C0;
	text-decoration: none;
}

.logo {
	position: relative;
	left: 20px;
}

.langs {
	position: relative;
	right: 20px;
	bottom: 10px
}

input { 
	font-family : Arial; 
	font-size : 12px; 
	font-weight : bold; 
	background-color : #FFFFFF; 
	border : 1px solid;
	border-color: #C0C0C0; 
	width : 200px; 
	color : #404040;
}

</style>