/* CSS Document */
a {
	text-decoration: none;
}

a.:hover {
	text-decoration: underline;
}

.tab{
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px; 
	border-color: black;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-spacing: 0;
	border-width: 0;
	border-collapse: collapse;
}

.btImg{
	cursor: hand;
}

.box {
	border-width: 1;
	border-style: solid;
	border-color: #797979;
	background-color: #ffffff;
	font-size: 9;
	font-family: verdana;
	color: #000000;
}

.titNews{
	font-weight:bold;
	color: #1E4F9A;
}

.txtNews{
	font-family: verdana;
	text-decoration: none;
	line-height:11px;
	font-size: 10px;
	color: #434343;
}

.txtNews:hover{
	font-family: verdana;
	text-decoration: underline;
	line-height:11px;
	font-size: 10px;
	color: #434343;
}

.txt{
	font-family: verdana;
	line-height:16px;
	font-size: 10px;
	color: #4E4E4E;
}

.txtCopy{
	font-family: verdana;
	line-height:16px;
	font-size: 9px;
	color: #5F5F5F;
}

.txtBlue{
	font-weight: bold;
	font-size: 9px;
	color: #1E4F9B;
}