
#sub_nav {
	margin: 0px;
	font: 10px verdana,sans-serif;
	font-weight: bold;
	color: gray;
}
a.sub_nav {
	line-height: inherit;
	margin: 0px;
	font: 9px verdana,sans-serif;
	font-weight: bold;
	color: gray;
	text-decoration: none;
}
a.sub_nav:hover {
	color: #FFC322;
}


/*********************** SCROLLERS ***********************/
.root     {
    position:relative;
    height:      160px;
    width:      540px;
    margin:       0px 0px 8px 7px;    
    }
.root p   {
    margin:      10px 10px 5px 10px;
    }
.thumb     {
	z-index: 101;
    position:      absolute;
    height:      9px;
    width:      15px;
    left:       10px;
    }
.scrollbar {
	z-index: 100;
    position:      absolute;
    height:      9px;
    width:      15px;
    left:       10px;
    }

.up, .dn   {
    position:      absolute;
	z-index: 101;
    left:       10px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:      0;
    }
.scrollContainer { 
    position:      absolute; 
    left:      2px; 
    top:      19px; 
    width:      775px; 
    height:      370px; 
    clip:      rect(0 775 370 0); 
    overflow:      auto; 
	border: none;
	margin: 0px;
	background:#ffffff;
    }
	.scrollContent 
	{ 
		position:      absolute; 
		left:      0px; 
		top:      0px; 
		width:      775px; 
    }
	.right_headerStyle
	{
		background:url('../images/header_white.gif') no-repeat;
		font-family:verdana;
		color:#ffffff;
		text-decoration:none;
		font-size:7pt;
		vertical-align:top;
		text-align:right;
		padding-right:10px;
	}
	.right_headerStyle A
	{
		font-family:verdana;
		color:#ffffff;
		text-decoration:none;
		font-size:7pt;
	}

	body, td, th, input, select, textarea,div,span
	{
		font-size:8pt;
		font-family:verdana;
	}
	a
	{
		font-size:8pt;
		font-family:verdana;
		text-decoration:none;
	}

	.footer
	{
		color:#707070;
		text-align:right;
		font-size:8pt;
	}
	.footer a
	{
		font-size:8pt;
		color:#707070;
	}
