pre {text-indent: 30px} 

#tabmenu {
	color: #000;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #adadab;
} 

#tabmenu li { 
display: inline; 
overflow: hidden; 
list-style-type: none; } 

#tabmenu a, a.active {
	color: #514a4b;
	border: 1px solid #adadab;
	padding: 2px 5px 0px 5px;
	margin: 0px;
	text-decoration: none;
	cursor:hand;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #e8f7fa;
} 

#tabmenu a.active {
	background-color: #009fc3;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e8f7fa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
} 

#tabmenu a:hover {
	color: #fff;
	background-color: #009fc3;
} 

#tabmenu a:visited {
	color: #FFFFFF;
	background-color: #009fc3;
} 

#tabmenu a.active:hover {
	color: #FFFFFF;
	background-color: #009fc3;
} 

#content {
	text-align: justify;
	padding: 20px;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #514a4b;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #adadab;
	border-right-color: #adadab;
	border-bottom-color: #adadab;
	border-left-color: #adadab;
	background-color: #e8f7fa;
} 

#content a {
	text-decoration: none;
	color: #FFFFFF;
} 

#content a:hover { background: #aaaaaa; } 

