body {
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color: #D4D0C8;
	scrollbar-highlight-color: #ffffff;
	cursor: default;
	scrollbar-shadow-color: #808080;
	scrollbar-3dlight-color: #D4D0C8;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #ebebeb;
	scrollbar-darkshadow-color: #000000;
	scrollbar-base-color: #999999;
	}
	
/*    anchors    */

a:link {
	text-decoration:underline;
	cursor:hand
}

a:active {
    text-decoration: underline;
	cursor:hand
}

a:visited {
	text-decoration: underline;
	cursor:hand
}

a:hover {
	text-decoration: underline;
	cursor:hand
}

/*  spans controling font and font color   */

span.secondary-navigation { 
	font-size: 10px; 
}

span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

div { 
	font-family: Arial, Helvetica, sans-serif;
}

span.important, span.warning { 
	font-size: 12px;
	color:#ff0000; 
	clear:both;
	margin-top:0px;
	margin-bottom:0px; 
}

span.tip, span.note, span.subsection { 
	font-size: 10px;
	color:#000000; 
	clear:both;
	margin-top:0px;
	margin-bottom:0px; 
}

.data-button { 
	background-color: #cbcbcb;
	border-bottom: #ffffff 2px outset ; 
	border-left: #ffffff 2px outset; 
	border-right: #ffffff 2px outset; 
	border-top: #ffffff 2px outset;  
	color: #000000; 
	font-weight: 600;
	font-size: 13px;
	cursor:hand
}

.navigation-button { 
	background-color: #cbcbcb;
	border-bottom: #ffffff 2px outset; 
	border-left: #ffffff 2px outset; 
	border-right: #ffffff 2px outset; 
	border-top: #ffffff 2px outset;  
	color: #000000; 
	font-weight: 600;
	font-size: 13px;
	cursor:hand
}

table.data a:hover {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	color: #cc9900;
	font-weight:bold;	
	text-decoration: underline;
	cursor:hand
} 

div.search-option-title
{
        position:relative; 
        right:-3;        
        padding:5px;
}

div.search-option-data 
{
        position:relative; 
        left:-3px;
        top:-2px;
        padding:3px;
}

div.search-option-data1 
{
        position:relative;         
        top:1px;    
}
div.search-option-data2
{
        position:relative;
        top:5px;    
}

 