/* CSS Document */
h1 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #BF2F38;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: 333333;
}

.bodycopy a:link {
	color: #BF2C37;
	text-decoration: none;
	}
.bodycopy a:visited {
	text-decoration: none;
	color: #BF2C37;
}
.bodycopy a:hover {
	text-decoration: none;
	color: #5B0000;
}
.smallcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: 333333;
}

.smallcopy a:link {
	color: #BF2C37;
	text-decoration: none;
	}
.smallcopy a:visited {
	text-decoration: none;
	color: #BF2C37;
}
.smallcopy a:hover {
	text-decoration: none;
	color: #5B0000;

}
.notetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#PrintContent {
display: block;
}
#MenuLayer {
display: block;
}
.bulletlist ul {
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 333333;
	line-height: 16px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 20px;
	padding-left: 0px;
	list-style-image: url(../images/dot.gif);
}
.bulletlist ul a:link {
	color: #BF2C37;
	text-decoration: none;	
}
.bulletlist ul a:visited {
	color: #BF2C37;
	text-decoration: none;
}
.bulletlist ul a:hover {
	color: #5B0000;
	text-decoration: none;
}
.abovelist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-bottom: 0px;
}
.abovelist a:link {
	text-decoration: none;
	color: #BF2C37;
	margin-bottom: 0px;
}
.abovelist a:visited {
	color: #BF2C37;
	text-decoration: none;
	margin-bottom: 0px;
}
.abovelist a:hover {
	color: #5B0000;
	text-decoration: none;
	margin-bottom: 10px;
}
.orderlist ol {
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 333333;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom:20px;
	padding-top: 0px;
	margin-left: 30px;
	padding-left: 0px;
	padding-bottom: 10px;
}
.orderlist li {
	margin-bottom:10px;
}
.orderlist ol a:link {
	color: #BF2C37;
	text-decoration: none;	
}
.orderlist ol a:visited {
	color: #BF2C37;
	text-decoration: none;
}
.csorderlist ol a:hover {
	color: #5B0000;
	text-decoration: none;
}
input.white {
border: 1px solid #999;
background-color: #FFFFFF;
height: 16px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}
