/* *******************************************************************************************/
pre  {
	text-indent : 30px;
}

#tabmenu  {
	color : #000;
	border-bottom : 1px solid black;
	margin : 0px;
	padding : 0px;
	z-index : 1;
	padding-left : 10px;
}

#tabmenu li  {
	display : inline;
	overflow : hidden;
	list-style-type : none;
}

#tabmenu a, a.active  {
	color : #000000;
	background : #cccccc;
	font : normal 10px tahoma,verdana, Arial, sans-serif;
	border : 1px solid #000000;
	border-bottom : none;
	padding : 2px 5px 2px 5px;
	margin : 0px;
	text-decoration : none;
	cursor : hand;
}

#tabmenu a.active  {
	background : #ffffff;
	border-bottom : 10px solid #ffffff;
}

#tabmenu a:hover  {
	color : #ffffff;
	background : #E6E6E6;
	cursor : pointer;
}

#tabmenu a:visited  {
	color : #999999;
}

#tabmenu a.active:hover  {
	background : #E6E6E6;
	color : #ffffff;
}

#content  {
	font : 12px verdana, sans-serif;
	text-align : justify;
	background : #ffffff;
	padding : 20px;
	border : 1px solid #666666;
	border-top : none;
	z-index : 2;
}

#content a  {
	text-decoration : none;
	color : #333333;
}

#content a:hover  {
	background : #cccccc;
}

