body {
	background-position: top center;
	padding: 10px;
}
body, table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

a {
	color: #79bce4;
	text-decoration: none;
}
a.active {
	color: #3c8ece;
}

a:hover {
	text-decoration: underline;
}

.langs {
	padding: 0px 50px 15px 0px;
	font-weight: bold;
}
.footer {
	padding: 0px 50px 0px 0px;
}
.textarea {
	padding: 40px 150px 30px 0px;
}
.menu a {
	display: block;
	line-height: 150%;
}
.menu {
	padding: 40px 50px 10px 10px;
}
h1, h2 {
	color: #3c8ece;
	font-weight: bold;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 12px;
}
.menubg {
	background: url('/img/menu.png');
}
.textbg {
	background: url('/img/text.png');
}
.textbox, .textbox2, .textbox3, .btn {
	border: 1px solid #666666;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.textbox, .textbox2, .textbox3 {
	width: 320px;
}
.btn {
	font-weight: bold;
	background: #f5f5f5;
}