body,ul,li {
	padding:0;
	margin:0;
}
body {
	font-size:18px;
	font-family:helvetica;
}
.style1 {
	font-size:18px;
	color: #000000;
	font-family: helvetica;
}
.style2 {
	font-size:14px; 
    color: #000000;
	font-family: helvetica;
	text-decoration: none;
}
.style3 {
	font-size:18px;
	color: #FFFFFF;
	font-family: helvetica;
}
.style4 {
	font-size:14px; 
    color: #FFFFFF;
	font-family: helvetica;
}
.style5 {
	font-size:18px;
	color: #000000;
	font-family: helvetica;
	text-decoration: underline;
}
.style6 {
	font-family:helvetica;
	font-size: 18px;
	font-weight: bold;
	width:100px;
	height:50px;
	vertical-align:middle;
	color: #FFFFFF;
	text-align: center;
	background-image:url(images/button.png);
}
.style7 {
	font-family:helvetica;
	font-size: 18px;
	font-weight: bold;
	width:240px;
	height:20px;
	vertical-align:middle;
	color: #000000;
	text-align: center;
	background-image:url(images/title.jpg);
}
h1 {
	font-family:helvetica;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	color: #FFFFFF;
	text-align: center;
}
h2 {
	font-family:helvetica;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000000;
	text-align: center;
}
h3 {
	font-family:helvetica;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	color: #000000;
	text-align: center;
}
h4 {
	font-family:helvetica;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	color: #FFFFFF;
	text-align: center;
}
#header {
	width:100%;
	height:40px;
	line-height:40px;
	padding:0;
	color:#EEE;
	font-size:20px;
	text-align:center;
}
#wrapper {
}
#scroller {
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: underline;
    font-weight: bold;
}

