﻿body { background-color: #ffffff;
}
.Padrao 
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}
.PadraoPeq 
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
}
#menusuite a {
display: block;
width:100%;
background-color: white;
padding: 4px;
text-decoration: none;
color: black;
background-image: url(imagens/bg-itens.gif);
border-bottom: solid 1px gray;
font-weight: Normal;
}

#menusuite a:hover {
background-color: #2A166F;
color: white;
background-image: none;
font-weight: Normal;
}

.myDegrade {
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=Gainsboro); 
    border: solid 1px #ececec;
}

.tdDescricao {
    border-top: dashed 1px #000000;
}