/* LAYOUT STYLES */


body{
	text-align: center;
	margin-top: 0;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	color:#000;
}

.header{

	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color:#000;
	font-weight:bold;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
