/* CSS Document */
.rss_tciker {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#993300;
	text-decoration:underline;
	text-decoration:blink;
}

.row_color_1{
background-color:#FFFFFF;
}
.row_color_2{
background-color:#E6E6E6;
}
.headers {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.imageintext2 {
float: right;
border:1px;
border-color:#999999;
border-style:solid;
}

.imageintext {
float: right;
vertical-align:baseline;
}

/* links */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.images{
border:1px;
border-color:#999999;
border-style:solid;
}

/* rss news ticker */

#rssBox{
  width:300px;
  margin:5px;
  float:right;
  height:300px;  
  border:1px dotted #317082;
  padding:3px;
  font-size:0.8em;
  background-color:#E2EBED;

}    
#rssBox .slide{ /* A specific slide */
  background-color:#E2EBED; /* Light blue background color */
}
.rssBoxDate{
  display:none;  /* I don't want to show the date */
}
.rssBoxHeading{  /* Heading of RSS item */
  font-weight:bold;
  color:#317082;
  margin:0px;
}
.rssBoxDescription{  /* Description of RSS item */

}  
.rssBoxLink{  /* Read more link */
  color:#F00;
  text-decoration:none;
}
.rssBoxLink:hover{  /* Read more link - mouse over */
  text-decoration:underline;
}
