/* CSS Document */

body {

background-color: #757579;
color: #666666;
font-size:11px;
font-family:sans-serif;
line-height: 1.8em;
margin:0;

}

#main-text {
color: #000000;
font-size:12px;
font-family:sans-serif;
line-height: 2em;


}

#navigator {

background-color: #dcdadf;
border: 0px #666666 solid;
width: 170px;
margin-top: 1px;
margin-left: 30px;
padding: 5px;
text-align: left;
font-size:12px;

}

.housebutton {

font-weight: normal;
color:#000000;
text-align: left;
margin-bottom: 3px;
margin-top: 3px;

}

.housebutton a {

padding: 4px;
text-decoration: none;
display: block;
color: #000000;
background-color: #dcdadf;
border-top: 2px #dcdadf solid;
border-left: 2px #dcdadf solid;
border-bottom: 2px #dcdadf solid;
border-right: 2px #dcdadf solid;

}

.housebutton a:hover {

background-color: #a7a3ac;
border-top: 2px #a7a3ac solid;
border-left: 2px #a7a3ac solid;
border-bottom: 2px #a7a3ac solid;
border-right: 2px #a7a3ac solid;
color:#FFFFFF;

}




a:link {

color: #666666;
text-decoration: none;

}

a:visited {

color: #666666;
text-decoration: none;

}

a:hover {
background-color: #b2adb5;

}

a:active {
background-color: #b2adb5;

}
