﻿.elevator_bkg
{
	background-image: url(images/elevator_background.png);
	background-repeat: repeat-y;
	
}
h1 
{
	color: White;
	font-weight: bold;
	font-size: 16pt;
}
h2 
{
	color: White;
	font-size: 12pt;
	font-weight: bold;
}

.white
{
	color: White;
	font-size: 8pt;
}
.blue 
{
	color: #3d6692;
	font-size: 8pt;
}
.subsection_title 
{
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: #3d6692;
}
.subsection_graphic
{
	background-color: White;
}
.login 
{
	background-image: url(images/login.png);
	width: 200px;
	height: 164px;
	margin: 5 5 5 5;
	text-align: center;
}
.search 
{
	background-image: url(images/search.png);
	width: 200px;
	height: 164px;
	margin: 5 5 5 5;
	text-align: center;
}
.support 
{
	background-image: url(images/support.png);
	width: 200px;
	height: 164px;
	margin: 5 5 5 5;
	text-align: center;
}
.subsection_blue 
{
	background-color: #00447C;
	color: white;
	font-weight: bold;
	font-size: 10pt;
}
.subsection 
{
	font-size: 10pt;
	color: #3d6692;
}

table.subsection
{
	width: 200px;
}
.subsection_gray 
{
	background-color: #939597;
}
.lower_section 
{
	background-color: #E6E8E8;
}
.border_right 
{
	border-right: solid 2px white;
}
