a:visited    {
	color: #CC0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:link       {
	color: #CC0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:active     {
	color: #CC0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:hover      {
	color: #519c4f;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #005DB6;
}
.bordetab {
	border: 1px solid #0099CC;
	background-color: #005DB6;
	font-weight: bold;
	color: #FFFFFF;





}

