@import "../nandestak/nandestak.css";

/* TAGS HTML */
body, p, td, th {
	font-family: Verdana, 'Bitstream Vera Sans', Arial, Helvetica, sans-serif;
	font-size  : 13px;
}
body {
	background-image: url(bg_geral.png);
	background-color: #D5E3EA;
	margin: 1px;
}
a {
	color: #3D4995;
}
a:visited {
	color: #2D3985;
}
a:hover {
	text-decoration: underline;
	color: #4D59A5;
}
a:active {
	color: #5D69B5;
}
h1, h2, h3, h4, h5, h6 {
	padding: 10px 0 10px 0;
	margin :  0   0  0   0;
}
h1 {
	font-size : 22px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size  : 13px;
}
h6 {
	font-size  : 12px;
	font-weight: bold;
}
blockquote {
	background-color: #F2EDE6;
	padding         : 8px;
	border          : 1px solid;
	margin          : 0 0 0 0;
}
hr {
	border-top      : #3D4995 1px solid;
	border-bottom   : #5D69B5 1px solid;
	height          : 2px;
	width           : 92%;
	text-align      : center;
}

/* CLASSES */
.Little, .Little, .Little p, .Little td, .Little th {
	font-size: 11px;
}
.Minuscule, .Minuscule, .Minuscule p, .Minuscule td, .Minuscule th {
	font-size: 10px;
}

/* CLASSES PARA TAMANHO DE DIV */
.Dimensions {
	width           : 770px;
	background-color: #fefefe;
	border-left     : #ABB2BA 1px solid;
	border-right    : #ABB2BA 1px solid;
	text-align      : left;
}
.Margeado {
	margin: 0 20px 0 20px;
}
/* TABELA ESPECIAL */
table.casamento {
	border          : 1px solid #CECECE;
	border-collapse : collapse;
}
.casamento td, th {
	empty-cells : show;
	border      : 1px solid #CECECE;
  padding     : 4px;
}
.casamento thead {
	background-color : #EEEEEE;
	text-align       : center;
}
.casamento caption {
	text-align       : left;
}

/* IDs */
#Header {
	border-top: 1px solid #ABB2BA;
	padding   : 5px 0 3px 0;
	text-align: center;
}
#Menu{
	text-align    : center;
	padding       : 3px 0 4px 0;
	margin-bottom : 10px;
	font-size     : 14px;
}
#Menu a {
	padding        : 0 1em 0 1em;
	text-decoration: none;
	color          : black;
}
#Menu a:hover {
	text-decoration: underline;
}
#BtnLeft {
	float       : left;
	width       : 149px;
	padding     : 10px 6px 6px 0;
	border-right: solid 1px #7F7F7F;
}
div.Separador {
	height : 1px;
	overflow : hidden;
	margin : 1px 0 1px 0;
	background-image : url(bt_separador.gif);
	width : 100%;
}
#MainContent {
	text-align : left;
	margin     : 0 0 0 164px;
}
#Thumbs { text-align : center; }
#Footer {
	clear           : both;
	background-color: #F4F4F4;
	margin          : 10px 0 0 0;
	padding         : 2px 2em 2px 2em;
	text-align      : left;
	border-bottom   : #ABB2BA 1px solid;
}