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

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin-bottom: 25px;
}

html {
	height: 100%;
	margin-bottom: 1px;
 }

 
a img {border: none;}

h1 {
	font-size: 30px;
	color: #AFA4CC;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 8px;
}

a:link {
	text-decoration: underline;
	color: #333;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: none;
}


.imageLeft {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}
