
table.top_2 {
	background:#000 ; 
	width:996px; 
	height:84px;
	margin-top:2px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:2px;
	background-repeat:repeat-y;
}
table.mid {
	background:#000 ; 
	background-position: 0px -86px;
	color:#DED;
	width:996px; 
	margin-top:2px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:2px;
}

td.statement {
  //font-size: 16px;
  //overflow:auto;
}

span.date {
	text-align:left;
	margin-left:0px;
	margin-right:6px;
	color:#86856c;
}

a:link {font-family:Arial;font-size:14px; color:#455589; text-decoration:none;}
a:visited {font-family:Arial;font-size:14px; color:#455589; text-decoration:none;}
a:hover {text-decoration:underline;}

span.red {color:#860810; font-size:14px;}

a.year:link {font-family:Arial;font-size:14px;color:#BBB; text-decoration:none;}
a.year:visited {font-family:Arial;font-size:14px;color:#BBB; text-decoration:none;}
a.year:hover {text-decoration:underline;}

#feedControl {
  width : 243px;


  font-size:11px;
}

.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : visible;
  text-align : left;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  border: 1px solid #121214;
  
}

.gfg-title {
  font-size: 14px;
  font-weight : bold;
  color : #3366cc;
  //background-color: #E5ECF9;
  line-height : 0em;
  overflow : hidden;
  word-wrap: break-word; 
  //white-space : nowrap;
   padding-left : 6px;
}

.gfg-title a {
  color : #3366cc;
  
}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  color : #3366cc;
  //background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : visible;
  //white-space : nowrap;
  margin-bottom : 5px;
}

.gfg-subtitle a {
  color : #3366cc;
  
}

.gfg-entry {
  //background-color : white;
 // color : #a3660c;
  width : 100%;
  //height : 6.9em;
  position : relative;
  overflow : visible;
  text-align : justify;
  margin-top : 3px;
  margin-bottom : 17px;
}
/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  //background-color : white;
  width : auto;
  height : 100%;
  padding-left : 6px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : visible;
  text-align : justify;
  margin-bottom : 5px;
}

.gfg-listentry {
  //line-height : 1.5em;
  //overflow : visible;
  //white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 0px;
  padding-right : 5px;
  margin-bottom : 8px;
  margin-left : 5px;
  margin-right : 5px;
}

.gfg-listentry-odd {
  //background-color : #000502; 
}

.gfg-listentry-even {
  //background-color : #050200;
}

.gfg-listentry-highlight { 
  background-image : url('garrow.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 16px;
  line-height : 1.2em;
  overflow : hidden;
  //white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
}

// TEXT FOR MAIN ENTRY
.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #990000;
  margin-top : 3px;
}



.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
  
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('arrow_open.gif');
}

.gfg-collapse-closed {
  background-image : url('arrow_close.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}


