/* GENERIC TABLE / BODY STYLE */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
}

/* STANDARD LINKS */
a:link, a:visited { color: #a7102a; text-decoration: none; }
a:hover { color: #666; text-decoration: underline; }

/* NEW GLOBAL CLASSES */
.heading { font-size: 206%; font-weight: bold; color: #00808b; border-bottom: 3px solid #e0e3e5; width: 358px; display: block; white-space: nowrap; margin: 0 0 0 0; padding: 0 0 10px 0; }
.smallheading { font-size: 92%; font-weight: bold; color: #003b52; }
.smallheading_light { font-size: 92%; font-weight: bold; color: #00808b; }
.small_text { font-size: 77%; }
.small_text_color { font-size: 77%; color: #004963; }

img { border: 0; }