﻿BODY {
	background: #204068;
}
TABLE {
	COLOR: #FFFFFF;
	FONT: 12px arial, sans-serif, geneva, verdana;
	font-weight: bold;
}
a:link {
	color: #FFFFCE;
	text-decoration: none;
}
a:visited {
	color: #FFFFCE;
	text-decoration: none;
}
a:active {
	color: #CCFFCC;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#backgroundPic {
	background-position: left top;
	background-image: url('picts/intro-picture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
#MainTable {
	z-Index: 1;
	border: 0px;
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	min-height: 100%;
}
.img {
	border-style: none;
}


