/**************************** HTML Tag Styles ******************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#CCCCCC;
	font-size: 12px;
	margin:0px auto;
	padding:0px;
	width:728px;
}

table {
	font-family:Arial, Helvetica, sans-serif;
}

td {
	font-family:Arial, Helvetica, sans-serif;
}

/**************************** Header Styles ******************************/
#header {
	background-color:#84B839;
}

#header .title {
	text-align:left;
	padding:5px 0px 5px 15px; 
	font-size:30px; 
	color:#FFF;
}

#header .title a { 
	color:#FFF;
	font-weight:bold; 
	text-decoration:none; 
}

#header .forsale a {
	color:#FFF;
	text-decoration:underline;
	
}

#hdrSearch {
	text-align:right;
	padding:5px 15px 5px 0px;
	font-weight:bold; 
	font-size:12px; 
	color:#FFF;
}

#hdrSearch input { 
	font-size:10px; 
}

#hdrRelated {
	padding:5px 10px 5px 10px;
	overflow: hidden;
	height:14px; 
	border-top:1px solid #FFF; 
	border-bottom:1px solid #FFF;
	color:#FFF; 
	font-size:12px;
}

#hdrRelated ul { 
	margin:0px;
	list-style-type: none; 
	padding-left: 1em;
	text-indent: 0em;
}

#hdrRelated li { 
	margin:0px; 
	padding:0px; 
	height: 18px; 
	display:block; 
	float: left; 
}

.hdrRelLink1 a {
	padding:0px 10px 0px 0px; 
	text-decoration:none; 
	font-weight:bold; 
	font-size:12px; 
	color:#FFF; 
}

.hdrRelLink1 a:hover {
	text-decoration:underline;
}

.hdrRelLink2 a {
	padding:0px 10px 0px 10px;
	text-decoration:none; 
	font-weight:bold; 
	font-size:12px; 
	color:#FFF; 
	border-left:1px solid #FFF; 
}

.hdrRelLink2 a:hover {
	text-decoration:underline;
}

.main_left {
	background      : #FFF;
	font-size	: 16px;
	width           : 500px;
	height          : 300px;
	margin          : 5px;

	text-align      : left;
}
.main_left a {
	font      	: 18px arial;
	font-weight     : bold;
	color           : #4fe80b;
	text-decoration : none;
	padding-bottom  : 5px;
}

.main_left a:hover {
	text-decoration : underline;
	color           : #954BD4;
}

.main_left p {
	background:#ffffff;
	padding:4px 0px 3px 4px;
	margin:0px 1px;
	font-size:12px;
	color:#000;
}

.main_left h2 {
	color           : orange;
	font-size       : 16px;
	padding		: 0px 0px 0px 0px;
	margin		: 0px;
}

.main_center {
	vertical-align	: top;
	background      : #FFF;
	text-align      : left;
	font-size	: 16px;
	margin-left	: 5px;
	margin-right	: 10px;
	width           : 230px;
	height          : auto;

}
.main_center h2 {
	color           : orange;
	font-size       : 16px;
}
.main_center a {
	font-size       : 16px;
	font-weight     : bold;
	color           : #954BD4;
	text-decoration : none;
	display         : block;
	padding-bottom  : 5px;	
	text-align	: left;
	margin-left	: 15px;	
}
.main_center img {
	border 		: 0px;
	color		: white;
	padding-right	: 10px;
}
.main_center a:hover {
	text-decoration : underline;
	color           : red;
}

.carriers {
	vertical-align	: top;
	background      : #FFF;
	text-align      : center;
	width           : 728px;
	height          : auto;
}

.carriers h2 {
	color           : red;
	font-size       : 16px;
}

.carriers a {
	font-size       : 16px;
	font-weight     : bold;
	color           : #954BD4;
	text-decoration : none;
	padding-bottom  : 5px;	
	text-align	: center;
	margin-left	: 15px;	
}

.carriers a:hover {
	text-decoration : underline;
	color           : red;
}

/**************************** Body Styles ******************************/
a.URLtop {
	color:#00E;
	text-decoration:underline;
}

a.URLbottom { 
	color:#008000;
	text-decoration:none;
}

a.URLtext { 
	text-decoration:none;
	color:#000;
}

#relRow {
	background:#FFF;
	padding:0px;
}

#userContent {
	background:#FFF;
	padding:5px 5px 5px 5px;
}

#userContent p{
	background:#FFF;
}

#relWrapper {
	float:left;
    padding: 0px;
    border: 0px; 
	width:365px; 
	margin:0px;
} 

.content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #999;
}

.relHdr {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	padding:4px;
	background:#84B839;
}

.relHdr a{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

.relBottom1 {
    margin: 0px; 
	padding: 0px; 
	border: 0px;
	background:#84B839;
    clear: both;
    font-size: 3px; 
	line-height: 3px;
}

.borderTL, .borderTR, .borderBL, .borderBR {
    width: 4px; 
	height: 4px;
    padding: 0px; 
	border: 0px;
    z-index: 99;
}

.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -4px 0px 0px 0px; }
.borderBR { margin: -4px 0px 0px 0px; }
   
.borderTL {
    margin-left: -4px;
    margin-left: -1px;
}

.borderTR {
    margin-right: -4px;
    margin-right: -1px;
}

.borderBL {
    margin-left: -3px;
    margin-left: 0px;
}

.borderBR {
    margin-right: -3px;
    margin-right: 0px;
}

.relContent { 
	background:#FFF; 
}

.relContent a {
	color:#000000;
	font-size:12px;
}

.relContent a:hover {
	color:#84B839;
}

.relContent p {
	background:#ffffff;
	padding:4px 0px 3px 4px;
	margin:0px 1px;
	font-size:12px;
	color:#000;
}

#catWrapper {
    padding: 0px;
    border: 0px;
	margin:0px;
} 

.catHdr1 {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	padding:4px;
	background:#09C;
}

.catHdr2 {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	padding:4px;
	background:#F66;
}

.catHdr3 {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	padding:4px;
	background:#84B839;
}

.catHdr1 a{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

.catHdr2 a{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

.catHdr3 a{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

.catBottom1 {
    margin: 0px; 
	padding: 0px; 
	border: 0px;
	background:#09C;
    clear: both;
    font-size: 3px; 
	line-height: 3px;
}

.catBottom2 {
    margin: 0px; 
	padding: 0px; 
	border: 0px;
	background:#F66;
    clear: both;
    font-size: 3px; 
	line-height: 3px;
}

.catBottom3 {
    margin: 0px; 
	padding: 0px; 
	border: 0px;
	background:#84B839;
   	clear: both;
    	font-size: 3px; 
	line-height: 3px;
}

.catContent {
	font-size:12px;
	color:#000;
	display:block; 
	background:#FFF;
	text-align:left;
}

.catContent a {
	color:#000;
}

.catContent p {
	padding:2px 0px 2px 0px;
	margin:0px 12px;
}

.tbback {
	width:728px;
	background-color:#FFFFFF;
        text-align="center";
}

#results {
	margin:20px 0px 10px 0px; 
	background-color:#FFFFFF; 
}

#results p { 
	margin:5px 0px 10px 0px; 
	padding:0px 15px 0px 15px;  
	width:450px; 
}

.URLtop {
	font-weight: normal;
	font-size: 12pt;
	text-decoration:underline;
}

.URLbottom { 
	color:#008000; 
	text-decoration:none; 
}

.URLtext { 
	text-decoration:none;
	color:#000;
}

#next { 
	margin:0px; 
	padding:12px 0px 12px 0px; 
	text-align:center;
}

#next a { 
	font-weight:bold; 
	font-size:13px; 
}

#next a:visited {
	color:#00E;
}

#related {
	background:#638AB3;
}

#related a {
	color:#000;
	font-size:13px;
}

#related .relHeader {
	padding:4px;
	font-size:16px;
	color:#000;
	font-weight:bold;
}


#copyright {
	padding:10px 0px 0px 0px;
	text-align:center;
	font-size:10px;
}

#copyright a {
	color:#000;
	text-decoration:none;
}