body {
	margin: 0;
	font-family: arial;
	font-size: 12px;
	background-color: #000000;
	}

input, select, textarea {
border-top:solid 0px rgb(0,51,102);
border-left:solid 1px rgb(0,51,102);
border-right:solid 0px rgb(0,51,102);
border-bottom:solid 1px rgb(0,51,102);
}


#menutop a:link {color: #FFFFFF; font-weight: bold; text-decoration: none;}
#menutop a:visited {color: #FFFFFF; font-weight: bold; text-decoration: none;}
#menutop a:hover {color: #FFFFFF; font-weight: bold; text-decoration: none;}
#menutop a:active {color: #FFFFFF; font-weight: bold; text-decoration: none;}

#menutopsair a:link {color: rgb(255,132,0); font-weight: bold; text-decoration: none;}
#menutopsair a:visited {color: rgb(255,132,0); font-weight: bold; text-decoration: none;}
#menutopsair a:hover {color: rgb(255,132,0); font-weight: bold; text-decoration: none;}
#menutopsair a:active {color: rgb(255,132,0); font-weight: bold; text-decoration: none;}

#menubottom a:link {color:rgb(0,51,102); font-weight: bold; text-decoration: none;}
#menubottom a:visited {color:rgb(0,51,102); font-weight: bold; text-decoration: none;}
#menubottom a:hover {color:rgb(0,51,102); font-weight: bold; text-decoration: underline;}
#menubottom a:active {color:rgb(0,51,102); font-weight: bold; text-decoration: none;}

#menusub a:link {color: #C4E1FF; font-weight: bold; text-decoration: none;}
#menusub a:visited {color: #C4E1FF; font-weight: bold; text-decoration: none;}
#menusub a:hover {color: #FFFFFF; font-weight: bold; text-decoration: underline;}
#menusub a:active {color: #C4E1FF; font-weight: bold; text-decoration: none;}


.erro {border:solid 1px red;background-color:#ffbcbc;width:500px;margin-bottom: 10px;padding-top: 5px;padding-bottom: 5px;font-weight: bold;}
.sucess {border:solid 1px #00CC33;background-color:#CCFFCC;width:500px;margin-bottom: 10px;padding-top: 5px;padding-bottom: 5px;font-weight: bold;}
.atencao {border:solid 1px rgb(240,128,0);background-color:rgb(240,192,0);width:500px;margin-bottom: 10px;padding-top: 5px;padding-bottom: 5px;font-weight: bold;}
