body {
  /*background:url(../img/pool_bg2.jpg) repeat-y center;*/
	background-color: #A7A7A7; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	text-align: justify; 
	border:0px; 
	padding:12px;
	margin:0;
}
p, td, table { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #000000; 
	text-align: justify; 
	margin: auto;
}
p {
  padding:0 5px 0 5px;}
img {
  border:0;
}
hr { 
	height: 1px; color: #000066; clear: both; 
}
th { 
	font-size: 12px; 
	font-weight: bold;
	border-bottom:1px #000000 solid; 
}
h1,h2, h3, h4 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #ib5790; 
	margin: 0em; 
	padding: 0em 0em 0.25em 0em; 
	text-align:center;}
h1 { 
	font-size: 22px; }
h2 { 
	font-size: 16px; }
h3 { 
	font-size: 14px; }
h4 { 
	font-size: 12px; }

a:link, a:visited { 
	color: #000099;
	text-decoration: underline;
}
a:active {  
	color: #FF0000; 
	text-decoration: none;
}
a:hover { 
	/*color: #FF0000;*/ 
	text-decoration: none;
}
.alignright {
	text-align:right;
	font-weight:bold;
	text-decoration:underline;
}
.right {
  text-align:right;
}
.center {
  text-align:center;
}
.odd {
	background-color: #ccc;
}
.second {
	background-color: #90EE90;
	border-bottom: 1px solid black;
}
.even {
	background-color:#FFFFFF;
}
.odd-right {
	background-color: #ccc;
	text-align:right;
}
.even-right {
	background-color:#FFFFFF;
	text-align:right;
}
.hidden {
  display:none;
  visibility:hidden;
  }
.visible {
  display:block;
  visibility:visible;
  }
.header {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
  font-size:20px; 
	color: #000066; 
	margin: 0em; 
	padding: 0em 0em 0.25em 0em; 
	text-align:left;
}
.bottom { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-align: center;
	clear: left; 
	z-index: 8; 
	bottom: 0px; 
	height: 54px; 
	margin-bottom: 12px; 
	width:100%; 
	margin: 0 auto;
}
/* VALID CSS TABS */
#tabs ul {
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
font: 12px Arial, Verdana, sans-serif;
font-weight: bold;
margin:auto;
background-color: #e96500;
}
#tabs a {
float:left;
text-decoration:none;
color:white;
background-color: #e96500;
padding:0.2em 0.6em;
border-right:1px solid white;
background-image:url(images/graphics/corner-6px.png);
background-position:inherit;
background-repeat:no-repeat;
margin-bottom:2px;
}
#tabs .right a {
border-right:1px solid #e96500;
}
#tabs a:hover {
background-color:#333333;
margin-top:2px;
margin-bottom:0px;
}
#tabs li {
display:inline;
}
#bottom a {
  color:#FFFFFF;
}