body {

	color: white;

	background-color: black;

	font-family: arial;

font-stretch: narrower;

}



table {

	border: 0;

	frame-spacing: 0;

	padding: 0;

}



p.news {

	font-family: Verdana;
	
	color: #97A5C0;
	
	font-size: 11px;
	
	line-height: 150%;
}



p.news:first-line {

	font-weight: bold;
	
	font-family: Arial;
	
	color: white;
	
	font-size: 12px;
	
	line-height: 150%;
}

p.news:link {

	font-weight: bold;
	
	font-family: Arial;
	
	color: white;
	
	font-size: 12px;
	
	line-height: 150%;
}



h1 {

	color: orange;

	text-decoration: underline;

}



table.menutable {

	position:relative;

	color: #b9c5eb;

	font-weight: bold;

	font-family: verdana;

	font-variant: small-caps



}



a {

	color: #b9c5eb;

	text-decoration: none;

}

div.mainnews {
height:500;
overflow:scroll;
overflow-x: hidden;
font-size:14px;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #00CCFF;
scrollbar-face-color: #0099FF;
scrollbar-highlight-color: #00CCFF;
scrollbar-shadow-color: #00CCFF;
scrollbar-3dlight-color: #00CCFF;
scrollbar-track-color: #00CCFF;
scrollbar-darkshadow-color: #00CCFF;
}


a:hover {

	color: #8080ff;

}

.link {

	font-family: Arial;
	font-weight: bold;
	
	color: #A8B6D1;
	
	font-size: 11px;
	text-decoration: underline;
	
	line-height: 150%;
}



	/* menu styles */
    #jsddm
    {	
        margin: 0;
	    padding: 0
	}

    #jsddm li
    {	
        float: left;
	    list-style: none;
	    font: 12px Tahoma;
	    font-weight: bold;
	}

    #jsddm li a
    {	
        display: block;
	    padding: 4px 16px  4px 16px;
	    text-decoration: none;
	    color: #EEEEEE;
	    white-space: nowrap
	}

    #jsddm li a:hover
    {	
        color: black;
    }
		
    #jsddm li ul
    {	
        margin: 0;
	    padding: 0;
	    position: absolute;
	    visibility: hidden;
	}
	
    #jsddm li ul li
    {	
        float: none;
	    display: inline;
	    font: 11px Tahoma;
	    font-weight: bold;
	}
	
    #jsddm li ul li a
    {	
        width: auto;
        color: #EEEEEE;
	    border-bottom-style: solid;
	    border-bottom-width: 1px;
	    border-bottom-color: #EEEEEE;
	    background-color: Black;
	    
	    text-align:left;
	}
	
    #jsddm li ul li a:hover
    {	
        color: Black;
        border-bottom-style: solid;
	    border-bottom-width: 1px;
	    border-bottom-color: Black;
        background-color: #EEEEEE;
    }