body{
	background-color: #F8ECE0;
	background-image:url('BREUDSbg.jpg');
	background-repeat:repeat-x;
	font-family: Arial;
	font-size: 16px;
	margin: 0px;
	padding: 15px;
}

a:link { color: black}
a:visited { color: black}
a:hover { color: blue }


p#topperwp{
	background-color: #000000;
	font-family: Arial;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

table#topperwp{
  font-family: Arial;
  font-size: 16px;
  color: #0B3861;
  background-color: #87AEC5;
}

td#topperwp{
    border-bottom-width: 2px;
	border-top-color: #87AEC5;
	border-right-color: #87AEC5;
	border-bottom-color: #87AEC5;
	border-left-color: #87AEC5;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 10px;
	border-left-width: 10px;
}

a#topperwp {
	font: 14px Arial;
	color: #0B3861;
	line-height: 16px;
	letter-spacing: 0em;
	text-decoration: none;
	display:block;
	padding:4px 4px 4px 4px;
	background-position: 12px 45%;
	border: 1px outset #3399FF;
    border-radius: 6px; 
	}
	
a:hover#topperwp {
	border: 1px inset #0099FF;
	background-position: 12px 45%;
	background-color: #3399FF;
}



