body {
	background-color: #FFFFFF;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FB093C;
}
.Style1 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
.Style2 {
	font-size: 14px;
	color: #FB093C;
}
h1 {
	font-size: 36px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: normal;
}
h5 {
	font-size: 10px;
	font-weight: normal;
}
h6 {
	font-size: 8px;
	font-weight: normal;
}

a:link {
	color: #FB093C;
	text-decoration: none;
}
a:visited {
	color: #FB093C;
	text-decoration: none;
}
a:active {
	color: #FB093C;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}