body, p, div, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body
{
	padding: 0px;
	margin: 0px;
	background-color: white;
}

a
{
	text-decoration: none;
	color: #cc6600;
}

a.menu
{
	color: #bb6600;
}

a.menu-active
{
	color: #cc6600;
}

a:hover
{
	text-decoration: underline;
}

a.highlight
{
	font-weight: bold;
}

h1, h2
{
	color:  #cc6600;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1
{
	font-size: 30px;
}

h2
{
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
}

div#header
{
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-color: #777799;
	background-position: 15px center;
	height: 64px;
}

div#menubar
{
	background-color: #aaaacc;
	vertical-align: bottom;
	border-bottom-width: 0px;
	padding: 0px;
	height: 25px;
	overflow: hidden;
}

div#content
{
	padding-left: 30px;
	width: 750px;
}

div.content-text
{
	margin: 0px 30px 30px 10px;
	border: 1px solid #7777aa;
	padding: 10px;
	background-color: #efefff;
}

.reduction
{
	padding: 2px;
	border: 1px solid #fa8f36;
	background-color: #faf1ea;
	width: 100%;
}

div#window-content
{
	padding-left: 30px;
	padding-right: 30px;
}

#menutable
{
	margin: 0px;
	margin-top: 3px;
	border-width: 0px;
}

.menutab, .menutab-active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #eeeeee;
	color: #bb6600;
	padding: 1px 5px 2px 5px;
	border: 1px solid #7777aa;
	height: 20px;
	overflow: hidden;
}

.menutab-active
{
	background-color: white;
	color: #cc6600;
	border-bottom: 1px solid white;
}

a img
{
	border-width: 0px;
}
