body {
	background : #0080ff;
	color : white;
	font-size : 10pt;
	font-family : "Arial","Helvetica",sans-serif;
}	
p {
	font-size : 10pt;
	font-family : "Arial","Helvetica",sans-serif;
}
div.center {
	text-align : center;
}
img.noBorder {
	border : none;
}
a:link {
	text-decoration : underline;
        color : white;
}
a:visited {
	text-decoration : underline;
        color : white;
}
a:hover {
	text-decoration : underline;
        color : #004080;
}
a:active {
	text-decoration : underline;
        color : #004080;
}
a.textLink:link {
	color : white;
	background-color : #0080ff;
}
a.textLink:visited {
	color : white;
	background-color : #0080ff;
}
a.textLink:hover {
	color : #004080;
	background-color : #ffcbc0;
}
a.textLink:active {
	color : #004080;
	background-color : #ffcbc0;
}
div.footer {
	width : 100%;
}
a.footer {
	font-weight : normal;
	font-size : 8pt;
}
a.footer:link {
	color : white;
	background-color : #0080ff;
}
a.footer:visited {
	color : white;
	background-color : #0080ff;
}
a.footer:hover {
	color : #004080;
	background-color : #ffcbc0;
}
a.footer:active {
	color : #004080;
	background-color : #ffcbc0;
}
p.footer {
	font-family : "Arial","Helvetica",sans-serif;
	color : white;
	text-align : center;
	font-size : 8pt;
	font-weight : bold;
}
span.copyright {
}
span.copylinks {
}
