body {
	background-color:#808080;
}
.page {
	width					: 600px;
	background-color	: #0080c0;
	padding-right		: 10px;
	padding-left			: 10px;
	padding-top			: 5px;
	padding-bottom	: 10px;
	font-family	 		: arial, verdana, helvetica, sans-serif;
	font-size				: 12px;
	font-weight			: normal;
	text-decoration	: none;
	border				: none;
	}
.toplink {
	padding-top			: 10px;
	padding-bottom	: 0px;
	width					: 600px;
	background-color : #0072a8;
	}
.navigation {
	width					: 600px;
	padding-top			: 2px;
	padding-bottom	: 2px;
	width					: 600px;
	color					: #ffffff;
	background-color : #400080;
	}
a:link.toplinks {
	font-family	 		: arial, verdana, helvetica, sans-serif;
	font-size				: 11px;
	font-weight			: normal;
	text-decoration	: none;
	color					: #ffffff;
	}
a:visited.toplinks {
	font-family	 		: arial, verdana, helvetica, sans-serif;
	font-size				: 11px;
	font-weight			: normal;
	text-decoration	: none;
	color					: #ffffff;
	}
a:hover.toplinks {
	font-family	 		: arial, verdana, helvetica, sans-serif;
	font-size				: 11px;
	font-weight			: normal;
	text-decoration	: underline;
	color					: #ff8000;
	}

a:link {
	font-family	 		: arial, verdana, helvetica, sans-serif;
	font-size				: 11px;
	font-weight			: normal;
	text-decoration	: none;
	color					: #ffffff;
	}
a:visited {
	font-family	 		: arial, verdana, helvetica, sans-serif;
	font-size				: 11px;
	font-weight			: normal;
	text-decoration	: none;
	color					: #ffffff;
	}
a:hover{
	font-family	 		: arial, verdana, helvetica, sans-serif;
	font-size				: 11px;
	font-weight			: normal;
	text-decoration	: underline;
	color					: #ff8000;
	}

.bodytext {
	font-family	 		: arial, verdana, helvetica, sans-serif;
	font-size				: 12px;
	color					: #000000;
	text-decoration	: none;
	}

.heading{
	font-family	 		: arial, verdana, helvetica, sans-serif;
	font-size				: 18px;
	color					: #000000;
	text-decoration	: none;
	font-weight			: bold;
	}		
