@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 30px;
	margin-top: 30px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	

}
.style1_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: bold;
	text-decoration:line-through;

}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;

}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:line-through;
	text-decoration:overline;
	background: #FFFFFF;
	color: #000000

}
.style5 {font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.style6 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15;
	font-weight: bold;
	/*color: #336699;*/
	color: #FFFFFF;
}

.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
}

.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	background: #FFFFFF;
	color: #000000;
}