div.button {
	height:			30px;
	width:			250px;
	background-image:	url('/images/button_up.gif');
	background-repeat:	no-repeat;
	background-color:	#FFF;
	cursor:			pointer;

	font-size:		14px;
	color:			#FFF;
	text-align:		center;
	vertical-align:		middle;
	padding-top:		5px;
}

div.button.hover {
	background-image:	url("/images/button_down.gif");
	background-repeat:	no-repeat;
	background-color:	#fff;
	color:			#FFF;

	cursor:			pointer;
	text-align:		center;
	vertical-align:		middle;
}

div.example {
	margin:			10px;
}

ol.files {
	font-weight:		bold;
	background-color:	#8A1818;
	color:			#fff;
}

font.getAttention {
	color:			#8A1818;
	font-size:		20px !important;
	font-weight:		bold !important;
	word-spacing:		-1px;
}
font.getAttentionS {
	color:			#8A1818;
	font-size:		15px !important;
	font-weight:		bold !important;
	word-spacing:		-1px;
}
span.getAttentionS {
	color:			#8A1818;
	font-size:		15px !important;
	font-weight:		bold !important;
	word-spacing:		-1px;
}

a.globalHref {
	color:			#8A1818;
	text-decoration:	underline;
}