body {
background-color: #ffffff;
background-image: url('images/media/bg.jpg');
background-repeat: repeat-x 
}


A {font-family: Arial, font-size: 12px}

A:link {color:#65A1D7;}

A:visited {color:#45729C;}

A:hover {text-decoragtion: none; color:#775532;}

A:active {color:#65A1D7; text-decoration: none;}


.content {
         font-family: Arial;
         font-size: 10pt;
         text-align:	left;
         color:	#666666;
          }
          
          
.feed {
         font-family: Arial;
         font-size: 9pt;
         text-align:	left;
         margin-left:  5px;
         margin-right:  5px;
         text-align: left;
         color:	#333333;
         
                   }
          
          
#feed {
         
         width: 98%;
         height: 250px;
         overflow: scroll;
         overflow-x: hidden;
         overflow-y: auto;

         
          }

.contentblue {
          font-family: Arial;
          font-size: 10pt;
          text-align:	left;
          color:	#45729C;
          clip:   rect(   );
          }

.contentbluebold {
          font-family: Arial;
          font-size: 10pt;
          text-align:	left;
          color:	#45729C;
          clip:   rect(   );
          font-weight: bold;
          }


.titleblue  {
	font-size: 10pt;
	color: #45729C;
	text-align:	left;
        font-family: Arial;
        font-weight: 900
	}
	
		
#transparentblock {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=80);
}


#contentfilter {
background-image: url('images/media/filter.png');
background-repeat: repeat;
}