/* CSS Document */

a:link {
	color: #999999;
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline;
}
a:hover {
	color: #3399CC;
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline;
}
a.b:link {
	color: #CCCCCC;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
}
a.b:visited {
	color: #CCCCCC;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
}
a.b:hover {
	color: #3399CC;
	font-family: verdana;
	font-size: 10px;
	text-decoration: underline;
}
a.c:link {
	color: #999999;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}
a.c:visited {
	color: #999999;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}
a.c:hover {
	color: #003399;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
}
a.d:link {
	color: #999999;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}
a.d:visited {
	color: #999999;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}
a.d:hover {
	color: #003399;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}
.texto1 {
	font-family: verdana;
	font-size: 10px;
	color: #CCCCCC;
}
.texto2 {
	font-family: verdana;
	font-size: 11px;
	color: #999999;
}
.texto3 {
	font-family: Tahoma;
	font-size: 13px;
	color: #003399;
	font-weight:bold;
}
.texto4 {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.texto5 {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
}
.tabela {
	font-family: arial;
	font-size: 10px;
	color: #666;
	background-color: #F7F7F7;
	border: thin dotted #CCCCCC;
	border-width: 1px;
}
.tabela2 {
	font-family: arial;
	font-size: 10px;
	color: #666;
	background-color: #FFFFFF;
	border: thin dotted #CCCCCC;
	border-width: 1px;
}