input {
		border-right: #cccccc 1px solid;
		border-top: #cccccc 1px solid;
		border-left: #cccccc 1px solid;
		border-bottom: #cccccc 1px solid;
		font-family: Trebuchet MS;
		font-size: 12px;
		font-color: #36608b;
		color: #36608b;
}
.botao {
		border-right: #cccccc 1px solid;
		border-top: #cccccc 1px solid;
		border-left: #cccccc 1px solid;
		border-bottom: #cccccc 1px solid;
		border-color: MidnightBlue;
		font-family: Trebuchet MS;
		font-size: 12px;
		font-color: MidnightBlue;
		background-color: #FFFFFF;
}
select {
		border-right: #cccccc 1px solid;
		border-top: #cccccc 1px solid;
		border-left: #cccccc 1px solid;
		border-bottom: #cccccc 1px solid;
		font-family: Trebuchet MS;
		font-size: 12px;
		font-color: black;
		color: #36608b;
}


p {
		color: black;
		font-weigth: bold;
		font-family: Trebuchet MS;
		font-size: 12px;
}

h2 {     
        color: #333333;
        font-weigth: bold;
        font-size: 12px;
        margin: 0 0 0 0
}
h3 {
        color: #006699;
        font-weight: bold;
        margin: 0px 0  2px 0
}
A:link {
	text-decoration: none;
	color: #006699;
}
A:visited {
        text-decoration: none;
        color: #006699;
}
A:hover {
        text-decoration: underline;
        color: #cc0000;
}
A:active {
        text-decoration: underline;
        color: #cc0000;
}
td.titulo{
        background-color: #FFF0F0;
        font-weigth: bold;
        border-bottom: #666666 1px solid;
}
table{ margin-right:auto; margin-left:auto; }

textarea{
height: 100px;
width:100%;


}