body {
	color: #000000;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 2px;
	margin-top: 4px;
}
A:link       { color: #6666FF; text-decoration: none }
A:visited     { color: #6666FF; text-decoration: none }
A:hover   { color: #CC0000; text-decoration: underline }
A:active { color: #CC0000; text-decoration: underline }
.main a:active { color: #ff0000 }
.main a:hover { color: #cccccc }
.main a:link { color: #003399 }
.main a:visited { color: #9966cc }

.navbar { color: #ffffff }
.navbar a:active { color: #ff0000 }
.navbar a:hover { color: #cccccc }
.navbar a:link { color: #ffff00 }
.navbar a:visited { color: #9966cc }

.SubLink   { color: #fffff0; font-weight: bold; font-size: 8pt; font-family: "font-family verdana", arial, sans-serif; border-top: none black; border-right: thin double red; border-bottom: none black; border-left: thin double red }
.SubLink a:link   { color: #fffff0; border: black }
.SubLink a:visited   { color: #fffff0; border: black }
.SubLink a:hover   { color: #ff0005; text-decoration: underline; border: black }
.SubLink a:active   { color: #ff0005; text-decoration: underline; border: black }

.leftcolumn {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; background-color: #FFFFFF}
.rightcolumn { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCCC; background-color: #333333}

.leftcolumn a:link {  color: #CC6600; text-decoration: underline}
.leftcolumn a:visited {  color: #66CC99; text-decoration: underline}
.leftcolumn a:hover {  color: #333333; text-decoration: none; background-color: #FFFFFF}
.leftcolumn a:active {  color: #CC6600; text-decoration: underline}


.rightcolumn a:link {  color: #FFCC00; text-decoration: underline}
.rightcolumn a:visited {  color: #FFCC00; text-decoration: underline}
.rightcolumn a:hover {  color: #CCCCCC; text-decoration: none}
.rightcolumn a:active {  color: #FFCC00; text-decoration: underline}

.TXTHeadline   { color: #cd853f; font-weight: bold; font-size: 12pt }
.TXTSubHead   { color: #cd853f; font-weight: bold; font-size: 11pt }
.TXTBody { color: #000000; font-weight: normal; font-size: 9pt}
.TXTSmallBody { color: #333333; font-weight: normal; font-size: 6pt }
.TXTMedBody { color: #333333; font-weight: normal; font-size: 9pt }
.TXTBigBody  { color: #333333; font-weight: normal; font-size: 10pt }
.TXTCopyRight  { color: #696969; font-weight: bold; font-size: 7pt }

.TXT_scroller {
	color: #000000;
	font-weight: normal;
	font-size: 8pt;
	background-image: url(../images/back_scroll.gif);
	background-repeat: no-repeat;
	background-color: #f1f1f1;
	background-position: center bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.TXT_scroller a:link {  color: #666666}
.TXT_scroller a:visited {  color: #666666; text-decoration: underline}
.TXT_scroller a:hover {
	color: #CC3300;
	text-decoration: none;
}
.TXT_scroller a:active {  color: #CC3300; text-decoration: underline}

blockquote {
    max-width: 620px;
    background: url(rs-right.png) right repeat-y }
blockquote::before {
    display: block;
    line-height: 0;
    background: url(rs-topright.png) top right no-repeat;
    content: url(rs-topleft.png) }
blockquote::after {
    display: block;
    line-height: 0;
    background: url(rs-bottomright.png) bottom right no-repeat;
    content: url(rs-bottomleft.png) }
