@charset "utf-8";
/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }

.text {font-family:Palatino Linotype; font-size: 14px; font-weight:bold; color:#ffffff;}
a.text:hover {font-family:Palatino Linotype; font-size: 14px; font-weight:bold; color:#000000; text-decoration:underline}
a.text:active {font-family:Palatino Linotype; font-size: 14px; font-weight:bold; color:#000000;}
a.text:visited {font-family:Palatino Linotype; font-size: 14px; font-weight:bold; color:#000000;}
.textplain {font-family:Palatino Linotype; font-size: 14px; font-weight:normal; color:#000000;}
a.textplain:hover {font-family:Palatino Linotype; font-size: 14px; font-weight:normal; color:#000000; text-decoration:underline}
a.textplain:active {font-family:Palatino Linotype; font-size: 14px; font-weight:normal; color:#000000;}
a.textplain:visited {font-family:Palatino Linotype; font-size: 14px; font-weight:normal; color:#000000;}
.textred {font-family:Palatino Linotype; font-size: 12px; font-weight:bold; color:#8D3408;}
a.textred:hover {font-family:Palatino Linotype; font-size: 12px; font-weight:bold; color:#8D3408; text-decoration:underline}
a.textred:active {font-family:Palatino Linotype; font-size: 12px; font-weight:bold; color:#8D3408;}
a.textred:visited {font-family:Palatino Linotype; font-size: 12px; font-weight:bold; color:#8D3408;}
.textredbig {font-family:Palatino Linotype; font-size: 14px; font-weight:bold; color:#8D3408;}
a.textredbig:hover {font-family:Palatino Linotype; font-size: 14px; font-weight:bold; color:#8D3408; text-decoration:underline}
a.textredbig:active {font-family:Palatino Linotype; font-size: 14px; font-weight:bold; color:#8D3408;}
a.textredbig:visited {font-family:Palatino Linotype; font-size: 14px; font-weight:bold; color:#8D3408;}
.textport {font-family:Arial; font-size: 10px; font-weight:normal; color:#000000;}
a.textport:hover {font-family:Palatino Linotype; font-size: 10px; font-weight:normal; color:#000000; text-decoration:underline}
a.textport:active {font-family:Palatino Linotype; font-size: 10px; font-weight:normal; color:#000000;}
a.textport:visited {font-family:Palatino Linotype; font-size: 10px; font-weight:normal; color:#000000;}
.texthead {font-family:Arial; font-size: 16px; font-weight:bold; color:#000000;}

body {
	background-color: #130e00;
	background-image: url(images/coffee.jpg);
	background-repeat: no-repeat;	
	background-position: center;  
	background-position: top; 
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.rss-box {
	
	 background-color: transparent;
       
	 
}

div.scroll {
height: 100px;
width: 100px;
overflow: auto;
}

.rss-items {
	margin-top:0px;
	padding:0em;
	margin-left:0px;
	color:#FFFFFF;
}



.rss-item  {
  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 10px;
  font-weight : bold;
  list-style:none;
  padding-bottom:0em;
}

.rss-item a {
	text-decoration : none;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
	
.rss-item a:visited {
	color:#000000;
}

.rss-date {
	font-size: 10;
	font-weight : normal;
	color: #fff;
	} 



