.color1, a, h1 {
	color: #003366;
}
.color2, h2, h3 {
	color: #2E94CD;
}
.color3 {
	color: #DC012A
}
/*a:hover {
 color:#336699;
}*/
body {
	background-color: #00294B;
	/*background-image: url('images/diag_bg.gif');*/
	background-position: ;
	background-repeat: repeat;
}

.background2 {
	/*background-image: url('images/diag_gradient.gif');
	background-position: ;
	background-repeat: repeat-x;*/
}

div#masthead {
	/*background-color: #781510;*/
}
div.button {
	background-image: url("images/blue_button.gif");
	width: 120px;
	line-height: 13px;
	color: #ffffff;
	border: 1px solid #003F74;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin-top: 10px;
	cursor: hand;
	text-decoration: none;
}

#leftNav a {
	background:#FFFFFF url('images/indicator.gif') no-repeat scroll 140px 9px;
	border-bottom:1px solid #999999;
	color:#000000;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-bottom:0;
	padding:6px 10px 6px 4px;
	text-decoration:none;
	width:130px;
}
#leftNav a:hover, #leftNav a.on, #leftNav a.on:hover {
	background:#FFFFFF url('images/indicator.gif') no-repeat scroll 140px -24px;
	color:#DC012A;
}