.mystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.footer-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.bullet {
	text-align: left;
	list-style-image: url(images/bullet.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.style3 {
	color: #FF6600;
	font-size: 10px;
	font-weight: bold;
}
a:link {
	color: #FFDAA5;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFDAA5;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
body {
	margin-top: 0px;
	background-color: #9A0702;
	margin-bottom: 0px;
}
.email-link {
	color: #FFDAA5;
	text-decoration: none;
}

