@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #676451;
}
.menuTable {
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.footerText {
	font-size: 9px
}

.baselineTable {
	bottom: 0px;
	vertical-align: baseline;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
}
.style1 {
	font-size: 10pt;
	font-weight: bold;
}
.style2 {
	font-size: 18px;
	font-style: italic;
}


.highlightTable {
	font-weight: lighter;
	color: #333333;
	background-color: #FFFFFF;
	padding: 4px;
	line-height: 20px;
}

