div.scrollholder
{
	position: relative;
	width: 380px;
	height: 321px;
	overflow: auto;
	z-index: 1;
	/*background-color: #FFFFFF;*/
}

div.scroll
{
	position: absolute;
	left: 0;
	top: 0;
	width: 361px;
	z-index: 2;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #003745;	
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 18px; height: 321px;
    font-size: 0;
    z-index: 3;
    /*background: black;*/
	background-image:url(track.png)
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 18px;
    cursor: pointer;
    z-index: 4;
    /*background: yellow;*/
	background-image:url(scroller.png)
}  

p {
	margin:3px;
	padding:0px;
	margin-top: 0px;
	margin-bottom:12px;
	margin-left: 0px;
	}


p.head2 {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #e96d1f;	
	margin-bottom: 5px;

}

.title {
	font-size: 20px;
	font-style: normal;
	font-weight: none;
	font-variant: normal;
	color: #e96d1f;
	letter-spacing:5;
		

}


.noscroll{
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #003745;
}

.green_text{
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #b2bb1e;	

}

A:link {
	text-decoration: none;
	font-weight:normal;
	color: #003745;
}
A:visited {
	text-decoration: none;
	font-weight:normal;
	color: #003745;
}
A:active {
	text-decoration: none;
	font-weight:normal;
	color: #e96d1f;
}
A:hover {
	text-decoration: none;
	font-weight:normal;
	color: #e96d1f;
}
a.small:link {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #003745;
	}
	
a.small:visited {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #003745;
	}
	
a.small:active {
	font-size: 9px;
	text-decoration: none;
	color: #003745;
	}
		
a.small:hover {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #e96d1f;
	}	
	
green_menu {
	color: #b2bb1e;
}
.green_text {
	color: #b2bb1e;
}
black_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
