/* CSS Document */

body {
	background-color: #FFFFFF;
	
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
a:link {
	color: #D2221F;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #D92122;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.quote {
	font-size: 10px;
	color: #999999;
	padding-left: 12px;
}
.indent {
	margin-left: 30px;
}
.heading {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.Scottmenubar {
	line-height: 14px;
	background-color: #000000;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D92122;
}

