.homebg
{
	border-color: #999;
	border-width: 1px;
	border-style: solid;
}
body
{
	margin: 0px;
	color: #333;
	background: #FFF;
}
td, p
{
	background: #FFFFFF;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 0 10px 0 5px;
}
.greybg
{
	background: #006666;
	color: #FFF;
}

/* Listings page */
.boldlisting
{
	background: #FFFFFF;
	color: #006666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: bold;
}
.listing
{
	background: #FFFFFF;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: normal;
}
.pageheader
{
	color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	background-image: url(../images/pageheader.gif);
	vertical-align: middle;
}
.listitem { margin: 3px 20px 3px 10px; }
.nextlistitem
{
	margin: 0px 20px 0px 46px;
	line-height: 10px;
}
.firstline { margin: 25px 20px 10px 0; }
.underfirstline { margin: 0px 20px 5px 0; }
.smallprint
{
	background: #FFFFFF;
	color: #333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
	margin: 10px 20px 10px 0;
}

/* Home page */
.bannersubtitle
{
	background: #FFFFFF;
	color: #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	margin: 0px 20px 10px 20px;
}
.subtitle
{
	background: #FFFFFF;
	color: #006666;
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	line-height: 10px;
	font-weight: bold;
	margin: 5px 20px 8px 20px;
}
.hometext
{
	background: #FFFFFF;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin: 0px 20px 0px 20px;
}

/* Transactions Page */

.transactiontitle
{
	background: #FFFFFF;
	color: #006666;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	line-height: 10px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.addresses
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

/* About Us Page */

.bio { margin: 0 20px 0 0; }
.leftbio { margin: 0; }

/* Bottom on all pages */

.bottomnav
{
	background: #006666;
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 10px;
	text-align: center;
}
.copyright
{
	background: #FFFFFF;
	color: #666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-align: center;
}

a:link, a:active, a:visited
{
	background: #FFFFFF;
	color: #006666;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
	background: #FFFFFF;
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}

a.bottom:link, a.bottom:active, a.bottom:visited
{
	background: #006666;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

a.bottom:hover
{
	background: #006666;
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
}
