html, body {
	padding:0;
	margin:0;
	font-family: Georgia, serif;
	font-size: 10pt;
}

body {
	background: #242425;
}

img {
	border: 0;
}

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

a:hover {
	border-bottom: 2px solid #232323;
}


div.content-parent {
	background: white;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
}

div.content-top {
	  height: 7px;
	  /*background: url('/gfx/content_top.png') no-repeat;*/
}
	

div.content-bottom {
	  height: 7px;
	  /*background: url('/gfx/content_bottom.png') no-repeat;*/
}

div.content {	
	/*background: url('/gfx/content_bg.png') repeat-y;*/
	padding: 12px;
	padding-top: 5px;
}

div.module-txt {
	padding: 10px;
}

div.module-txt h1 {
	  font-weight: normal;
	  font-size: 16pt;
	  font-variant: small-caps;
	  color: #232323;
	  margin: 0px;
	  margin-bottom: 5px;
}

div.module-menu {
	background: url('/gfx/menu_bg.png');
	height: 60px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
}

div.module-menu div.tabs {
	position: absolute;
	bottom: 0;
}

div.module-menu a {
	display: block;
	float: left;
	padding: 10px 8px 0px 8px;
	text-decoration: none;
	margin-right: 8px;
	color: white;
}

div.module-menu a:hover {
	background-color: white;
	color: black;
	border-bottom: 2px solid white;
}

div.module-menu a.current {
	background-color: white;
	color: black;
	border: 1px solid white;
}


