body {
	font-family: "Franklin Gothic Medium", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #003050;
	color: white;
}

.titleArea
{
	margin-left: 150px;
	background-image: url('/images/CacheFileLogo.gif');
	background-repeat: no-repeat;
	background-position: 50px 50px;
	height: 150px;
}

.title, .subtitle {
	visibility: hidden;
}

a,
a:link,
a:visited {
	color: white;
}

h2,h3,h4
{
	color: #ffcd80;
}

#CDNMisLinkAlert h4, 
#CDNMisLinkAlert h2, 
#CDNMisLinkAlert a, 
#CDNMisLinkAlert a:link, 
#CDNMisLinkAlert a:visited 
{
	color: black;
}

.DonationPanel {
	float: right; 
	width: 350px;
	background-color: #f0f0ff;
	color: black;
	padding: 10px;
	margin: 10px;
	table-layout: fixed;
}
.DonationPanel a,
.DonationPanel a:link,
.DonationPanel a:visited
{
	color: black;
}

.footer
{
	text-align: center;
	font-size: 0.9em;
	border-top: groove 3px;
}

.UptimeReport
{
	float: right; 
	width: 350px;
	background-color: #f0f0ff;
	color: black;
	padding: 10px;
	margin: 10px;
	table-layout: fixed;
}
