BODY {
    scrollbar-3dlight-color: #efefef;
    scrollbar-arrow-color: #006000;
    scrollbar-base-color: #000000;
    scrollbar-track-color: #ccd7e3;
    scrollbar-darkshadow-color: #039000;
    scrollbar-face-color: #ccd7ea;
    scrollbar-highlight-color: #ececec;
    scrollbar-shadow-color: #000000;
}
.phonetop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.plaintext {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.emailsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.plaintextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.plaintextdark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
a:link {
	color: #6699CC;
	text-decoration: none;

}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0099CC;
	text-decoration: none;
}

/*
Classes used in DIV wrapped version of news feed
Copy and paste these classes into your own Cascading Style Sheet (CSS)
*/

/* table container for feed news */
.fd_bordertable { 
	background-color: #CCD7E3; 
	width: 152px;
}

/* table container for feed news */
.fd_maintable { border-width: 0; background: #CCD7E3;
}

/* header cell with feed title text and xml button */
.fd_header { 
	padding: 0px; 
	background: #CCD7E3; color: white; 
	text-align: left; vertical-align: top 
}

/* header title link (leading to rss) */
.fd_headerlink, .fd_headerlink:visited, .fd_headerlink:hover {
	font-family: "Times New Roman", Times, serif; font-size: 0px; 	
	color: white;	text-decoration: none;
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: #6699CC; text-decoration: none; }
.fd_itemlink:visited { color: #0099CC; text-decoration: none }
.fd_itemlink:hover { color: #0099FF; text-decoration: none }

/* item descriptions */
.fd_itemcell { 
	padding: 3px;
        spacing: 0px; 
	line-height: 16px; 
	background: #CCD7E3; 
	font-family: Arial, Helvetica, sans-serif; font-size: 10pt 
}

/* item post date */
.fd_postdate { 
	color: #666666;	font-style: italic;	
}
.smalllinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.plaintextboldgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #F5F5F5;
}
