td { text-align:center; }
h2 { color: #800000; }
body { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	background-color: #000000; 
	color: #999999;
	}
img { padding: 1px; }
.zero {
        border: 1px solid #999999;
        text-align: center;
        margin-left: 10px;  
        width: 130px;
        color: #999999;
	background-color: #000000;
        font-weight: bold;
	font-size: 11pt;
	padding-top: 1px;
	padding-bottom: 2px;
        }

.menuh {
        border: 1px solid #999999;
        text-align: center;
        margin-left: 10px;  
        width: 130px;
        color: #999999;
	background-color: #000000;
        font-weight: bold;
	font-size: 10pt;
	padding-bottom: 2px;
        }

.menu {
	border: 1px solid #999999;
        text-align: center;
	font-size: 9pt;
	line-height: 11pt;
        margin-left: 10px;
        padding-top: 4px;
        padding-bottom: 7px;
        background-color: #000000;
        width: 130px;
        border-top: 0px;
        }
.content {
	position: absolute;
	margin-left: 180px;
	margin-right: 5%;
	}
.news {
	position: relative;
	background: #999999;
	color: #800000;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
/*	border: 1px dashed white; */
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 2px solid #996666;
	border-bottom: 1px solid #996666;
	width: 100%;
	}
.nonews {
	position: relative;
	/*background: #999999;*/
	color: #800000;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
/*	border: 1px dashed white; */
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 2px solid #996666;
	border-bottom: 1px solid #996666;
	width: 100%;
	}
.head {
	position: relative;
	text-align: justify;
	padding: 3px;
	padding-left: 6px;
	width: 100%;
	}

a { color: #666666; }
a:link { color: #666666; }
a:visited { color: #666666; }
a:hover { color: #666666; }
a:active { color: #666666; }


