body {
	background: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.fontWhiteBold {
	color: #FFFFFF;
	font-weight: bold;
}

.divform {
	background: url(images/bgform.jpg) no-repeat top left;
	width: 764px;
	text-align: center;
	margin: 0 auto;
	padding: 100px 0 0 0;
}