/* CSS Document */
.header			{ color: #707070; font-size: 11px; margin-bottom: 0px; margin-right: 9px; text-align: right; }
.footer			{ color: #707070; font-size:  9px; }

.blue			{ color: #2d60a8; font-weight: bold; }

body, td		{ color: #707070; font-size: small; text-align: left; font-family: verdana, arial, helvetica, sans-serif }

h1				{ font-size: large; }
h2				{ font-size: medium; }
h3				{ font-size: small; }

a:link, a:visited	{ color: #707070; text-decoration: underline }
a:hover				{ /*text-decoration: underline*/ }

a.dark:link, a.dark:visited	{ color: #707070; text-decoration: underline; }
a.dark:hover				{ text-decoration: none; }

a.logo:link, a.logo:visited	{ color: #295ba2; text-decoration: none }
a.logo:hover				{ /*text-decoration: underline*/ }

a.brite:link, a.brite:visited	{ text-decoration: underline }
a.brite:hover					{ text-decoration: none }