.color1, a, h1 {
	color: #003366;
}
.color2, h2, h3 {
	color: #BF4708;
}
a:hover {
 color:#336699;
}
body {
	background-color: #234D4A;
	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: #234D4A;
}
table#live_icons {
	float: left;
	padding-left: 25px;
}
table#live_icons td{
	width: 90px;
	text-align: center;
	font-size: 9px;
}
div.button {
	background:#437C76 none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	margin-top:10px;
	padding:2px;
	text-align:center;
	text-decoration:none;
	width:100px;
}