@charset "utf-8";
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B5A545;
	background-color: #B5A548;
	margin: 0px;
}
.text_just {
	text-align: justify;
	padding-right: 30px;
	padding-left: 30px;
}
.table_blue {
	background-color: #003459;
	margin: 0px auto;
}

.gold {
	color: #B5A545;
	font-size: 11px;
}
.bold {
	font-weight: bold;
	color: #B5A545;
	text-align: justify;
	padding-right: 30px;
	padding-left: 0px;
	font-size: 11px;
}
.footer {
	text-align: center;
	color: #FFFFFF;
}
.small_text {
	font-size: 10px;
	color: #CCCCCC;
}
.left_cell {
	width: 400px;
	font-size: 11px;
	color: #CCCCCC;
}
.right_cell {
	width: 400px;
	font-size: 11px;
	color: #CCCCCC;
	text-align: right;
}
.line_break {
	background-image: url(images/line_break.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 2px;
}
.sunset {
	height: 179px;
	background-color: #003459;
}
.blue_bar {
	background-image: url(images/blue_bar.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 50px;
	padding: 0px;
	margin: 0px;
	display:block;
	line-height: 50px; 
	vertical-align:middle;
}
.navigationa {
	color: #FFFFFF;
	text-decoration: none;
}
.navigationa:hover {
	color: #B5A545;
}
.h1 {
	font-size: 11px;
	color: #B5A548;
}
.white_text {
	color: #CCCCCC;
	text-decoration: none;
}
