@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Arial;
	font-size: 11pt;
	color: #666666;
}
.top {
	color: #FFFFFF;
	background-image: url(images/topbck.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 28pt;
	margin: 0px 0px 5px 0px;
}
h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

h2 {
	margin: 0px;	
}

h3 {
	height:22px;
	font-size:11pt;
	font-weight:700;
	color:#6995c2;
	margin:0;
	padding: 1px 0 10px 8px;
	background-image: url(images/h2.gif);
	background-repeat: no-repeat;
}

h4 {
	height:22px;
	font-size:11pt;
	font-weight:700;
	color:#6995c2;
	margin:0;
	padding: 1px 0 10px 8px;
	background-image: url(images/h2c.gif);
	background-repeat: no-repeat;
}

blockquote {
	font-size: 9pt;
}

ul {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 3px 0px 0px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;	
}
li:hover {
	background-color: #F4F4F4;
}
li a:link {
	text-decoration: none;
	color: #006699;
}
li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}
li a:visited {
	text-decoration: none;
	color: #006699;
}

.pub {
	margin: 10px 0px 20px 0px;
}

.pub_esq {
	margin: 0px 0px 20px 10px;
}