img
	{
	border-style: none;
	}
h1,h2,h3,h4,h5,h6
	{
	font-family: Georgia, Times New Roman, Times, serif;
	text-align:center;
	}
body
	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:14px;
	background-color: #EEEEEE;
	}
a
	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #0000FF;
	text-decoration: none;
	}
a:hover
	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #0000C0;
	text-decoration: underline;
	}
a:visited
	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #0000FF;
	text-decoration: none;
	}
a:visited:hover
	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #0000C0;
	text-decoration: underline;
	}

#menu
	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 30px;
	background-color: #000000;
	}
#menu li
	{
	display: inline;
	padding: 0;
	margin: 0;
	}
#menu li a:link, #menu li a:visited
	{
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	width: 135px;
	padding: 2px 0px;
	margin: 0;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 14px;
	border-right: solid 1px #BBBBBB;
	border-bottom: solid 1px #DDDDDD;
	border-left: solid 1px #BBBBBB;
	border-top: solid 1px #BBBBBB;
	}
#menu li a#selected:link, #menu li a#selected:visited
	{
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #CCCCCC;
	}
#menu li a:hover 
	{
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #CCCCCC;
	}
#menu li a:active 
	{
	background-color: #FFFFFF;
	color: #CCCCCC;
	border-right: solid 1px #DDDDDD;
	}
