@charset "utf-8";
/* CSS Document */

.Header_Message {
	margin:0;
	/*background:#e2383f;*/
	background:#0d8600;
	padding:5px 10px 6px 10px;
	/*color:#FFFF00;*/
	/*color:#ffd800;*/
	color:#fff;
	line-height:1em;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* This is needed since the main CSS file changes every <a> tag on the site 
 unless an override is in place */
.Header_Message a {
	color: #FFFF00;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.Header_Message a:hover	{
	color: #000000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}
