
pre
{
	text-indent: 30px;
}

#scroll_tabs
{
	width: 190px;
	height: 280px;
	overflow: auto;
}
#tabmenu
{
	color: #000;
	border-bottom: 1px solid black;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	}

#tabmenu a, a.active
{
	color: #FFFFFF;
	background: #99B1DF;
	font-family: verdana;
	font-size: 9px;
	border: 1px solid #666666;
	border-bottom: none;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	text-decoration: none;
	cursor: hand;
}

#tabmenu a.active
{
	background: #C1D9F0;
	border-bottom: 10px solid #b2cbec;
	border-bottom-color: #BAA892;
	color: #000000;
	font-family: verdana;
	font-size: 9px;
	border-bottom-width: 1px;
}

#tabmenu a:hover {
	color: #ffffff;
	background: #b2cbec;
	cursor:pointer;
	}

#tabmenu a:visited {
	color: #E8E9BE;
	}

#tabmenu a.active:hover {
	background: #7ba2d5;
	color: #ffffff;
	}

#content
{
	font-family: Verdana;
	font-size: 9px;
	background: #FFFFFF;
	padding: 20px 5px 20px 5px;
	border: 1px solid #666666;
	border-top: none;
	z-index: 2;
}

#content a
{
	text-decoration: none;
	color: #000000;
	font-family: Verdana;
	font-size: 9px;
}

#content a:hover
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 9px;
}