/* CSS Document */

html, body, #contents {
	min-height: 100%;	
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0; 
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

html>body, html>body #contents {
	height: auto;
}

#main {
	min-height: 100%;
	height: auto;
}

#contents {
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.main_text {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

.menu_text {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
}

.menu_text a:link {
	text-decoration: none;
	color: #000000;
}
.menu_text a:visited {
	text-decoration: none;
	color: #000000;
}
.menu_text a:hover {
	text-decoration: underline;
	color: #FF9900;
}

.header_nav {
	font-family: Verdana;
	font-size: 11px;
	color: #3466DE;	
}

.header_nav a:link {
	text-decoration: none;
	color: #3466DE;
}
.header_nav a:visited {
	text-decoration: none;
	color: #3466DE;
}
.header_nav a:hover {
	text-decoration: underline;
	color: #3466DE;
}

.title_text {
	color: #D70000;
}a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
