body { margin: 0px;
	   font-family: verdana;
       font-size: 13px;
	   background-color: #9F1018;
	   color: #000000; }
a:link { color: #FF000F; text-decoration: none; font-weight: bold }
a:active { color: #000000; text-decoration: none; font-weight: bold }
a:visited { color: #FF000F; text-decoration: none; font-weight: bold }
a:hover { color: #FF000F; text-decoration: underline; font-weight: bold }
p { margin: 10px }
p.extended { margin: 15px }
p.75pxleft { margin-left: 75px }
p.bold { font-weight: bold; margin: 15px }
p.bold2 { font-weight: bold; margin: 10px }
p.pic { margin: 11px }
table { font-size: 13px }
.lside {
	background-attachment: scroll;
	background-image: url(img/l_side.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.rside {
	background-image: url(img/r_side.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.topback {
	background-image: url(img/top_back.gif);
	background-position: left;
}
.red {
	color: #FF000F;
}
