/* CSS Document */
body {
	background-color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.outfitters {
	font-size: 10px;
}
.tableborder {
	border: 1px solid #990033;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990033;
}
a:link {
	color: #990033;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #990033;
	text-decoration: underline;
}
.Content {
	background-color: #F1F1F1;
	text-align: left;
	vertical-align: top;
}

