/*
 * ned-main style - 2009-04 Transitional
 * W3C Jigsaw validated CSS level 2.1 2011-11-29
 */
/* $Id: ned-main.css 9348 2014-02-14 02:31:44Z rick $ */

@import url("ned.css");
html body {
        padding: 20px;
        margin: 0px;
}
* ul.news_title {
        color: #FFFFFF;
        list-style: none;
        margin: 20px 0 0 0;
        border: 1px solid #000000;
        background-color: rgba(0,0,0,0.5) !important; 
        background-color: #000000 ;
}
* a.news_title {
        color: #FFFFCC;
        font-weight: bold;
        height: 100% ;
} 
* td.news {
        padding: 10px ;
        text-align: left;
        white-space: nowrap;
        color: #FFFFFF ;
}
* ul.news {
        color: #FFAF00;
        list-style: disc;
        padding: 0 1em 0 1em ;
}
* a.news {
	color: #FFAF00;
	background: transparent;
        font-weight: bold;
        height: 100%
}
* a.noticeC {
	color: #FFAF00;
	background: transparent;
        font-weight: bold;
        height: 100%
}
* a.noticeN {
	color: #4079FC;
	background: transparent;
        font-weight: bold;
        height: 100%
}
* div.notice {
        margin: 20px 0 0 0;
}
* table.notice {
        width: 85%;
        cellpadding: 2px;
        color: #EEEEEE;
        list-style: none;
        border: 1px solid #FFFFFF;
        background-color: rgba(0,0,0,0.5) !important; 
        background-color: #000000 ;
}
* html body{ /*IE6 hack*/
	padding: 15px; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html { /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}
