/* CSS Document */

<!--
body,td,th, img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border:0;
}

body {
	background-color: #E7E7E7;	border:0;
}

a:link {
	color: #ae4a1b;
	text-decoration:none;
}
a:visited {
	color: #656565;	text-decoration:none;
}
a:hover {
	color: #ae4a1b;	text-decoration:none;
}
a:active {
	color:#656565;	text-decoration:none;
}
.style1 {color: #ae4a1b}
.style2 {color: #ae4a1b; font-weight: bold; }
.style3 {color: #ae4a1b; font-size: 18px; }
.style4 {color: #ae4a1b; font-weight: bold; font-size: 18px; }
.style5 {
	color: #ae4a1b;
	font-size: 13px;
}
.style6 {
	color: #ae4a1b;
	font-weight: bold;
	font-size: 13px;
}

.txt1{ padding:0 10px; color:#990000;}
-->