/* Style for the start page */

body.start {
	font: 80% verdana, arial, helvetica, sans-serif;
	text-align: center; /* for IE */
}

img {
	border: 0;
}

a:link {
	color: #999999;
}

a:visited {
	color: #777777;
}

#startScreen {
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	position: absolute;
	display: table;
}

.startScreenPara {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#startHeadline, #startLinks {
	font-size: 7pt;
	font-weight: normal;
}


/* Style for the bottom stuff. */

body.bottom {
	margin: 5px 5px 5px 40px;
	background-color: #FFFFFF;
}

body.bottom a:link {
	color: #999999;
}

body.bottom a:visited {
	color: #000000;
}

.bottomtext {
	color: #555555;
	font: 65% verdana, arial, helvetica, sans-serif;
}

.bottomgoldtext {
	color: #8D7A4D;
	font: 65% verdana, arial, helvetica, sans-serif;
}

.goldtext {
	color: #8D7A4D;
}

