/* Page Masthead CSS Document */

/* Main Masthead Color */
.masthead-bgcolor1 {
	background-color: #0060AA;
}

/* Masthead White Line */
.masthead-line1 {
	background-color: #FFFFFF;
	height: 1px;
}

/* Masthead Blue Divider */
.masthead-line2 {
	background-color: #3398CC;
	height: 5px;
}

/* Masthead Blue Line */
.masthead-line3 {
	background-color: #5D88AA;
	height: 1px;
}

/* Options Bar Styles */
.options-bar2 {
	height: 25px;
	font-size: 8pt;
	background-color: #000000;
}

.options-bar {
	height: 25px;
	font-size: 8pt;
	background-color: #000000;
}

/* Options Bar Font Styles */
.optionsmenutext1 {
	color: #FFFFFF; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt;
}

/* Options Bar Form Styles */
.optionsmenutext2 {
	color: #000000; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt;
}

/* Options Bar Links */
a.optionsmenulinks1:link {
	color: #FFFFFF; 
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
}

a.optionsmenulinks1:visited {
	color: #FFFFFF; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
}

a.optionsmenulinks1:hover {
	color: #66CCFF; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
}

/* Form Element Formatting */
form {
	margin: 0px;
	padding: 0px;
}

