@charset "utf-8";
/* CSS Document */
pre {text-indent: 30px} 

.tabmenu 
{ 
color: #666666; 
border-bottom: 1px solid Gray; 
margin: 12px 0px 0px 0px; 
padding: 0px; 
z-index: 1; 

 
 } 

.tabmenu li 
{ 
height:40px;
color: #666666; 
background: #dddddd;
display: inline; 
overflow: hidden; 
list-style-type: none;
 } 

.tabmenu a, a.active 
{ 
	color: #666666; 
	background: white url(shade.gif) top left repeat-x;
	font: normal 12px verdana, Arial, sans-serif; 
	border-left: 1px solid Gray; 
	border-right: 1px solid Gray; 
	border-top: 2px solid #00CCFF;
	padding: 2px 5px 0px 5px; 
	margin: 0px; 
	text-decoration: none;
	cursor:hand; 
} 

.tabmenu a.active { 
color: #333333;
background-color:#FFFFFF;
border-bottom: 3px solid #ffffff; 
text-decoration:underline;
font-weight:bold;
} 

.tabmenu a:hover 
{ 
color: #fff; 
color: #666666;
 
text-decoration:underline; } 

.tabmenu a:visited { 
color: #666666; } 

.tabmenu a.active:hover { 
background: #ffffff; 
color: #666666; } 

.content {
font: 0.9em/1.3em verdana, sans-serif; 
text-align: justify; 
background: #ffffff; 
padding: 2px; 
border: 1px solid Gray; 
border-top: none; 
z-index: 2; } 

.content a { 
text-decoration: none; 
color: #E8E9BE; } 

.content a:hover { background: #aaaaaa; } 



