.presentationcolumn{
padding: 3px 0;
margin-left: 1px;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left;

}

.shadetabs{
padding: 3px 0;
margin-left: 3px;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ff6600;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: none;
border-bottom-color: #F6F4E4;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/* referente ao softshot3000.asp */
#container{
font-family: arial;
margin:0px auto;
padding:50px 0 50px 0;
position:relative;
background:#F5F5DC;
color:#555;
border-top:1px solid #999;
border-right:1px solid #999;
border-left:1px solid #999;

}
#footer {
font-family: arial;
background:#F5F5DC;
border-top:1px dashed #999;
border-right:1px solid #999;
border-left:1px solid #999;
border-bottom:1px solid #999;
font-size:10px;
height:50px;
margin:0 auto;
padding:10px;
text-align:center;
}