a {
    text-decoration: none; font-weight: bold;
}

a.plain {
    text-decoration: none; font-weight: bold;
}

/* These override the <body> settings for newer browsers (Safari, Mozilla) */
a:hover { font-weight: bold; text-decoration: underline; }
a:link { color: #CC0000; }
a:visited { color: #8888B5; } /* background purple, darker */
a:active { color: #35B5DB; } /* Mr. Bigs Blue */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
}

table.std { 
	font-family: "Verdana," "Arial," "Helvetica," "sans-serif";
}
td.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
td.vsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

span.highlight {
    color: black;
    background-color: yellow;
}

ul li {
    margin: .3em 0 .3em 0;
}

ol li {
    margin: .3em 0 .3em 0;
}

/* new stuff - css - 03/14/2010 */

/* 14px seems to be the maximum to keep the blurb from busting out of 
   the graphic frame  - this is the LH blurb above testimonial */
span.blurb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* These styles are used in the 3 front page boxes on the RH side - 
   easier to enclose fonts in spans than those long font tags */

span.small_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

span.small_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

span.small_bold_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}

span.smaller_bold_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none !important;
}

span.smaller_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none !important;
}

