/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	background-image: url(../image/enterback.png);
	background-repeat: repeat;
}

.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 50px;
}
.textsize {
	width: 98%;
	text-align: right;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
}
.textsmall {
	color: #333333;
	background-color: #CCCCCC;
	padding-right: 5px;
	margin-right: 10px;
	padding-left: 5px;
	font-weight: bold;
}
.textbig {
	color: #333333;
	background-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 1.2em;
}
.helplink {
	margin-right: 10px;
}
.helplink a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.helplink a:active {
	color: #333333;
	background-color: #dddddd;
}
.helplink a:hover {
	color: #333333;
	background-color: #dddddd;
}
.helplink a:focus {
	color: #333333;
	background-color: #dddddd;
}
.helplink a:visited {
	color: #666666;
}
.header {
	width: 500px;
	height: 110px;
	float: left;
}
.hidden {
	float: left;
	width: 150px;
	visibility: hidden;
}
.maincontent {
	width: 100%;
	font-size: 1.5em;
	line-height: 1.1em;
	text-align: justify;
	clear: left;
}
.darkgrey {
	color: #333333;
}
.middarkgrey {
	color: #4B4B4B;
}
.middarkgrey2 {
	color: #666666;
}
.middarkgrey3 {
	color: #7D7D7D;
}
.midlightgrey {
	color: #999999;
}
.midlightgrey2 {
color: #B9B9B9;
}
.midlightgrey3 {
color: #CCCCCC;
}
.midlightgrey4 {
	color: #CCCCCC;
}
.lightgrey {
	color: #E5E5E5;
}
.enter {
	float: right;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 25px;
	background-image: url(../image/arrow.gif);
	background-position: right 16px;
	display: block;
}
.enter a {
	color: #333333;
	text-decoration: none;
	background-repeat: no-repeat;
	width: 250px;
	padding-left: 25px;
	font-size: 2.5em;
	display: block;
	padding-right: 60px;
	text-align: right;
	float: right;
}
.enter a:active {
	color: #000000;
	text-decoration: underline;
}
.enter a:hover {
	color: #000000;
	text-decoration: underline;
}
.enter a:focus {
	color: #000000;
	text-decoration: underline;
}
.enter a:visited {
	color: #333333;
}
.footer {
	width: 100%;
	font-size: 1em;
	color: #666666;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	margin-top: 20px;
	float: right;
}
.footer a{
	font-size: 80%;
	color: #666666;
	text-decoration: none;
}
.footer a:active {
	color: #000000;
}
.footer a:focus {
	color: #000000;
}
.footer a:hover {
	color: #000000;
}
.larger {
	font-size: 1em;
}
.clearer {
	clear: right;
}

