body
{ 
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
}

body.normal
{ 
	background-color: #cccccc;
}

td {
	font-size: 11px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #E64800;
	margin: 0px;
	margin-bottom: 3px;
}

hr {
	color: #E64800;
	height: 1px;	
}

#topmenu {
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 3px;
	margin-left: 220px;	
}

#topmenu a {
	color: #ffffff;
	text-decoration: none;
}

#topmenu a:hover {
	text-decoration: underline;
}

#content {
	background-color: transparent;
	position: absolute;
	left: 50%;
	width: 464px;
	margin-left: -364px;
	top: 262px;
	height: 400px;
	overflow-y: auto;
	padding: 6px;
	background-image: url(/images/content_back.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#menu {
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 222px;
	margin-left: -365px;	
	width: 100%;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}


#image {
	position: absolute;
	left: 50%;
	width: 570px;
	margin-left: -201px;
	top: 42px;
	height: 160px;
	overflow: visible;
}

a {
	color: #B62800;
}
