body {
	margin: 0px;
	padding: 0px;
	background: #e5e5e5;
}

a {
	text-decoration: none;
	color: #5d5d5d;
}

.content {
	margin: 0 40px 0 40px;
	background: #ffffff;
}

.logo {
	background: #fcea22;
	padding: 11px;
}

.big {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #5d5d5d;
}

.small {
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 9px;
	line-height: 15px;
}

.title {
	display: block;
	width: 100%;
	padding-bottom: 2px;
	margin-bottom: 10px;
	/* hide from ns4 */
	/*/*/background: url(/static/img/dotted.gif) repeat top;/* */
}

.text, .text td, .languages, .submenu {
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px; 
	line-height: 17px;
	color: #5d5d5d;
}

.submenu {
	padding-top: 10px;
	padding-bottom: 15px;
	width: 125px;
}

.submenu div {
	padding-left: 15px;
	text-indent: -15px;
}

.submenu a:hover, .text a:hover, .languages a:hover {
	padding-bottom: 2px;
	background: #eeeeee;
}

.submenu a:visited, .text a:visited, .visited td, .visited a {
	color: #999999;
}

.hidden {
	display: none;
}

.active, .active a, .active a:visited, .active td {
	color: #e7c900;
}

.underline, a:hover .underline {
	line-height: 19px;
	padding-bottom: 2px;
	border-bottom: 1px solid #5d5d5d;
}

.prev {
	background: #fff;
	position: absolute;
	left: 6px;
	top: 6px;
}

.next {
	background: #fff;
	position: absolute;
	left: 20px;
	top: 6px;
}

.edit {
	font-size: 9px;
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
}

.edit a {
	white-space: nowrap;
	border: 1px solid;
	border-color: #fff #666 #666 #fff;
	text-align: center;
	background: #ddd;
	padding: 1px 6px 1px 6px;
	text-decoration: none;
	color: #333;
}

.edit a:link {
	text-decoration: none;
	color: #333;
}

.edit a:hover {
	text-decoration: none;
	color: #333;
	background: #eee;
}
