BODY {		FONT: 11px arial, verdana, sans-serif;
		scrollbar-base-color: #4C4C56;
		scrollbar-track-color: #000000;
		scrollbar-face-color: #1F3037;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #FFFFFF;
		scrollbar-darkshadow-color: #FFFFFF;
		scrollbar-shadow-color: #FFFFFF;
		scrollbar-arrow-color: #FFFFFF; }

a:link		{ color: #1492d4; text-decoration: none }

a:visited	{ color: #1492d4; text-decoration: none }

a:active	{ color: #FFFFFF; text-decoration: none }

a:hover		{ color: #ffffff; text-decoration: none }


.menulinks 	{ FONT: 13px arial, verdana, sans-serif; font-weight: normal }

.picturebar 	{ background-color:#FFFFFF }


 /* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

TABLE 		{ COLOR: #d5d4d4; FONT: 12px verdana, arial, sans-serif; font-weight: normal }


.title 	{ COLOR: #FFFFFF; FONT: 18px arial, verdana, sans-serif; font-weight: bold }

.arrowtxt 	{ COLOR: #FFFFFF; FONT: 12px arial, verdana, sans-serif; font-weight: bold }

.phonetitle 	{ color: #F0F0F0; font: 11px verdana, arial, sans-serif; font-weight: bold }

.copytext 	{ COLOR: #F0F0F0; FONT: 10px arial, verdana, sans-serif; font-weight: bold }
.srvstxt 	{ COLOR: #F0F0F0; FONT: 12px arial, verdana, sans-serif; font-weight: normal }
.footertext { COLOR: #F0F0F0; FONT: 10px arial, verdana, sans-serif; font-weight: normal }


.button { 	background-image: url("picts/button.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 20px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }

.buttonon { background-image: url("picts/buttonon.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #666666;
		font-size: 8pt;
		height: 20px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }


.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 200PX;
		BORDER: #666666 1px solid}

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 275PX;
		HEIGHT: 125PX;
		BORDER: #999999 2px solid}

.dropdown {	COLOR: #333333;
		WIDTH: 200PX;
		FONT: 11px geneva, verdana, arial, sans-serif}

.date-font { color: #1492d4; font: 10px verdana, arial, sans-serif; font-weight: bold} 

.indxdate-font { color: #ffffff; font: 12px verdana, arial, sans-serif; font-weight: normal}

/*
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: red; 
	border-style: solid; border-width: 1px; border-color: #CCCCCC; 
	padding: 0; 
	width: 150px;
}

/* table container for feed news */
.fd_maintable { border-width: 0; background: gray }

/* header cell with feed title text and xml button */
.fd_header { 
	padding: 5px; 
	background: #666666; color: white; 
	text-align: left; vertical-align: top 
}

/* header title link (leading to rss) */
.fd_headerlink, .fd_headerlink:visited, .fd_headerlink:hover {
	font-family: "verdana", helvetica, sans; font-size: 10px; font-weight: bold; 	
	color: white;	text-decoration: none;
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: #1F3037; text-decoration: underline; }
.fd_itemlink:visited { color: #1F3037; text-decoration: none }
.fd_itemlink:hover { color: #999999; text-decoration: none }

/* item descriptions */
.fd_itemcell { 
	padding: 10px; 
	line-height: 16px; 
	background: #FAFAFA; color: black; 
	font-family: "verdana", helvetica, sans; font-size: 9px 
}

/* item post date */
.fd_postdate { 
	color: #666666;	font-style: normal;	
}

