A.whitelink:link {
  color:#ffffff;
}

A.whitelink:hover {
  color:#ffffff;
}
A.whitelink:visited {
  color:#ffffff;
}

body {
	background-image: url(images/blue_grad_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #a7c0e4;
	margin:auto;
	padding: 0px;
  font-family: verdana, arial, helvetica;
  font-size: 11pt;
}


.red {
  color:red;
  text-align: center;
}

.blue {
  color:blue;
}

div#top_bar_bg {
  margin:0px;
	height: 25px;
  background-color: #003862;
	vertical-align: middle;
	text-align:right;
}

div#top_bar_wrapper {
	width:800px;
	margin:auto;
	vertical-align: middle;
	padding-top:4px;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	text-align:right;
}

div#header {
	width:800px;
	margin:auto;
}

table {
  text-align:left;
}

td#top {
  background-image: url(images/top_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}

td#middle {
  background-image: url(images/middle_bg.png);
  background-position: center center;
  background-repeat: repeat-y;
  padding: 45px;
  margin-top: 0px;
  padding-top: 0px;
}

td#bottom {
  background-image: url(images/bottom_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
}