@charset "utf-8";
/* CSS Document */

body, html { margin:0; padding:0px; padding-right: 10px; padding-bottom:50px; }

#bottom_fade {
	width: 100%;
	height: 40px;
	z-index: 99;
	position: fixed;
	bottom: 0px;
	background: url("../images/bottom-fade.png") bottom center no-repeat;
}

.border { border: 1px solid #CB2027; }

a { color:#CB2027; }
a:hover { color:#CCC; }

.date { font-family:Arial, Helvetica, sans-serif; color:#CCC; font-size: 10px; margin-bottom:-18px; }
.heading { font-family:Arial, Helvetica, sans-serif; color:#CB2027; text-transform:uppercase; font-size: 19px; font-weight:bold; }
.copy { font-family:Arial, Helvetica, sans-serif; color:#333; font-size: 12px; }
.copysmall { font-family:Arial, Helvetica, sans-serif; color:#333; font-size: 9px; }
