body {
	background-color:	#FFFFFF;
}

font { 
	font-family:		arial, sans-serif;
	font-weight:		normal;
	font-style:		normal;
	font-size:		11pt;
	color:			#C00000;
}

a {
	font-family:		arial, sans-serif;
	text-decoration:	none;
	font-weight:		bold;
	font-style:		normal;
	color:			#FF7B00;
}

a:hover {
	color:			#C0A300;
}

.small {
	font-size:		9pt;
}

.large {
	font-size:		17pt;
}

.huge {
	font-size:		31pt;
}

.underline {
	font-weight:		bold;
	text-decoration:	underline;
}

.outlined {
	border-top:		1px solid #DEE0D0;
	border-left:		1px solid #DEE0D0;
	border-right:		1px solid #ABB0A0;
	border-bottom:		1px solid #ABB0A0;
}
