/* CSS Document */

.style1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {color: #FFFFFF}
h1 {
	font-size: 26px;
	font-weight: bold;
	color: #ec1d23;
	text-decoration: underline;
	vertical-align:top;
}
body,td,th {
	color: #666666;
	vertical-align:top;
}

strong{
	text-decoration: underline;
}

table{
	vertical-align:top;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #EC1D23;
}
a:active {
	color: #333333;
}