a:link, a:visited, a:active{
	color: #000099;
	text-decoration: underline;
}
a:hover{
	color: #00CC00;
	text-decoration: underline;
}
body{
	font-family: verdana, arial, sans-serif;
	font-size: small;
}
#container{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#footer{
	padding: 10px;
	margin-top: 10px;
	border: #000000 1px solid;
	text-align: center;
}
#header{
	height: 200px;
	border: #000000 1px solid;
}
h1{
	margin: 0px;
	display: inline;
	font-size: 100%;
}
h1 a:link, h1 a:visited, h1:active, h1 a:hover{
	color: #000000;
	text-decoration: underline;
}
#logo{
	float: left;
	width: 201px;
}
#logo img{
	border-right: #000000 1px solid;
}
#main{
	clear: both;
	padding-top: 10px;
}
#menu{
	width: 397px;
	float: left;
	font-size: 175%;
}
#menu a{
	display: block;
	padding: 3px 3px 3px 10px;
}
#menu a:link, #menu a:visited, #menu a:active{
	color: #000000;
	text-decoration: none;
}
#menu a:hover{
	color: #000000;
	text-decoration: none;
	background: #EEEEEE;
}
#subfoot{
	text-align: center;
	padding: 10px;
}
#subfoot a:link, #subfoot a:visited, #subfoot a:active{
	color: #000000;
	text-decoration: underline;
}
#subfoot a:hover{
	color: #FFCC00;
	text-decoration: underline;
}
.tbl{
	background: #CCCCCC;
}
.tbl td{
	background: #FFFFFF;
}
.tbl th{
	background: #EEEEEE;
}