/* CSS Document */

body{
background: #CCCCCC
}

A:link {text-decoration: none; color: #666666;}
A:visited {text-decoration: none; color: #666666;}
A:active {text-decoration: underline; color: #FF9900; font-weight: bold}
A:hover {color: #FF9900; font-weight: bold}

.navigation{
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #FF9900;
font-weight: bold;
padding: 0px 0px 0px 0px;
}

.outertable{
margin-top: 20px;
border-style: dotted;
border-width: 1.5px;
border-color: #000000;
background: #FFFFFF;
padding: 0px 0px 0px 0px;
width: 770px;
}

.innertable{
border-width: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px
}

.topcell{
border-bottom-style: dotted;
border-bottom-width: 1px;
padding: 10px 10px 10px 10px;
}

.contentcell{
border-top: none;
padding: 15px 5px 5px 10px;
}

.navcell{
border-right-style: none;
border-right-width: 0px;
padding: 0px -15px 0px -15px;
margin: 0px 0px 0px 0px;
}

.navbox{
border-right-style: dotted;
border-right-width: 1px;
padding: 0px 5px 0px 0px;
margin: -15px 0px 0px 0px;
}

.news-header{
font-weight: bold;
font-size: 14px;
}

.news-content{
font-size: 12px;
margin-left: 10px;
}

.fineprint{
font-size: 10px;
color: #999999;
}

.project{
text-decoration: none;
font-size: 12px;
}

