body{
	background-color: #474B4E;
}
body,td {
	font-family : sans-serif;
	font-size : 10pt;
}
div.centered{
	width: 750px;
	left:50%; 
	margin-left : -375px;
}
.backblue{
	background-color:#474B4E;
}
.darkblue{
	background-color:#BDC5CB;
}
.lightblue{
	background-color:#EBEFF1;
}
p.lastp{
	margin-bottom: 0px; 
	padding-bottom: 10px;
}

p.firstp{
	margin-top: 0px; 
	padding-top: 10px;
}
a{
	color : #5D6886;
}
a:hover{
	background-color: white;
}
.copyright, .shoutout{
	color : #676D71;
	font-size : 8pt;
}
a.shoutout{
	color : #5D6886;
}
a.shoutout:hover{
	background-color: black;
}