/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#e5e5e5;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color:#666666;
}
p, th, td, li, dt, dd {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  	font-size: 14px;
	color:#666666;
}
h1, h2, h3, h4, h5 {
	font-weight: 100;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	color:#333333;
}
h2 {
	font-size: 14px;
	color:#666666;
}

a:link {
	font-size: 16px;
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.header