.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.style1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style2 {

	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bg3 {
	background-image: url(images/bg-3.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bg4 {
	background-image: url(images/bg4.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bg5 {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
}
.styleLogin {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}