.txt {
	font-family: arial;
	font-size: 12px;
	color:#0F4E83;
	text-decoration: none;
}
		a.txt:link {
	color:#0F4E83;
	text-decoration: none;
	font-weight: bold;
		}
		a.txt:hover {
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
}
.links {
	font-family: arial;
	color: #0F4E83;
	font-size: 11px;
}
		a.links:link {
			color:#0F4E83;
			text-decoration: underline;
		}
		a.links:hover { 
			color:#000000;
			text-decoration: none;
}

.links2 {
	font-family: arial;
	color: #0F4E83;
	font-size: 10px;
}
		a.links2:link {
			color:#0F4E83;
			text-decoration: underline;
		}
		a.links2:hover { 
			color:#000000;
			text-decoration: none;
}

.titulo {
	font-family: arial;
	font-size: 15px;
	color:#0F4E83;
	text-decoration: none;
}
.contTitulo {
	margin: 0 8px 0 0;
}
.menu {
	font-family: arial;
	font-size: 12px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
}
	a.menu:link {
		color:#FFF;
		text-decoration: none;
	}
	a.menu:hover {
		color: #0F4E83;
		text-decoration: underline;
}

BODY{
/*scrollbar-face-color:#285B70;*/
scrollbar-face-color: #89A6C8;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#E4ECEF;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}

.form {
	font-family: arial;
	font-size: 12px;
	color:#0F4E83;
	background-color:#E4ECEF;
}

li {
	list-style-position: outside;
	list-style-image: url(img/bullet.png);
	padding-bottom: 2px;
	}