.v_scrollbar
{
    position: absolute;
	width: 12px;
	display: none;
	background-color: #034682;
}
.scrollbar_arrow_up
{
	position: absolute;
	top: -16px;
	width: 12px;
	height: 12px;
}
.scrollbar_arrow_down
{
	position: absolute;
	top: 284px;
	width: 12px;
	height: 12px;
}
.scrollbar_thumb
{
	position: absolute;
	top: 0px;
	width: 12px;
	height: 16px;
	background-color: #0f9fe8;
}
.purple_text
{
	color: #f75708;
}
.submenubar
{
	background-color: #034682;
}

.light_blue_text
{
	color: #027abb;
}
.light_blue_text a
{
	color: #027abb;
	text-decoration: none;
}
