
/* ColorDefs */
	body  { background-color: White; }
	body, p, div, span, td, th, dl, ul, li, menu, blockquote, address { color: #101010; }
	body, p, div, span, td, th, dl, ul, li, menu, blockquote, address, input, textarea, select, option, h1, h2, h3, h4, h5 { font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 10pt }

	h1, h2, h3, h4 { color: #000000; }

	a:link { color: Blue; }
	a:visited { color: #7070ff; }
	a:active  { color: Red; }
	a:hover  { color: Crimson; }

	a { text-decoration: none; }

/* FontDefs */

	h1 { font-size: 190%; }
	h2 { font-size: 134%; }
	h3 { font-size: 114%; }
	h4 { font-size: 100%; }

	.big 		{ font-size: 125%; font-weight: bold; }
	.large 	{ font-size: 125%; font-weight: bold; }
	.footnote 	{ font-size: 9pt; color: Gray; }
	.bltxt	{ text-align: justify; }
	.smallblk	{ font-size:8pt; text-align:justify; }
	.small	{ font-size:8pt; }
	.info		{ font-size: 84%; color:#404040; }
	.copyright	{ font-size:70%; color:#606060; }
	.mail		{ font-family:Courier New, Courier; }
	.mailquote	{ font-family:Courier New, Courier; font-style:italic; color:#aafafa }
	.quote	{ font-style:italic; color:#AAFAFA }
	.asmall	{ font-size:9pt }
