@charset "utf-8";
/* CSS Document */
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/main/header.jpg);
	background-repeat: no-repeat;
	text-transform: capitalize;
	height: 32px;
	width: 250px;
	padding: 7px 0 0 7px;
	margin: 0 0 -.5em 0
}
.h1Red {
	background-image: url(images/main/header/header_red.jpg);
}

.hlYellow {
	background-image: url(images/main/header/header_yellow.jpg);	
	}
#h1spacer{margin: 0 0 18px 0}
#caldate{
	float:left;
	width:6.1em;
	font-weight: bold;
	text-align: right;
margin: 0 1.6em 0 0;
}
#caltext{
float:left;
padding:0 0 10px 0;
	width:13em;
}h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0 .2em 0;
}
h1 a{
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover{
	text-decoration: underline;
}