/* CSS Document */

body {
	color: #E89E0F;
	font:Tahoma, Arial;
	font-size:14px; /*Arial, Helvetica, sans-serif;*/
	margin-top:0;
}

a {
color: #3481A4;
	text-decoration: none;
}

a:hover {
	color: #006B95;
	text-decoration: none;
}

#footer {
text-align:center;
font:Tahoma, Arial;
font-weight:bold;
color:#666666;
}


#footer a:hover {
color:#999999;
text-decoration:none;
}

#footer a {
color:#666666;
text-decoration:none;
}

#NewsHeader {
text-align:center;
color:#FFFFFF;
font-weight:bold;
background-color:#FF9900;
border:2px;
border-color:#009999;
width:783px;
}

#NewsContent {
text-align:center;
color:#000000;
background-color:#FFFFFF;
border:2px;
border-color:#009999;
width:783px;
}

/* module tables */
	
table.moduletablelight th{
        background:#CC890D;
        color: #ffffff;
        text-align: center;
        padding-top: 3px !important;
        padding-top: 4px;
        padding-left: 4px;
        height: 22px;
        /*font-weight: bold;*/
        font-size: 14px;
		
}

table.moduletablelight th a {
text-decoration:none;
color:#FFFFFF;
}
table.moduletablelight th a:hover {
text-decoration:none;
color:#FFFFFF;
}
table.moduletablelight th a:visited {
text-decoration:none;
color:#FFFFFF;
}
table.moduletablelight th a:visited:hover {
text-decoration:none;
color:#FFFFFF;
}

table.moduletablelight {
line-height:1.6em;
}

table.moduletabledark th {
	vertical-align: top;	
        background:#8D600A;
        color: #ffffff;
        text-align: center;
        padding-top: 3px !important;
        padding-top: 4px;
        padding-left: 4px;
        height: 22px;
        /*font-weight: bold;*/
        font-size: 14px;
        /*text-transform: uppercase;*/
        width: 100%;
}

table.moduletabledark th a {
text-decoration:none;
color:#FFFFFF;
}
table.moduletabledark th a:hover {
text-decoration:none;
color:#FFFFFF;
}
table.moduletabledark th a:visited {
text-decoration:none;
color:#FFFFFF;
}
table.moduletabledark th a:visited:hover {
text-decoration:none;
color:#FFFFFF;
}

table.moduletabledark {
line-height:1.6em;
}

