html, body {
	margin:5px auto;
	width: 760px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 100%;
	vertical-align : top;
}

td.spacer {
	background-color : #C5C5C5;
	padding:0px;
}

p{
	text-align: left;
}

a{
	text-decoration: none;	
	color: #F4961C;
}

a.title{
	text-decoration: none;	
	font-weight: bold;
	color: #F4961C;
}


p.urgent{
	text-decoration: none;	
	font-weight: bold;
	color: #D62222;
        font-size: 13pt;
}

table.mainframe {
  
	border-style: outset outset outset outset;
	border-width: 1px 1px 1px 1px;
        border-collapse: collapse;
        border-left-color: #C5C5C5;
        border-right-color: #C5C5C5;
        border-bottom-color: #C5C5C5;
        border-top-color: #C5C5C5;
        color: #5C5C5C;
                      }

table.main {
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
        color: #5C5C5C;
	font-size: 10pt;   
	vertical-align: top;
	/*width: 670px;*/
           }

table.news {
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	font-size: 9pt;
	vertical-align: top;
	text-align: left;
}

table.sitemap {
	font-family: Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	font-size: 9pt;
	vertical-align: top;
}

tr{
	vertical-align: top;
}

a.sitemap:hover{
	text-decoration: none;	
	color: #F4961C;
}

a.sitemap{
	text-decoration: underline;	
	color: #F4961C;
}

.menu {
	text-align: center;
        color: #c8c8c8;

}

.menu a:hover{
	color: #F4961C;
	text-decoration: none;
}

.menu a{
	font-family: ariel, helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
}

.menu-spacer {
       
        font-size: 8pt;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
              
              }

#footer{
	position: relative;
	height: 90px;
	width: 100%;
	background-color: #5c5c5c;
        margin-top: 20px;
}

#footer p {
  color: #fff;
  font-size: 11px;
  margin-left: 10px;
}

#footer p.copyright {
 padding-top: 30px;
}

#footer p.links {
  font-size: 9px
}

#footer #partners{
	position: absolute;
	right: 10px;
	top: 30px;
	list-style: none;
        margin: 0;
}

#footer #partners img {
    border: none;
}

#footer #partners li{
	float: left;
        list-style: none;
}

a.rss{
	font-family: verdana, sans-serif;
    font-size: 10px;
    font-weight:bold;
    text-decoration:none;
    color: white;
    background-color: #FF9933;
    border-left:1px solid #FFCC99;
    border-top:1px solid #FFCC99;
    border-right:1px solid #FFCC99;
    border-bottom:1px solid #FFCC99;
    padding:0px 3px 0px 3px;
    margin:0px;
}


.w3c a img, .wit a img{
border:0px solid #ffffff;
background-color: #ffffff;
}