body {
	background-color: #000;
	font-family: Verdana, "Geneva CE", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #aaa;
}

a {
        text-decoration: none;
	font-weight: bold;
	color: #0066B2;
}

a:visited {
        text-decoration: none;
	font-weight: bold;
	color: #aa9;
}

img {
	border: 1px solid gray;
	padding: 3px;
}

#canvas {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	text-align:center;
}

#lang {
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
}

#lang a {
	color:#F50;
}

#logo img {
	border: none;
	padding: 0px;
}

#heading {
	font-size: 24px;
	font-weight: bold;
	color: white;
	padding-bottom: 5px;
}

#nav {
	padding-bottom: 15px;
}

#nav table {
	width: 100%;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

#nav a {
        text-decoration: none;
	font-weight: bold;
	color: #0066B2;
}

#nav a:hover {
        text-decoration: underline;
	font-weight: bold;
	color: #00aac2;
}

.img_r {
	float: right;
}

.text {
	text-align: left;
}

input, textarea {
	background-color: #000;
	color: #fff;
}

#foot {
	border-top: 1px solid gray;
	margin-top: 30px;
	font-size: small;
}

