.menu {
	font-size: 12px;
	color: #676767;
	font-family: tahoma;
	text-decoration: none;
}

.menu:hover {
	text-decoration: underline;
}

.menu2 {
	font-size: 11px;
	color: #FFFFFF;
	font-family: tahoma;
	text-decoration: none;
}

.pag {
	font-size: 10px;
	color: #ffa200;
	text-decoration: none;
}

.menu2:hover {
	text-decoration: underline;
}

.font {
	color: #676767;
	font-family: tahoma;
	font-size: 11px;
}

.altInActive {   
	background-color: #eaeaea;
}

.alt1Active {
	background-color: #f2f2f2;
}

.topicos_links {
	color: #676767;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

.topicos {
	color: #ffefc3;
	font-family: tahoma;
	font-size: 11px;
}
a {
	color: #0883ca;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
A:link {
	CURSOR: url("../img/heavy.cur"), default;
}
A:visited {
	CURSOR: url("../img/heavy.cur"), default;
}
A:active {
	CURSOR: url("../img/heavy.cur"), default;
}
A:hover {
	CURSOR: url("../img/heavy.cur"), default;
}

body {
	background-attachment: fixed;
}