body {
	margin:0;
	padding:0;
	font: 12px Arial;
	}
a:link {
	color: #0000FF; 
	text-decoration: none;
	}
a:active {
	color: #A64DFF; 
	text-decoration: underline;
	}
a:visited {
	color:#0000FF; 
	text-decoration: none;
	}
a:hover {
	color: #A64DFF; 
	text-decoration: underline;
	}
a.footer:link {
	color: #0000FF; 
	text-decoration: underline;
	}
a.footer:active {
	color: #A64DFF; 
	text-decoration: underline;
	}
a.footer:visited {
	color:#0000FF; 
	text-decoration: underline;
	}
a.footer:hover {
	color: #A64DFF; 
	text-decoration: underline;
	}
div.body {
	margin-left:10px;
	margin-right:10px;
	}
div.footer {
	 border-top:2px solid #A64DFF;
	 }
p.first {
	font: bold 14px Arial;
	text-align: center;
	}
p.second {
	margin:5px; 
	text-indent:85px;
	}
p.third {
	font: bold 16px Arial;
	text-align:center;
	}
p.footer {
	margin-left:10px; 
	margin-right:10px; 
	margin-top:10px; 
	margin-bottom:10px;
	font: bold 11px Verdana;
	}
#tabs {
  float:left;
  width:100%;
  background:#cccccc;
  font: bold 11px/1.5em Verdana;      
  line-height:normal;
  border-bottom:1px solid #666;
  }
#tabs ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:right;
  background:url("../images/nav/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabs a span {
  float:right;
  display:block;
  background:url("../images/nav/tabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#FFF;
  }
#tabs a:hover {
  background-position:0% -42px;
  }
#tabs a:hover span {
  background-position:100% -42px;
  }