p, br{
	margin:0; 
	padding:0
	}
html, body {
	margin: 0px;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #eff8f9;
	scrollbar-face-color: #f2cde0;
	scrollbar-highlight-color: #f2cde0;
	scrollbar-3dlight-color: #f2cde0;
	scrollbar-darkshadow-color: #f2cde0;
	scrollbar-shadow-color: #f2cde0;
}
*{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #1d4077;
}
.txtBold {
	font-weight: bold;
}
.tit{
	color: #6fb5e4;
	font-size: 14px;
	font-weight: bold;
}
.subtit{
	color: #6fb5e4;
	font-size: 12px;
	font-weight: bold;
}
.link{
	color: #6fb5e4;
	text-decoration: underline;
}
.link2{
	text-decoration: underline;
}
.linkB{
	font-weight: bold;
	text-decoration: underline;
}
.campos{
	color: #6fb5e4;
}
.note{
	font-size: 10px;
	line-height: 10px;
}
#cont{
	position: absolute;
	width: 95%;
}
/* border color for all browsers */
.table {
border: 1px solid #1d4077;
width: 90%;
}
.table TD, .table TH {
border: 1px solid #1d4077;
}
