body {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}


#content {
	font-family : Verdana;
	font-size : 8pt;
	color: #31415A;
	padding: 0px 15px 0px 15px;
	margin-bottom: 15px;
	text-align: justify;
}

#content h1 {
	font-family: "trebuchet ms";
	font-size: 11pt;
	font-weight: bold;
	padding: 2px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
}

#content h2 {
	font-size : 8pt;
	font-weight : normal;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 13px;
}

#content a, a:link, a:visited {
	color : #0951A6;
	text-decoration : none;
}

#content a:hover {
	text-decoration : underline;
}

#footer {
	padding-top: 4px;
	padding-left: 5px;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	color: white;
}

#footer .credits {
	padding-top: 4px;
	padding-right: 5px;
	text-align: right;
}

#footer a, a:link, a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}