.Normal {
	color : #000000;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal; }

.txt_preto {
	color : #000000;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal; }

.titulo {
	color : #000000;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 12px;
	font-style : normal;
	font-weight : bold; }	

.subtitulo {
	color : #000000;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 11px;
	font-style : normal;
	font-weight : bold; }
			 
.NormalPeq {
	color : #000000;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8px;
	font-style : normal;
	font-weight : normal; }

.NormalVerm {
	color : #CC0000;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal; }
	 
.NormalVermPeq {
	color : #CC0000;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : normal; }
	
.NormalCinza {
	color : #6c6c6c;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal; }
	 
.NormalCinzaPeq {
	color : #6c6c6c;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : normal; }	
	 
.NormalAzul {
	color : #333366;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal; }
	 
.NormalAzulPeq {
	color : #333366;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : normal; }	
	 
.BordaBotton {
	border-top:#FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-bottom:#CC0000 1px solid;
	border-right:#FFFFFF 1px solid;
	}
	 
.BordaCinza {
	border-top:#CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	}
	 
.MsgErro {
	color : #A00000;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold; }

.MsgSucesso {
	color : #0033cc;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold; }

.Link { 
	color : #333366;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : bold; }
	 
.Link:hover { 
	color : #333366;
	text-decoration : underline;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : bold; }
	
.Box {
	background-color: #FFFFFF;	
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	border: 1 solid #000000; }
		
.BoxOnFocus {
	background-color: #EAEAEA;	
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	border: 1 solid #000000; }
