@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Century Gothic, Verdana;
	font-size: 10pt;
	color: #000000;
	text-align:left; 
	
}
body { background:#FFFFFF; margin-top: 0px }
a:link 		{ color: #3366CC }
a:visited 	{ color: #3366CC }
a:hover 	{ color: #0000FF }
a:active 	{ color: #3366CC }
a			{ color: #3366CC }

.contentTable {
	position:absolute; top:-60; background-position-y:50%
	
}

.centerblockabsolute {
  position: absolute;
  width: 975px;
  height: 350px;
  left: 50%;
  top: 400px;
  margin-left: -485px;
  margin-top: -170px;
}


.bodylink a:link {
	color: #3C6#69;
	text-decoration: none;
	font-weight: bold;
}
.bodylink a:visited {
	color: #3C6#69;
	text-decoration: none;
	font-weight: bold;
}
.bodylink a:hover {
	color: #808000;
	text-decoration: underline;
	font-weight: bold
}
.bodylink a:active {
	color: #3C6#69;
	text-decoration: none;
	font-weight: bold;
}
.borderTable {
	background-image: url(images/background-shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}
.footerTable {
	background-image: url(images/background-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
}
.footerTable a:link {
	color: #000000;
	text-decoration: none;
}
.footerTable a:visited {
	color: #000000;
	text-decoration: none;
}
.footerTable a:hover {
	color: #660066;
	text-decoration: none;
}
.footerTable a:active {
	color: #000000;
	text-decoration: none;
}
