pre {text-indent: 30px} 

#tabmenu { color: #000; margin: 12px 0px 0px 0px; padding: 0px; z-index: 1; padding-left: 10px } 

#tabmenu li { display: inline; overflow: hidden; font-size:14px; font-weight:bold; list-style-type: none; } 

#tabmenu a, a.active { color: #000000; background-image:url(images/shade.gif);
 font-size:16px; font: bold 1em "Times New Roman", Times, serif; border: 1px solid #cccccc; padding: 2px 5px 0px 5px; margin: 0px; 
 text-decoration: none; cursor:hand; } 

#tabmenu a.active { background-image:url(images/shadeactive.gif); color:#FF0000; border-bottom: 3px solid #ffffff; } 

#tabmenu a:hover { color: #fff; background: #86ADC4; } 

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

#tabmenu a.active:hover { background: #ffffff; color: #DEDECF; } 

#content {font: 0.9em/1.3em verdana, sans-serif; 
width:600px; text-align: justify; background: #ffffff; padding: 20px; border-top: none; z-index: 2; } 

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #000000;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
	color:#000000;
    line-height: 14px;
	font-weight:bold;
    padding: 5px 0 5px 18px;
} 

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}
