body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 76.1%;
}

a:link {
	text-decoration: none;
	color: #7FC41C;
}

a:visited {
	text-decoration: none;
	color: #7FC41C;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

#wrapper {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

#header {
	background: url(../images/header_bkgd.png) repeat-x;
	text-align: center;
}

.lang {
	font-size: 0.75em;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.lang a {
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.lang a:hover {
	text-decoration: underline;
}

#menu {
	text-align: center;
	background: #B9DF60;
	color: #000000;
	padding: 4px 8px;
	font-weight: bold;
}
#menu a.link {
 	color: #000000;
}

#content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.q {
	font-weight: bold;
	font-style: italic;
}

.a {
	font-weight: normal;
	font-style: normal;
}

#footer {
	background: #7FC41C;
	color: #000000;
	padding: 8px;
	text-align: center;
}

#footer table {
	font-size: .75em;
}