body
	{
	background: #c0c0c0;
	}
img
	{
	border: 0;
	}
span.bold
	{
	font-weight: bold;
	}
span.italic
	{
	font-style: italic;
	}
.wrap
	{
	width: 750px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #000000;
	}
.nav
	{
	width: 750px;
	background: #000066;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 15px 0px 15px 0px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	}
.nav a
	{
	text-decoration: none;
	color: #fff;
	}
.nav a:hover
	{
	text-decoration: underline;
	}
.center
	{
	text-align: center;
	}
.content
	{
	padding: 0px 25px 0px 25px;
	}
.content a
	{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	}
.content a:hover
	{
	text-decoration: underline;
	}
.footer
	{
	width: 750px;
	background: #000066;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	}
.footer p
	{
	margin: 0;
	padding: 7px 0px 7px 0px;
	}
.footer a
	{
	text-decoration: none;
	color: #fff;
	}
.footer a:hover
	{
	text-decoration: underline;
	}