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

html * { margin: 0; }

a img { border: 0; }

body {
	background-color: #FFF;
	font: 12px Arial, Verdana, sans-serif;
	color: #000;
	line-height: 1.4;
	
}

a {
	color: #639;
	text-decoration: none;
}

p {
	
	margin-bottom: 10px;	
}

a:hover {

	text-decoration: underline;
}

h1 {

	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}

h2 {

	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
}

.formError {
	
	color: #900;
	font-weight: bold;
}
