/* these are used by listings *//* header of listing */.row0 {	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size : 11px;	color : #000000;	background-color : Silver;	font-weight : bold;}/* odd lines - also title */.row1 {	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size : 11px;	color : Black;	background-color : #dfdfdf;/*	background-color : #fffBBf; */}/* even lines - also description */.row2 {	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size : 11px;	color : Black;	background-color : #EAEAEA;	border-bottom : 1px solid #0099cc/* 	background-color : #FFCC99; */;}/* blank row - optionally set the same as centerboxtext*/.rowblank {	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size : 11px;	color : Black;	background : transparent;}/* blank Blue - optionally set the same as centerboxtext*/.rowblue {    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;    font-size : 11px;    color : red;    background : #027DC2;}/* category row - optionally set the same as centerboxtext with a larger or bold font*/.rowgroup {	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size : 11px;	color : Black;	background : transparent;	font-weight : bold;}.rowpostedby {	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size : 11px;	color : #660099;	background-color : #999999;	border-bottom : 1px solid #0099cc;	border-top : 1px solid #0099cc;}.rowpostedbylink {	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	font-size : 11px;	color : #000000;	background-color : #999999;    text-decoration : none;}.rowpostedbylink:HOVER {    color : #000000;    text-decoration : underline;}