a.bodysmall:link { color: #0000FF; font-size: 11px; font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif; font-style : normal; font-weight: normal; text-decoration: none; }
a.bodysmall:visited { color: #0000FF; font-size: 11px;  font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif; font-style : normal; font-weight: normal; text-decoration: none; }
a.bodysmall:active { color: #0000FF; font-size: 11px; font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif; font-style : normal; font-weight: normal; text-decoration: none; }
a.bodysmall:hover { color: #000066; font-size: 11px; font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif; font-style : normal; font-weight: normal; text-decoration: none; }

/* ======================================================= BEGIN MAIN LINK ==================================== */

a.bodylink:link {
	color: #0f531f; 
	font-size: 12px; 
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif; 
	font-style : normal;
	font-weight: normal;
	text-decoration: none; 
}

a.bodylink:visited { 
	color: #0f531f;
	font-size: 12px;  
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-style : normal;
	font-weight: normal;
	text-decoration: none;
}
	
a.bodylink:active { 
	color: #0f531f;
	font-size: 12px;
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-style : normal;
	font-weight: normal;
	text-decoration: none;
}

a.bodylink:hover { 
	color: #03210a;
	font-size: 12px;
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-style : normal;
	font-weight: normal;
	text-decoration: none; }

/* ===================================================== Main Link ============================================= */

b { font-weight: bold }

img{
border: none;
}

hr {
height: 1px;
border-bottom: none;
}

/* ===========================================  BEGIN BODY AND TABLE SYTLES ================================== */

body {
	text-align: center;
	font-family : Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
font-size : 11px;
letter-spacing : 0px;
font-weight : normal;
font-variant : normal;
font-style : normal;
line-height: 16px;
text-decoration : none;
color : #333333;
}

td {
font-family : Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
font-size : 11px;
letter-spacing : 0px;
font-weight : normal;
font-variant : normal;
font-style : normal;
line-height: 16px;
text-decoration : none;
color : #333333;
}

th {
font-family : Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
font-size : 13px;
letter-spacing : 0px;
font-weight : normal;
font-variant : normal;
font-style : normal;
line-height: 16px;
text-decoration : none;
text-align: left;
color : #333333;
}

/* ===========================================  END BODY AND TABLE SYTLES ================================== */



/* ===========================================  BEGIN FONT STYLES ========================================= */

.normal {
	font-family : Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	letter-spacing : 0px;
	font-weight : normal;
	font-variant : normal;
	font-style : normal;
	line-height: 18px;
	text-decoration : none;
	color : #000000;
}

.headline {
	font-family : Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size : 15px;
	letter-spacing : 0px;
	font-weight : bold;
	font-variant : normal;
	font-style : normal;
	line-height: 22px;
	text-decoration : none;
	color : #000;
}

/* ===========================================  END FONT STYLES ========================================= */



/* ========================================= BEGIN SECTION ELEMENTS ================================== */

#borderbox {
border: 1px solid #CCCCCC;
width: 800px;
background-color: #FFFFFF;
margin-right: auto;
margin-left: auto;
margin: 0 auto;
}

.maincontent {
border: 0px solid #CCCCCC;
width: 740px;
margin: 10px 0px 10px 0px;
text-align: justify;
}

.linksection {
border: 0px solid #CCCCCC;
width: 300px;
margin: 10px 0px 10px 0px;
text-align: justify;
}





.contentline {
 border-bottom: 1px solid #CCCCCC;
 width: 740px;
 text-align: center;
 margin: 10px 0px 10px 0px;
}

/* ========================================= END SECTION ELEMENTS ================================== */




/* ========================================= BEGIN FLOATING PIC STYLES ========================= */

.pic {
float: right;
padding: 0px 0px 0px 10px;

}

.picleft {
float: left;
padding: 0px 10px 0px 0px;

}

/* ========================================= END FLOATING PIC STYLES ========================= */



.rightwords {
text-align: right;
margin-right: 200px;

}

.leftwords {
float: left;
margin-left: 10px;
border: 0px solid #CCCCCC;

}



INPUT, TEXTAREA, SELECT, OPTION, RADIO{
	font-family: Lucida Grande, Verdana, "MS Serif", "New York", serif;
	padding: 3px;
	font-size: 13px;
	color: #666666;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

#listings {
	/* border-collapse: collapse; */
	border: 0px solid #000000;
	font: arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
	}
	
	#listings td {
		border: 0px solid #e5e5e5;
		padding: 0.5em;
		margin: 2px;
		background: #F6F6F6;
	}

	#listings th {
		border: 0px solid #e5e5e5;
		padding: 0.5em;
		margin: 2px;
		background: #f2f1dc;
		text-align: center;
	}


