* {  margin: 0px; padding: 0px; }

body, html {
font-family: trebuchet ms;
font-size: 11px;
color: #8c8c8c;
height:100%;
width: 100%;
behavior:url("css/hover.htc");
background-color: white;
}

a:visited{
color: #8c8c8c;
text-decoration: none;	
border-bottom:1px solid #8c8c8c;
}
a:link{
color: #8c8c8c;
text-decoration: none;	
border-bottom:1px solid #8c8c8c;
}
a:hover{
color: #8c8c8c;
text-decoration: none;	
border-bottom:1px solid #00baff;
}


.bg { background-image:url('../img/site/bg.gif'); position:absolute; z-index:100; width:100%; height:100%;}

.caption-title a:link, .caption-title a:visited, .caption-title a:hover { font-weight:bold; font-size:15px; color:white;  border-bottom:1px solid white; text-transform:uppercase; }
.menu a:link, .menu a:visited { border-bottom:0px; color:white; font-size:12px; font-style:italic; }
.menu a:hover { border-bottom:0px solid #00baff; }
.menu .menu-active:visited, .menu-active:link, .menu-active:hover  { color:#00baff; border-bottom:0px; }