@charset "UTF-8";

.heading1 {
	font-size: large;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.heading2 {
	font-size: 14px;
	color: #FFFF00;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bodytext1 {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
}
.bodytext3 {
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.bodytext4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #CCCCCC; 
}
.merchtext1 {
	color: #ff0000;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	line-height: 30px;
}
.merchtext2 {
	color: #FF6600;
	font-style: italic;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.linkstext1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.linkstext2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
a:active {
	color: #CC0000;
	text-decoration:none;
}
a:link {
	color: #CC0000;
	text-decoration:none;
}
a:visited {
	color: #CC0000;
	text-decoration:none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
