BODY {
	BACKGROUND: #21415a
}

TABLE {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial,Helvetica,sans-serif
}
.dock {
	BACKGROUND: #ffffff
}
.current {
	FONT-SIZE: 12px; COLOR: #000000; LINE-HEIGHT: 14pt; FONT-FAMILY: Verdana, Arial,Helvetica,sans-serif; LETTER-SPACING: 0pt
}
.rock {
	FONT-SIZE: 11px; LINE-HEIGHT: 12pt; LETTER-SPACING: 0pt
}
.channel {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #63717b; FONT-FAMILY: Tahoma,Arial, sans-serif
}
.raft {
	FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial,Helvetica,sans-serif
}
.water {
	FONT-SIZE: 10px; BACKGROUND: #6d87a7; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial,Helvetica,sans-serif
}
.shore {
	FONT-FAMILY: Tahoma,Arial, sans-serif
}
.boat {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; BACKGROUND: #527194; COLOR: #ffffff; FONT-FAMILY: Tahoma,Arial, sans-serif; TEXT-DECORATION: none
}
.buoy {
	BACKGROUND: #6d87a7
}
A.boat:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.boat:unknown {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.boat:hover {
	COLOR: #c6cfd6; TEXT-DECORATION: underline
}
A.boat:active {
	COLOR: #c6cfd6; TEXT-DECORATION: none
}
.tide {
	FONT-SIZE: 12px; COLOR: #ffffff; LINE-HEIGHT: 14pt; FONT-FAMILY: Verdana, Arial,Helvetica,sans-serif; LETTER-SPACING: 0pt
}

/*
If you select the "Use my own CSS" option, you must copy and paste these classes into your CSS. Of course you can edit them as you like to customize the look and feel of your feedroll.
*/

/* border table for feed news */
.fd_bordertable { 
	background-color: white; 
	
	padding: 0; 
	width: 340px;
}

/* maintable table for feed news */
.fd_maintable { border-width: 0; background: white }

/* header cell with header text and xml button */
.fd_header { 
	padding: 5px; 
	background: #666666; color: white; 
	font-family: "arial, helvetica; font-size: 14px; font-weight: bold; 
	text-align: left; vertical-align: top 
}

/* item description area */
.fd_itemcell { 
	padding: 10px; 
	line-height: 16px; 
	background: #FAFAFA; color: black; 
	font-family: "arial, helvetica; font-size: 12px
	line-height: 2em; 
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: black; text-decoration: underline; line-height: 2em;}
.fd_itemlink:visited { color: black; text-decoration: underline; line-height: 2em; }
.fd_itemlink:hover { color: #a3224b; text-decoration: underline; line-height: 2em; }
