/* general styles */
* {
	color: #000;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 9pt;
}
a img {
	border: 0;
}
a {	
	text-decoration: none;
}

/* hide some elements */
#header-bar1,
#header-bar2,
#header-bar3,
#websites,
#content img.headerimg,
#related,
#toolbar,
#tabs li.inactive,
.button,
#footer a,
#footer span {
	display: none;
}

/* specific styles */
#logo {
	margin-left: -20px;
}
#breadcrumb {
	margin: 10px 0 15px 0;
}
#tabs li {
	list-style: none;
	margin-left: 0;
}
#tabcontent .block .leftcol {
	float: left;
	width: 34%;
}
#tabcontent .block .maincol {
	float: right;
	width: 66%;
}
#tabcontent table {
	width: 100%;
}

#footer {
	clear: both;
	margin-top: 21px;
}
.text {
	line-height: 12pt;
}
.toggle_content {
	display: block;
}
