body {
	background-color:#c0c0c0;
	background-image:url('images/bg.gif');
	margin:0px;
}
img {
	border:0;
}
table {
	font-family:verdana;
	font-size: 8pt;
}
a:link {
	color:black;
	text-decoration:none;
}
a:visited {
	color:black;
	text-decoration: none;
}
a:hover {
	color:#073DEF;
	text-decoration:none;
}
a:active {
	color:black;
	text-decoration:none;
}
textarea,select,input {
	border:1px solid #ADADAD;
	color:#000000;
	font-family:Arial;
	font-size:11px;
}
h1, h2, h3, h4, h5, .headline, .headline strong {
	font-size:10pt;
	font-weight:bold;
	margin-bottom:5px;
}
.leftbar {
	width:179px;
	background-image:url('images/left-bg.gif');
	background-repeat:repeat-y;
}
.topbanner {
	height:181px;
	background-image:url('images/topbanner.jpg');
	background-repeat:no-repeat;
}
.content {
	width:581px;
	background-image:url('images/main-bg.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	padding:50px;
	vertical-align:top;
}
.maintable {
	width:760px;
	background-color:white;
	height:100%;
	border-right:1px solid #e0e0e0;
}
p, .bodytext {
	margin:0px;
}
.menuitem {
	width:179px;
	height:20px;
	height:20px;
	border-bottom:1px solid #E3E4E8;
	padding-left:26px;
	background-repeat:repeat-y;
}
.menuitem a,.menuitem a:link,.menuitem a:visited{
	font-family:verdana;
	font-size:8pt;
	text-transform:uppercase;
	color:black;
}
.menuitem a:hover {
	color:#005BFF;
}
.menuitem_act {
	background-image:url('images/menu-bg-act.gif');
	background-repeat:repeat-y;
}
.menuitem_act a,.menuitem_act a:link,.menuitem_act a:visited{
	color:#003799;
}
.leftbox {
	padding-right:35px;
	padding-bottom:35px;
	font-size:7pt;
}
.exhibition {
	width:100%;
	border-collapse:collapse;
	border-left:1px solid black;
	border-top:1px solid black;
}
.exhibition thead,.exhibition tbody {
	padding:0px;
	margin:0px;
}
.exhibition th,.exhibition td {
	margin:0px;
	padding:4px;
	border-right:1px solid black;
	border-bottom:1px solid black;
}
.exhibition .th-0,.exhibition .td-0 {
	width:15%;
}
.exhibition .th-1,.exhibition .td-1 {
	width:50%;
}
.exhibition a {
	text-decoration:underline;
}