/* CSS Document */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #EC1F24;
	line-height: 7mm;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}
.smallBlack{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
td{
	valign: top;
	background-repeat: no-repeat;
	background-position: center center;
}
a{
	font-style: normal;
	text-decoration: underline;
	color: #333333;
}
a:visited{
	color: #999999;
}
a:hover{
	color: #666666;
}