/* Miscellaneous */
body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -10px;
}

table {
	padding: 0px;
	margin-top: -10px;
}

/* Control link colors - */
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/* Text - */

.bodyBig {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: #FFFFFF;
	line-height: 26pt;
	margin-left: 40px;
}
.bodyMedium {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	line-height: 18pt;
	margin-left: 40px;
}
.bodySmall {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	line-height: 10pt;
	margin-left: 40px;
}
