body {
	margin:0px; padding:0px;
	text-align:center;
}
a:active {
	color: #A52A2A;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #A52A2A;
}
h1, div, table, td, th {
   font-family:verdana; /*Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
p {
   font-family:verdana; /*Arial, Helvetica, sans-serif;*/
	line-height: 18px;  
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding: 0px,10px,0px,10px;
}
.border {
  border-left:1px solid #A9A9A9;
  border-right:1px solid #A9A9A9;
  border-bottom: 1px solid #A9A9A9;
  padding: 0px;
  width: 799px;
  margin:0px auto;
  text-align:left;
}  

.floatright{
  float: right;
  padding: 0px,10px,0px,0px;
  font-weight: bold;
}
.footer{
  border-top:1px solid #A9A9A9;
  text-align:center;
  width: 799px;
  padding: 5px,0px,5px,0px;
}
hr {
	height: 1px;
	width: 799px;
	color: #A9A9A9;
}
.header{
  border-bottom:1px solid #A9A9A9;
  text-align:center;
  width: 799px;
  padding: 0px,0px,0px,0px;
}
.imgfloatright{
  float: right;
  padding: 20px,30px,10px,10px;
}

ul{
	font-family:verdana; /*Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.floatrightbutton{
  float: right;
  padding: 5px,5px,5px,5px;
  font-weight: bold;
  border-left: 1px solid #A9A9A9;
  display: block;
  }
.floatrightbuttonbase{
  float: right;
  padding: 5px,5px,5px,5px;
  font-weight: bold;
  border: 1px solid #A9A9A9;
  display: block;
  }
.floatleft{
  float: left;
  padding: 5px,5px,5px,15px; 
  font-weight: bold;
  display: block;
}