BODY {
	scrollbar-face-color: #006300;
	scrollbar-shadow-color: #313100;
	scrollbar-highlight-color: #00FF33;
	scrollbar-3d-light-color: #BBBBEE;
	scrollbar-dark-shadow-color: #959595;
	scrollbar-track-color: #DEDEDE; 
	scrollbar-arrow-color: white;
}

TD {
	font-family : trebuchet ms, arial, helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
}

H2 {
	font-family : trebuchet ms, arial, helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : #000000;
}

H3 {
	font-family : trebuchet ms, arial, helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #000000;
}

A:LINK {
	color : #FF0000;
}

A:VISITED {
	color : #990000;
}

A:ACTIVE {
	color : #FF0000;
}

.justify {
	text-align : justify;
}

P {
	font-family : trebuchet ms, arial, helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
}

B {
	font-weight : bold;
	font-size : 10pt;
	color : #000000;
}

A:HOVER {
	color : #FF0000;
}

.brownie {
	BACKGROUND-COLOR: #FFE4B5;
	BORDER-BOTTOM: thin solid #696969;
	BORDER-LEFT: thin solid #FFFFE0;
	BORDER-RIGHT: thin solid #808080;
	BORDER-TOP: thin solid #FFFFE0;
	COLOR: #000000;
	MARGIN:1px;
	PADDING-BOTTOM:1px;
	PADDING-LEFT:1px;
	PADDING-RIGHT:1px;
	PADDING-TOP:1px;
	TEXT-DECORATION:none;
	width :  360;
}

.redlink {
 color :  #DC143C;
}

/* begin styles for RSS Feed */

.rss_box {
	 margin: 10px 5%;
	 padding: 4px 8px;
	 width: 200px;
	 background-color: #ededed;
	 border: 2px dashed #999;
}

.rss_title, rss_title a {
	font-family: "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-align: center;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

ul.rss_items {
	list-style:none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

li.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight : normal; 
	list-style:none;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #CC0000;
	font-weight:bold;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #666;
	}