* {
	margin:0;
}
html {
	position: relative;
    min-height: 100%;
}
body
{
	margin: 0 0 40px; /* bottom = footer height */
	height:100%;
	min-height:100%;
	font:13px/1.5 Helvetica, Arial, sans-serif;
}

a, table a{
	text-decoration:none;
	color:#06C;
}

a:hover, table a:hover{
	text-decoration:underline;
}

.article{
	width:600px;
}
.article p, .article span{
	text-align:justify;
	text-indent:30px;
	padding-top:20px;
}
.noimg {text-align:justify;}
.noimg img{display:none;}
.vmenu {
	width:185px;
	margin:0;
}
.vmenu a{
	display:block;
	padding: 4px;
	border:#999 solid 1px;
	text-decoration: none;
	color:#000;
	background-color: #005555;
}
.vmenu a:visited{
	color:#000;
}
.vmenu a:hover{
	color:#000;
	background-color: #5FD367;
}
.hmenu {
	width:840px;
	margin:0;
	padding:0;
	display:block;
}
.hmenu a {
	background-image:url(i/menu.gif);
	display:block;
	width:200px;
	height:26px;
	text-align:center;
	padding: 4px;
	border-left:#777 solid 1px;
	border-right:#000 solid 1px;
	text-decoration: none;
	background-color: #222222;
	color:#999;
	float: left;
	font-weight:bold;
}
.hmenu a:visited{
	color:#999999;
}
.hmenu a:hover{
	color:#FFF;
	background-color: #000;
	background-image:none;
}
#bb {
	margin:0;
    width: 100%;
    height: 16px;
    background-color: #000;
	border-bottom: #333 solid 1px;
}
.footer {
	position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height:40px;
  padding: 1rem;
  background-color: #CCC;
  color:#666;
  text-align: center;
}
.footer a {
	margin-left:20px;
}