/* CSS Document */
		.news {
			text-decoration: none;
			font-weight:bold;
			line-height:18px;
			color: #063387;
		}
		a.news {
			text-decoration: none;
			font-weight:bold;
			line-height:18px;
			color: #063387;
		}
		.newsblack {
			text-decoration: none;
			font-weight:bold;
			line-height:18px;
			color: #000000;
		}		
		a.newsblack {
			text-decoration: none;
			font-weight:bold;
			line-height:18px;
			color: #000000;
		}		
		.noticiasvermelho{ 
			text-decoration: none;
			font-weight:bold;
			line-height:18px;
			color: #B92B2B;
			}	
		a.noticiasvermelho{ 
			text-decoration: none;
			font-weight:bold;
			line-height:18px;
			color: #B92B2B;
			}	
		a.news:hover{
			color: #1090DD;
		}
		
		a.newsblack:hover{
			color: gray;
		}
		a.noticiasvermelho:hover{
			color: #00FFFF;
		}


/*
		.news{
		 	color: #063387;
		} 
		.newsblack {
		  	color: #00FFFF;
		}*/
		

		

		
		/*		
		a.news {
		  	color: #063387;
		  	text-decoration: none;
			font-weight:bold;
			line-height:18px;
		}
		a.news:link {
		  	color: #063387;
		  	text-decoration: none;
			font-weight:bold;
			line-height:18px;
		}
		a.news:hover {
		  	color: #063387;
		  	text-decoration: none;
			font-weight:bold;
			line-height:18px;
		}
		a.news:visited {
		  	color: #063387;
		  	text-decoration: none;
			font-weight:bold;
			line-height:18px;
		}
*/
		
/*
		a.newsblack {
		  	color: #00FFFF;
		  	text-decoration: none;
			font-weight:bold;
			line-height:18px;
		}
		a.newsblack :link {
		  	color: #00FFFF;
		  	text-decoration: none;
			font-weight:bold;
			line-height:18px;
		}
		a.newsblack :hover {
		  	color: #00FFFF;
		  	text-decoration: none;
			font-weight:bold;
			line-height:18px;
		}
		a.newsblack :visited {
		  	color: #00FFF;
		  	text-decoration: none;
			font-weight:bold;
			line-height:18px;
		}
*/
	
		
/*
		a.noticiasvermelho { 
		  	color: #B92B2B;
		  	text-decoration: none;
			font-weight:bold;
			line-height:18px;
			}
		a.noticiasvermelho:link { 
		  	color: #B92B2B;
		  	text-decoration: none;
			font-weight:bold;
			line-height:18px;
			}
		a.noticiasvermelho:hover { 
		  	color: #B92B2B;
		  	text-decoration: none;
			font-weight:bold;
			line-height:18px;
			}
		a.noticiasvermelho:visited { 
		  	color: #B92B2B;
		  	text-decoration: none;
			font-weight:bold;
			line-height:18px;
			}
*/


