body { 
	background-color:#ffffff;
	color:#000000;
	font-family:Arial;
	margin-left:100px;
	margin-right:100px;
}


.logo {
	font-family:Times;
	position:absolute;
	top:15px;
	left:100px;
}

.name {
	font-family:Times;
	font-size:16pt;
	position:absolute;
	top:20px;
	left:185px;
	width:400px;
}

.slogan {
	font-size:13pt;
	position:absolute;
	top:50px;
	left:400px;
	font-style:italic;
	color:blue;
	width:500px;
}

.languages {
	font-size:8px;
	position:absolute;
	top:20px;
	left:750px;
	visibility:visible;
}

.menubar {
	position:absolute;
	top:120px;
	left:100px;
	width:800px;
	padding:0px;
	margin:0px;
	border:0px;
}

.menubar table {
	height:34px;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	border:0px;
	margin:0px;
	font-size:11pt;
	color:#ffffff;
	font-weight:400;
	text-align:center;
	background: url(images/menu_bg.jpg) repeat-x center;
}

.menubar table a {
	text-decoration:none;
	color:#ffffff;
	text-align:center;
}

.menubar table a:active {
	text-decoration:none;
	text-align:center;
}

.menubar table a:hover {
	text-decoration:underline;
	text-align:center;
}

.menubar table a:link {
	text-align:center;
}

.menubar table a:visited {
	text-align:center;
}

.menubar table tr {
	padding:0px;
	border:0px;
	margin:0px;
	text-align:center;
}

.menubar table td {
	text-align:center;
	padding:0px;
	margin:0px;
	background: url(images/menu_div.jpg) no-repeat right;
	vertical-align:center;
	overflow:hidden;
}

.menubar table #active {
	background:url(images/menu_active.jpg) right;
	cursor:default;
}

.qn {
	position:absolute;
	top:160px;
	left:100px;
	width:800px;
	padding:0px;
	font-weight:bold;
	color:#000000;
	font-style:italic;
	text-align:center;
	margin:0px 0px 0px 0px;
	font-size:13pt;
}

p.error {
	color:red;
	font-weight:bold;
}

.error td {
	color:red;
	font-weight:bold;
}

.error td input {
	background-color:red;
	color:black;
	font-weight:bold;
}

.error select {
	background-color:red;
	color:white;
	font-weight:bold;
}
