/* text */
/* default (smaller) text, lower contrast */

body, p, ul, ol, li, div, a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma;
	font-weight: bold;
	color: #063;
	margin-bottom: 0.325em;
	margin-top: 0.5em;
}
p { margin-top: 0.25em; margin-bottom: 1em; }
h1 { font-size: 18px; color: #003300; margin-top: 1em; letter-spacing: -.05em; }
h2 { font-size: 14px; }
h3 { font-size: 12px;  text-transform: uppercase;}
h3.ulc { text-transform: none; }
h4 { font-size: 11px; }
h5 { font-size: 10px; }
h6 { font-size: 10px; }

h1.ul { padding-bottom: 5px; border-bottom: 1px dotted #aaa; margin-bottom: 10px; margin-top: 20px;}
h3.ul { font-size: 14px; padding-bottom: 5px; margin-bottom: 5px; margin-top: 5px; padding-left: 90px; }
h3.ulx { font-size: 15px;  text-transform: uppercase;}

/* default link styles */

a:link,
a:visited {
	color: #3333FF;
	xfont-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:hover,
a:active {
color:#CC0000;
	text-decoration: underline;
	color: blue;

}

a.light:link,
a.light:visited {
	color: #3333FF;
	xfont-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #0066CC;
}

a.light:hover,
a.light:active {
	color:#CC0000;
	text-decoration: underline;
	color: white;
	border-bottom: none;

}
