/*HTML ELEMENT STYLES*/
body { margin: 0; padding: 0; }
p, td { color: #666666; font-family: Tahoma, Arial, sans-serif; font-size: 12px; }

/*LINK STYLES*/
a:link { color: #d41a1e; text-decoration: none; }
a:visited { color: #d41a1e; text-decoration: none; }
a:active { color: #d41a1e; text-decoration: none; }
a:hover { color: #d41a1e; text-decoration: underline; }

/*BACKGROUND STYLES*/
.home_bkg_fade { background: url(../images/home_bodybkg.jpg) no-repeat; }

.home_clouds_norepeat { background: url(../images/home_clouds.jpg) no-repeat; }
.home_clouds_repeat { background: url(../images/homeclouds_repeat.gif) repeat-x; }

.home_gradient_norepeat { background: url(../images/home_gradient.gif) no-repeat; }
.home_gradient_repeat { background: url(../images/home_gradientrepeat.gif) repeat-x; }

.home_header_repeat { background: url(../images/header2_repeat.gif) repeat-x; }

.home_redline_norepeat { background: url(../images/home_redline.gif) no-repeat; }
.home_redline_repeat { background: url(../images/home_redlinerepeat.gif) repeat-x; }

/*POSITIONING STYLES*/
.padding_leftright15 { padding: 0px 15px 0px 15px; }

/*TEXT STYLES*/
.brown { color: #734d31; }
.tah10 { font-family: Tahoma, Arial, sans-serif; font-size: 10px; }
.tah11 { font-family: Tahoma, Arial, sans-serif; font-size: 11px; }