/* CSS Document */
*{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
body{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #ffffff;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
a  {
	color: #ee3124;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
}
h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}
table{
	background-color: #FFFFFF;
}
td{
	background-color: #FFFFFF;
}
.copyright{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
.Style1 {font-weight: bold}