/* CSS Document */
 .NewsLinks {
        font-family: arial;
        font-size: xx-small;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
        }
        a:link.NewsLinks {text-decoration: none; color : #000000; font-size: xx-small;}
        a:visited.NewsLinks {color : #000000; font-size: xx-small;}
        a:active.NewsLinks {text-decoration: none; color : #000000; font-size: xx-small;}
        a:hover.NewsLinks {color : #FF8800; font-size: xx-small;}

        .NewsHeader {
        font-family: arial;
        font-size: xx-small;
        font-weight: normal;
        color: #FF8800;
        text-decoration: none;
        padding-left: 5px;
        }
        a:link.NewsHeader {text-decoration: none; color : #FF8800; font-size: xx-small;}
        a:visited.NewsHeader {color : #FF8800; font-size: xx-small;}
        a:active.Header {text-decoration: none; color : #FF8800; font-size: xx-small;}
        a:hover.NewsHeader {color : #FF8800; font-size: xx-small;}

        .ticker-border {
                background-color: #ffffff;
                margin: 1px;
                padding: 1px;
                height: 80;
                width: 130;
                border:  dotted #ff8800;
        }
		.bottom_links {
		margin-top:13px;
		background-color:#3E98B0;
		width:745px;
		height:30px;
		}
		.bottom_links a {
		height:30px;
		color:#EDEDED;
		padding:0px 10px 0px 10px;
		}
		
	.content {
		height:75px; 
		width:500px;
		overflow:auto;
		padding:3px 4px 8px 8px; 
		scrollbar-3dlight-color:#EFF4F7;
        scrollbar-arrow-color:#000000;
        scrollbar-base-color:#EFF4F7;
        scrollbar-track-color:#EFF4F7;
        scrollbar-darkshadow-color:#EFF4F7;
        scrollbar-face-color:#EFF4F7;
        scrollbar-highlight-color:#EFF4F7;
        scrollbar-shadow-color:#EFF4F7; 
		text-align:justify; 
		margin-left:2px;
		margin-top:2px;
		}
	
	.content h1 {
		color:#FF8800;
		font-size:9pt;
		margin-top:-1px;
		}
		
	.content p {
	font-size:8pt;
	margin-top:-6px;
	}
	
	

