@charset "utf-8";

html {
	height: 100%;
	margin: 0px;
	margin-bottom: 1px;
}

.foto {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

body {
	font-family: Arial, "Arial";
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(../images/fundo_textura.jpg);
	background-repeat: repeat;
	background-position: center top;
}

p { margin-top: 0; margin-bottom: 5px; }

a:link,a:visited {
	font-family:Arial, "Arial";
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	border: 0px;
	text-decoration: none;
}

a:hover {
	color: #EECC00;
	text-decoration: none;
}

a:active {
	color: #003333;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2, .componentheading {
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	color: #224022;
}

h3, .contentheading {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {

	height: 20px;

	vertical-align: top;

	font-size: .90em;

	color: #999;

	font-weight: normal;

	vertical-align: top;

	padding-bottom: 5px;

	padding-top: 0px;

}



.td_final {

	background-image: url(../images/fundo_dw.png);

	background-repeat: no-repeat;

	background-position: center top;

}



.tb_maior {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

.menu {
	list-style-type:square;
}

.tb_principal {
	background-image: url(../images/fundo_mi.png);
	background-repeat: repeat-y;
	background-position: center;
}

.td_menu {
	background-image: url(../images/fundo_menu02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.article_column {
	padding: 10px;
}
.menu {
	list-style: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;

}

li {
	border: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

a.readon {
	color:#999;
	font-weight: normal;
}
a.readon:hover {
	color:#EECC00;
	font-weight: normal;
}