pre {text-indent: 30px} 

#tabmenu {
	color: #000;
	z-index: 1;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
} 

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

#tabmenu a, a.active {
	color: #C11824;
	margin: 0px;
	text-decoration: none;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-left-color: #D6D6D6;
	background-color: #EEF5FB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
} 

#tabmenu a.active {
	background: #EEF5FB;
	border-bottom-width: 3px;
	border-bottom-color: #EEF5FB;
	border-bottom-style: solid;
} 

#tabmenu a:hover {
	color: #465EAF;
	background-color: #EEF5FB;
} 

#tabmenu a:visited { 
color: #E8E9BE; } 

#tabmenu a.active:hover {
	color: #465EAF;
	background-color: #EEF5FB;
} 

#content {
	font: 0.9em/1.3em verdana, sans-serif;
	text-align: justify;
	background: #EEF5FB;
	padding: 20px;
	z-index: 2;
	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: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
} 
#content li {
	list-style-type: none;
	margin-bottom: 4px;
}
#content ul {
	padding-left: 15px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#content li A{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#content li A:Hover{
text-decoration:underline;
}

