/* CSS Document */

#announcement {
}

#announcement p {
	font: 12px/26px normal Garamond, "Times New Roman", Georgia, serif;
	color: #000000;
	text-transform: uppercase;
	margin: 20px 0;
	letter-spacing: 4px;
}

span.redtext {
	color: #CC0000;
}

span.brackets {
	font-size: 18px;
}

#announcement a {
	text-decoration: none;
	color: #000000;
}

#announcement a:hover {
	text-decoration: underline;
	color: #000000;
}

/* 
div#enter_button_outer {
	background: #FFFFFF url(../images/graphics/button_bracket_l.gif) no-repeat left top;
	padding-left: 10px;
}

span#enter_button_inner {
	background: #FFFFFF url(../images/graphics/button_bracket_r.gif) no-repeat right top;
	padding-right: 10px;
}

*/