body{
	background-color:#bfd8d8;
	margin-top: 20px;
	margin-bottom: 15px;
	background-image: url(graphics/bg-gradient1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
}
body div{
	text-align:center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #CCCCCC;
	text-align: left;
}
body div table {
	border-collapse : collapse;
	table-layout : auto;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
body div table tr td, body div table tr th {
	margin:0;
	padding:0;
	vertical-align:top;
}
strong {
	color:#706363;
  	background-color : inherit;
}
/* -----------------------------------------------------
   Set link attributes
   ----------------------------------------------------- */
a:link {
	color: #FF8A8A;
	background-color : inherit;
	text-decoration: none;
  }
a:active {
	color:#FF8A8A;
	background-color : inherit;
	text-decoration: none;
  }
a:visited {
	color: #FF8A8A;
	background-color : inherit;
	text-decoration: none;
  }
a:hover {
	color:#CC3300;
	cursor:pointer;
	text-decoration: underline overline;
  }
a.more-pages {
	padding-right: 2px;
	padding-left: 2px;
}
.page-bottom a:link {
	color:#669999;
	background-color : inherit;
	text-decoration: none;
	font-size: 10px;
  }
.page-bottom a:active {
	color:#669999;
	background-color : inherit;
	text-decoration: none;
	font-size: 10px;
  }
.page-bottom a:visited {
	color:#669999;
	background-color : inherit;
	text-decoration: none;
	font-size: 10px;
  }
.page-bottom a:hover {
	color:#CCCCFF;
	cursor:pointer;
	text-decoration: underline overline;
	font-size: 10px;
	background-color: #666666;
  } 
.float-right {
	float:right;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.float-left {
	float:left;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
td.top {
	background-color:#FFFFFF;
	color:#999999;
	height: 110px;
	width: 900px;
	padding: 0px;
	margin: 0px;
	border: 3px solid #CCCCCC;
}
td.main-center {
	background-color:#000000;
	text-align: left;
	margin: 0px;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-style: none;
}
td.bottom {
	background-color:#000000;
	margin: 0px;
	border-bottom-style: solid;
	font-size: 10px;
	text-align: left;
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	vertical-align: middle;
}

