body {
	font-size: 14px;
}

.maintable {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.logoblock {
	height: 50px;
}

.topblock {
	height: 20px;
	border: 1px solid black;
	margin-left: 2px;
	margin-right: 2px;
	text-align: right;
}
.bottomblock {
	height: 20px;
	border: 1px solid black;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	font-size: 10px;
}



/* Size menu box */
.sidemenu {
	width: 100px;
}
/* Align all menu items center */
.menu {
	text-align: center;
	border: 1px solid black;
}
/* This is the actual item */
.menu div {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: #eeeeee;
	border-bottom: 1px solid black;
}
/* This is the link */
.menu a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.menu a:hover {
	text-decoration: none;
	background: #aaaaaa;
	color: #ffffff;
}


/* Margin on both sides of content so it doesn't hit borders */
.content {
	margin-left: 10px;
	margin-right: 20px;
}

.entrytable {
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
}
.entrytablel {
	margin-right: auto;
}
.entrytabletitle {
	font-weight: bold;
	text-align: right;
	background: #eeeeee;
	border: 1px solid black;
}
.entrytable td {
	padding-left: 4px;
	padding-right: 4px;
}


.resulttable {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.resulttabletitle {
	font-weight: bold;
	background: #eeeeee;
}
.resulttabletitle td {
	border: 1px solid black;
	text-align: center;
}



/* Varous text nicities */
ul {
	margin-left: 15px;
	list-style: circle;
}

.title {
	text-decoration: underline;
	font-weight: bold;
}

.bigger {
	font-size: larger;
	font-weight: bold;
}

.quoted {
	font-family: monospace;
}


.boldtext {
	font-weight: bold;
	display: inline;
}

.textcenter {
	text-align: center;
}

.legal {
	text-align: justify;
}

.required {
	font-weight: bold;
	color: #cc3300;
}

.notice {
	display: block;
	border: 1px solid black;
	text-align: center;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background: #99FF99;
}

.warning {
	display: block;
	border: 1px solid black;
	text-align: center;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background: #FFCC66;
}

/* other */
.block {
	border: 1px solid black;
}

.blockcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.margincenter {
	margin-left: auto;
	margin-right: auto;
}

.searchbox {
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.searchbox table {
	width: 95%;
}


.pagetitle {
	display: block;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background-color: #eeeeee;
}


