body, textarea, tag, iframe, td, table {
        color : #000000;
	font-family: tahoma, Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
	scrollbar-face-color:#F0F0F0;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#F0F0F0;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color:#F0F0F0;
	scrollbar-arrow-color: #000000;
        background-attachment: fixed; 
        background-repeat: no-repeat;
        
       
}
	
.body {
	font-family: tahoma, Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
        background: transparent;
        }
.subtitle {
	font-family: tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
        background: transparent;
}
.txtfield {
	font-family: tahoma, Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
	border: 1px solid #999999;
	background: transparent;}
.btn {
	font-family: tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #666666;
	cursor: hand;
	background : transparent;}
	
a:link { color: #666666; text-decoration: underline; }
a:hover { color: #666666; text-decoration: underline; cursor: crosshair; }
a:active { color: #000000; text-decoration: none; }
a:visited { color: #666666; text-decoration: underline; cursor: crosshair; }


#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: 2px;
border-top: none;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: 2px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}
