html, body {
	padding: 0;
	margin: 0;
}
table , body, h1, h2 {
	font-size: 10pt;
	font-family: Tahoma, Arial, Helvetica, Verdana;
	color: #141414;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-width: 2px;
}
table td {
	padding: 0px;
	vertical-align: top;
}
a, a:visited {
	outline: none;
	color: #ffbf00;
}
a:hover {
	color: #ffd556;
}
img {
	border-width: 0px;
}
body {
	background-color: #000000;
	/*background: url(../images/bg_repeat.jpg) 0px 0px repeat-x;*/
}
#main {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	background: url(../images/bg_center.jpg) 0px 0px no-repeat;
	height: 600px;
}
#menuTable {
	position: absolute;
}

.hideMenu {
	opacity:0.2;
	filter:alpha(opacity=20);
}

.topic1 {
	font-size: 18pt;
	color: #ffffff;
	padding-bottom: 10px;
}

.spaceDiv {
	position: relative;
	height: 25px;
}
#innerDiv {
	position: relative;
	border: 1px solid #bcc0ec;
	padding: 20px 15px;
}
.buttonClose {
	height: 21px;
	width: 21px;
	background: url(../images/b_close.gif) 0px 0px no-repeat;
	position: absolute;
	right: -1px;
	top: -1px;
}
.buttonClose:hover {
	background-position: 0px -21px;
}