/* HTML Elements */
body, td, p, textarea {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	}

input, select, textarea {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	}

h1 {font: 18px Arial, Verdana, Helvetica, sans-serif; font-weight: bold;}
h2 {font: 14px Arial, Verdana, Helvetica, sans-serif; font-weight: bold;}
h3 {font: 11px Verdana, Arial, Helvetica, sans-serif; font-style: italic;}
a:link, a:visited {color: #CC0000; text-decoration: none;}
a:hover, a:active {text-decoration: underline;}
.hdr-red {font-size: 13px; color: #cc0000; font-weight: bold;}
/* HTML Elements */

/* Links */
a.boldLink:link, a.boldLink:visited {color: #CC0000; text-decoration: none; font-weight: bold;}
a.boldLink:hover, a.boldLink:active {text-decoration: underline;}
a.whiteLink:link, a.whiteLink:visited {color: #fff; text-decoration: none; font-weight: bold;}
a.whiteLink:hover, a.whiteLink:active {text-decoration: underline;}
/* Links */

.r {color:red}


