body {
	background: #FFF;
	margin:0;
	padding: 0 20px 0 20px;
	color: #000 ! important;
}

table {
	color: #000 ! important;
}

tr.headerbox_table {
	display: none;
}

.table_content_left_border {
	display: none;
}

.table_content_left_top {
	display: none;
}

td#navigation {
	display: none;
}

td#navigation_top {
	display: none;
}

td#content {
	display: block;
}

td#teaser {
	display: none;
}

td image {
	display: none;
}

td#content image {
	display: inline ! important;
}

/***********************************************************
* left-hand side navigation bar
***********************************************************/
div.nav {
	display: none;
}

/***********************************************************
* top navigation bar
***********************************************************/
div.nav_top {
	display: none;
}

/***********************************************************
* right-hand side navigation bar
***********************************************************/
div.nav_right {
	display: none;
}

/***********************************************************************
* content elments
***********************************************************************/

h1 {
	display: block ! important;
	font-family:Verdana,Arial,sans-serif;
	font-size:34px;
	font-weight:bold;
	margin: 0 0 15px 0;
	color: #000 ! important;
}

h2 {
	display: block ! important;
	font-family:Verdana,Arial,sans-serif;
	font-size:26px;
	font-weight:bold;
	margin: 0 0 15px 0;
	color: #000 ! important;
}

h3, h4, h5, h6 {
	font-family:Verdana,Arial,sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #000 ! important;
}

p, .bodytext {
	display: block ! important;
	font-family:Verdana,Arial,sans-serif;
	font-size:15px;
	margin: 0 0 15px 0;
	color: #000 ! important;
}

ul, ol {
	display: block ! important;
	font-family:Verdana,Arial,sans-serif;
	font-size:15px;
	margin: 0 0 15px 0;
	color: #000 ! important;
}






	




