body { 
  background: white url("/images/background.png");
  background-repeat:no-repeat;
  background-position: center;
  background-position: top;
}

a:link {color: #0055A4; text-decoration: underline; }
a:active {color: #00A651; text-decoration: underline; }
a:visited {color: #0055A4; text-decoration: underline; }
a:hover {color: #00A651; text-decoration: none; }

#contentarea {
	padding:0px 0px 0px 10px; 
	text-align:left;
	vertical-align:top;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
