        
            DIV.RSS {
                width: 256px;
                padding: 0;
                cursor: default;
                font: normal 11px 'Segoe UI', Tahoma, sans-serif;
            }
            
                DIV.RSZ {
                    color: black;
                    background: #F0F3E7;
                    border: 1px solid silver;
                    -moz-border-radius: 3px 3px 9px  18px;
                }
            
            DIV.RSS H3 {
                margin: 0;
                padding: 0;
                padding: 4px 12px 7px;
                font: normal 21px 'Cambria', 'Palatino Linotype', Georgia, serif;
            }
            
                DIV.RSS H3 A {
                    color: olivedrab;
                    display: block;
                    text-decoration: none;
                }
                
                    DIV.RSS H3 A:hover {
                        color: #574;
                        text-decoration: underline;
                    }
            
                /*
            
                DIV.RSS H3 A {
                    display: block;
                    background: red;
                    width: 100%;
                    height: 64px;
                    text-decoration: none;
                    border-bottom: 1px solid white;
                }
                
                    DIV.RSS H3 A:hover {
                        border-bottom: 1px solid blue;
                    }
                
                DIV.RSS H3 A SPAN {
                    display: block;
                    background-color: white;
                    background-position: center top;
                    background-repeat: no-repeat;
                }
                
                DIV.RSS H3 A SPAN IMG {
                    border: none;
                }
                
                */
                
            DIV.RSS DL {
                padding: 0 12px;
                margin: 0 0 7px;
            }
            
                DIV.RSS DL DD {
                    display: none;
                }
            
                DIV.RSS DL DT,
                DIV.RSS DL LI
                {
                }
                
                DIV.RSS DL DT A,
                DIV.RSS DL LI A
                {
                    display: block;
                    text-decoration: none;
                    color: #444;
                    font-weight: bold;
                    padding: 2px 0 3px;
                }
                
                    DIV.RSS DL DT A:visited,
                    DIV.RSS DL LI A:visited
                    {
                        color: #777;
                    }
                    
                    DIV.RSS DL DT A:hover,
                    DIV.RSS DL LI A:hover
                    {
                        color: black;
                        text-decoration: underline;
                    }
        
            DIV.RSS HR.RSS_CPHR {
                border: 0;
                border-bottom: 1px dotted #A7A7E7;
                margin: 0 7px;
                padding: 0;
                height: 1px;
            }
            
            DIV.RSS DIV.RSS_COPY {
                padding: 4px;
                text-align: right;
                font: normal 10px Tahoma, sans-serif;
                color: #555;
            }
            
                DIV.RSS DIV.RSS_COPY EM {
                    font-style: normal;
                    color: olivedrab;
                }
                DIV.RSS DIV.RSS_COPY STRONG {
                    font-weight: normal;
                    color: olivedrab;
                }
        


