@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.style2 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	font-weight: 400;
}
.style3 {font-family: Arial, Helvetica, sans-serif; font-style: normal; color: #FFFFFF; font-size: 15px;}
.style4 {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style5 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style6 {	font-size: 17px
}
.background1 {
	background-image: url(images/Sub_BG.jpg);
	background-repeat: repeat;
}
.background2 {
	background-image: url(images/BG_Logo.png);
	background-repeat: no-repeat;
}
