html, body {
font-family : tahoma;
height : 100%;
margin : 0px;
padding : 0px;
}
a {
color : #acacac;
text-decoration : none;
}
a:hover {
color : #000000;
text-decoration : none;
}
#container {
height : 100%;
width : 100%;
padding : 0px;
margin : 0px;
text-align : center;
}
#container.td {
vertical-align : middle;
}
#toptd {
background : transparent url('images/top_bg.gif') 0% 0% repeat-x;
}
#texttd {
background : transparent url('images/text_bg.gif') 0% 0% repeat-y;
}
.text {
font-size : 11px;
line-height : 15px;
color : #244141;
}
#bottomtd {
background : transparent url('images/bottom_bg.gif') 0% 0% repeat-x;
font-size : 10px;
color : #8a968c;
padding : 3px 0px 0px 0px;
}
#bottomtd a {
color : #8a968c;
text-decoration : none;
}
#bottomtd a:hover {
color : #8a968c;
text-decoration : underline;
}
ul {
margin : 0px;
padding : 0px;
}
li {
margin : 0px 0px 0px 12px;
padding : 0px;
list-style-type : none;
list-style-image : url('images/list.gif');
}
hr {
height : 1px;
color : #ded8c5;
}
.active {
border-bottom : solid 1px #b1b79d;
}
.deactive {
border-bottom : solid 1px #f3edda;
}
#submenu {
font-size : 11px;
color : #909C92;
font weight : bold;
padding : 0px 0px 15px 0px;
}
#submenu a {
color : #909C92;
text-decoration : none;
}
#submenu a:hover {
color : #909C92;
text-decoration : underline;
}

