A{
	text-decoration:none;
	color: #FF7315;
	font-size:11px
}
A.menu:active {
	text-decoration:none; color: #FFFFFF:#FFFFFF;
}
A.menu:hover {
	text-decoration:underline;
	color="black";
	background-color: light blue;
}
table.login{
	/*BORDA À VOLTA DA PAGINA*/

	border-top-width: 1px #6676AA solid; 
    border-right-width: 1px #6676AA solid;
	border-left-width: 1px #6676AA solid; 
	border-bottom-width: 1px #6676AA solid;
    
table.logine{
	/*BORDA À VOLTA DO LOGIN E NOTICIAS*/
	border: #6676AA;
    border: 1px #FFFFFF solid;
	border-top-width: 1px #FFFFFF solid; 
    border-right-width: 1px #FFFFFF solid;
	border-left-width: 1px #FFFFFF solid; 
	border-bottom-width: 1px #FFFFFF solid;
	
}
td.listatitulo{
	font-family: Tahoma;
	/*cor da letra Eventos e Noticias*/
    color: 2102198;
    
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    
    /*PA COLOCAR FUNDO DO LOGIN E NOTICIAS*/
    background-color : #FFFF75	;
    
}
td.listatitulo2{
	font-family: Tahoma;
    color: White;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    background-color : #6676AA;
}
/*PA ALTERAR O TAMANHO DA AGENDA - JORNADA - width*/
td.listacampo
{
    font-family: Tahoma;
/*	 text-align: center;*/
    color: Black;
    font-size: 8pt;
    text-align: left;
    background-color : White;
    width: 1%;

}
/*PA ALTERAR O TAMANHO DA AGENDA - DIA E HORA - width*/
td.listacampo11
{
    font-family: Tahoma;
/*	 text-align: center;*/
    color: Black;
    font-size: 8pt;
    text-align: left;
    background-color : White;
    width: 4%;

}
/*PA ALTERAR O TAMANHO DA AGENDA EQUIPA VISITADA E VISITANTE - width*/
td.listacampo12
{
    font-family: Tahoma;
/*	 text-align: center;*/
    color: Black;
    font-size: 8pt;
    text-align: left;
    background-color : White;
    width: 4%;

}
/*PA ALTERAR O TAMANHO DA AGENDA - LOCAL - width*/
td.listacampo13
{
    font-family: Tahoma;
/*	 text-align: center;*/
    color: Black;
    font-size: 8pt;
    text-align: left;
    background-color : White;
    width: 6%;

}
/*PA ALTERAR O TAMANHO DA AINDA NAO ESTA ATRIBUIDO - width*/
td.listacampo14
{
    font-family: Tahoma;
/*	 text-align: center;*/
    color: Black;
    font-size: 8pt;
    text-align: left;
    background-color : White;
    width: 8%;

}


.baseline {
	font-family: Tahoma;
	font-size: 12px;
	color: #3E3E3E;
}
input {
	font-family: Tahoma;
	font-size: 9px; font-weight:normal; color: #6676AA;
	border: #6676AA; border-style:solid; border-top-width: 1px;
	border-right-width: 1px; border-bottom-width: 1px;
	border-left-width: 1px; background-color: #FFFFFF
}

input.botao {
	font-family: Tahoma;
	font-size: 12px; font-weight:bold; color: #6676AA;
	border: 1px #6676AA solid; background-color: #FFFFFF
}
input.imagem {
	font-family: Tahoma;
	font-size: 9px; font-weight:normal; color: #6676AA;
	border-style:none; border-top-width: 0px; border-right-width: 0px;
	border-left-width: 0px; border-bottom-width: 0px;
}
textarea {
	font-family: Tahoma;
	font-size: 9px; font-weight:normal; color: #6676AA; border: #6676AA;
	border-style:solid; border-top-width: 1px; border-right-width: 1px;
	border-left-width: 1px; border-bottom-width: 1px; background-color: #FFFFFF
}
select{
	font-family: Tahoma;
	font-size: 9px; font-weight:normal; color: #6676AA;
	border-style:solid; border-top-width: 1px; border-right-width: 1px;
	border-left-width: 1px; border-bottom-width: 1px; background-color: #FFFFFF
}
</STYLE>
BODY {
	font-size: 10pt;
	font-family: Tahoma;
	color: #B9D5E3;
	
}
HTML {
	font-family: Tahoma;
	font-size: 11px;
	color: #3E3E3E;
}
P {
	font-size: 10pt;
	font-family: Tahoma;
	/*COR DO TEXTO ESCRITO*/
	color: black}
TABLE {
	font-family: Tahoma;
	font-size: 8pt;
	color: #3E3E3E;

}

a{
    font-family: Tahoma;
    font-size: 11px;
    /*COR DA LETRA*/
   color: #3E3E3E;	
}

a:hover{
	color: #950000;
	text-decoration: underline;
}