body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}
h1, h2, h3, h4, h5, h6 {
	color: #67AFD7;
	margin-top: 0px;
	padding-top: 0px;

}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
	padding-bottom: 5px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
a:link, a:visited, a:active {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #999999;
}
hr {
	height: 1px;
	border-top: 1px solid #C5C5C5;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px 0px 10px;
}


.table_main {
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.table_menu {
	color: #FFFFFF;
	background-color: #67AFD7;
	text-align: center;
	height: 20px;
}

.table_menu:link, .table_menu:visited, .table_menu:active  {
	color: #FFFFFF;
	background-color: #67AFD7;
	text-align: center;
	height: 20px;
	text-decoration: none;
}

.table_menu:hover  {
	color: #CCCCCC;
	background-color: #67AFD7;
	text-align: center;
	height: 20px;
	text-decoration: none;
}

.table_3col {
	text-align: left;
	vertical-align: top;
	padding: 20px;
}

.table_copyright {
                font-size: 9px;
                margin:	10px;
}


.navigation {
	padding: 0px;
	margin:	0px;
	height: 100%;
	text-decoration: none;
	width: 200px;
}

.navigation a,.navigation a:hover,.navigation a:visited {
	display: block;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background: #67AFD7;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
}

.navigation a:hover {
  padding: 4px;
  text-decoration: none; 
  color: #67afd7;
  background: #fff;
  border: 1px solid #67afd7;
}
.table_vertmenu {
	width: 200px;
	padding: 10px;
}
