@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.style1 {
	font-size: 20px;
	color: #FFFFFF;
}
.style2 {
	font-size:14px;
	color:#000000;
	line-height:18px;
	letter-spacing:1;
}
.style3 {
	font-size:14px;
	color:#000000;
	line-height:18px;
	letter-spacing:1;
}
.quotes {
	color: #000000;
	font-size:14px;
	line-height:18px;
	letter-spacing:1;
	font-style:italic;
}

.style4 {
	font-size: 24px;
	font-weight: bold;
}
.style5 {
	font-size: 18px;
	font-weight: bold;
}
.style6 {
	font-size: 12px;
	color:#000000;
}

a:link {
	color: #ffffff;
}
a:hover {
	color: #333333;
}
a:visited {
	color: #ffffff;
}
a:active {
	color: #333333;
}
