/*-------------------- General Layout Styles --------------------*/
.searchField {
background:transparent;
border:0px solid red;
font-size:10px;
font-family:verdana;
width:160px;
margin-top:4px;
}
.submitBtn {
margin:6px 0 0 1px;
}

.rssHeading {
font-size:11px;
color:#000;
line-height:12px;
margin-bottom:4px!important;
}
.rssItemDescription {
font-family:arial!important;
color:#000;
}
.rssFeed h1, .rssDescription, .rssFeed tr .normalText{
display:none;
}
.rssFeed td {
display:block!important;
}
.rssBreak {
display:none;
}
.rssItemDescription a {
display:block;
padding:0 0 10px 0;
}
.testimonialsBox {
font-size:10px;
color:#000;
padding:0 10px 0 10px;
}
.rssFeed a h2:hover {
color:#339900!important;
}
.rssFeed a {
color:#339900!important;
text-decoration:none;
}
.rssFeed a:hover {
text-decoration:underline;
}*