.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;
}

.gallery_link {
	color: #595959;
	font-size: 10px;
}

.gallery_link div {
	color: #FF9700;
	cursor: pointer;
}

.gallery_link div:hover {
	text-decoration: underline;
}

#gallery {
	width: 480px;
	margin-top: -15px;
	margin-bottom: 15px;
	min-height: 365px;
	color: white;
}