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

body {
	color: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
}
.textBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
a:link {
	color: #00F;
}
a:visited {
	color: #00F;
}
.style2 {font-family: Arial, Helvetica, sans-serif}
.style3 {
	font-size: 12px;
	color: #000000;
}
.style4 {
	font-weight: bold;
	font-size: 18px;
}
.style5 {font-weight: bold}
.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; }
.style8 {font-weight: bold}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
