/* Links */

a:link { text-decoration: none; color: #ef3d0d; }
a:visited { text-decoration: none; color: #ef3d0d; }
a:hover, a:active { color: #D58926; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal;  }
h1 { font-size: 32px; margin-bottom: 0px;}
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4, h5, h6 { font-size: 20px; }

.clear{ clear: both; }

/* Other Html Elements */
h2.titulo, .titles { font-size: 24px; text-decoration: none; underline: none; }
h2.titulo a:link, h2.titulo a:visited, h2.titulo a:active, .titles a:link, .titles a:visited, .titles a:active { text-decoration: none; underline: none; font-size: 24px; font-weight:bold; border-bottom-width: 0; }

pre, blockquote { font: 10px verdana; overflow-x: auto; padding: 10px; *padding-bottom: 20px; margin: 20px 10px; line-height: 1.8em; background-color: #fdfc9d; border: 1px solid #e0e0e0; width: 410px; }

code { color: #779900; font-family: Consolas, Verdana; }

ul, ol { line-height: 2.0em; }
ul { list-style-image: url(images/bullet.gif); }
abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }
del { text-decoration: line-through; color: #999999; }
ins { text-decoration: none; color: #009977; }

.fechar {
	font-family:Tahoma;
	font-size:11px;
	font-style:normal;
	color:#177D97;
	text-decoration:none;
}