body {
	margin: 0px;
	padding: 0px 50px 0px 0px;
	background-color: #0F2554;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #FFFFCC;
}
a:visited {
	text-decoration: none;
	color: #FFCC99;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: underline;
}
.Content {
	padding-left: -356px;
	left: 50%;
}
.Footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
.Footer:link{
	text-decoration: none;
	color: #000000;

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFCC;
}
.PermissionsBox {
	border: 2px solid #FFFFCC;
	padding: 4px;
}
.Purple {
	background-color: #333399;
}
