body {
	margin-top: 2px;
}

.background {
	background-image: url(background.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.bumper {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a:active {
	text-decoration: none;
	color: #660033;}
	
td#body a:link {color:#FF9900;}
td#body a:visited {color:#CC6600;}
td#body a:hover {color:#CCCCCC;}
td#body a:active {color:#FF9900;}

.body_font {
	font-family: "Trebuchet MS", Trebuchet, sans-serif, "Arial MT", Arial;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	list-style-type: square;
	top: auto;
	vertical-align: top;
	text-decoration: none;
}
.bold_bullet {
	font-family: "Trebuchet MS", Trebuchet, sans-serif, "Arial MT", Arial;
	font-size: 14px;
	font-weight: bolder;
	color: #990000;
	list-style-image: url(images/arrow.gif);
}
