body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
    text-decoration: none
}

TABLE {
    font-family:Tahoma;
    font-size:11px;
    color:#878578;
    line-height: 16px;
}

INPUT,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4A5142;
	background-color: #F9F9F9;
	border: 1px solid #A09D9D;
	width:300px;
}

a {
    text-decoration: none;
    color:#878578;
}

a:hover { 
    color:#FF9900;
	text-decoration: underline;
}

h1 {
    font-weight:bold;
	font-size:11px;
	margin-bottom:0px;
}

h2 {
    font-weight:bold;
	font-size:11px;
	margin-bottom:0px;
}

.rodape {
    font-family:Tahoma;
    font-size:10px;
    color:#666666;
}

.menu {
    font-family:Tahoma;
    font-size:11px;
    color:#FF9900;
}

.menu:link{
    color:#FF9900;
}

.branco{
    color:#FFFFFF;
}

.branco:hover{
    color:#FFFFFF;
	text-decoration: underline;
}

.rosa {
    color:#FF3796;
	font-weight:bold;
}

.verde {
    color:#177972;
	font-weight:bold;
}

.azul {
    color:#679EE9;
	font-weight:bold;
}

.lilas {
    color:#717E9D;
}

.nota {
    font-size:9px;
	color:#C8C8C8;
}