/* -----------------------------------------------------
   Define the page body and layout table attributes
   ----------------------------------------------------- */
body {
	margin-top: 25px;
	margin-bottom: 10px;
	background-image: url(graphics/gsbkgrnd.jpg);
	color: #000000;
	background-color:#FFFFFF;
}

body, body div{
	text-align:center;
	color:#000000;
}
body,td,th {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
body div table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-collapse : collapse;
	table-layout : auto;
	width:740px;
}
body div table tr td, body div table tr th {
	margin:0 auto;
	padding:0 2px;
	vertical-align:middle;
}
strong {
	color:#000000;
  	background-color : inherit;
}

/* -----------------------------------------------------
   Set link attributes
   ----------------------------------------------------- */
a:link {
	color: #009999;
	background-color : inherit;
	font-weight: bold;
  }
a:active {
	color:#009999;
	background-color : inherit;
	font-weight: bold;
  }
a:visited {
	color: #009999;
	background-color : inherit;
	font-weight: bold;
  }
a:hover {
	color:#006666;
	cursor:pointer;
	font-weight: bold;
	text-decoration: underline overline;
  }
a.more-pages {
	padding-right: 2px;
	padding-left: 2px;
} 
 
/* -----------------------------------------------------
   Align horizontally
   ----------------------------------------------------- */
td.align-right {
	text-align:right;
}
td.align-center {
	text-align:center; 
	margin-left:auto;
	margin-right:auto;
}
td.align-left {
	text-align:left;
}
td.align-justify {
	text-align : justify;
}

/* -----------------------------------------------------
   Align vertically
   ----------------------------------------------------- */
td.valign-top {
	vertical-align:top;
}
/* This isn't needed - it's the default
td.valign-middle {
	vertical-align:middle;
} */
td.valign-bottom {
	vertical-align:bottom;
}
.pad-image {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

.smallfont {
	font-size:10px;
	color: #000000;
	background-color : inherit;
	font-weight: bold;
}
.float-right {
	float:right;
	margin-right: 20px;
	margin-left: 5px;
}

.float-left {
	float:left;
	margin-right: 10px;
	margin-left: 5px;
}
.pad-cell {
	padding-right: 5px;
}
.cell-fill-menu {
	background-color: #000000;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	font-family: Tahoma, Arial, sans-serif;
}
.smallfont-titles {
	font-size:10px;
	color: #000000;
	background-color : inherit;
}
.large-font {
	font-size:16px;
	color: #333333;
	background-color : inherit;
	font-weight: bold;
	line-height: 17px;
}
.menu-buttons {
	padding: 0px;
	margin-right: 30px;
	margin-left: 30px;
}
.highlight {
	color: #006666;
	font-weight: bold;
}
.ad-title {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}
.cell20 {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
.cell20-just {
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}
.sold-highlight {

	font-size: 18px;
	color: #990000;
	font-weight: bold;
	line-height: 20px;
}
.shaded-highlight {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: underline overline;
	background-color: #D3FEED;
}
.highlight2 {

	color: #009999;
	font-weight: bold;
}
