@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}

.hp { margin-top: 5px; margin-bottom: 5px; }

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font-family: Arial, 'Lucida Grande', sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 1.5em;
	background: #aaa;
	margin: 0;
	padding: 0;
	color:#222;
	
}
p, ul, ol {
	margin-bottom: 18px;
}
ul {
	list-style-type: square;
	margin-left: 2em;
	list-style-position: outside;
}

ul.nome { list-style-type: none }
ul.circle { list-style-type: disc }
ul.bluedot { list-style-image:url("../images/dot.gif") }

h1 {
	font-size: 24px;
	line-height: 18px;
	margin-bottom: 18px;
}
h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	margin:20px 0 5px 0;
}
h4 {
	font-size: 16px;
	line-height: 18px;
}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #78bde8;
	color: #572600;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
	color:#572600;
}
ol {
	list-style-type: decimal;
	list-style-position: inside;
}
a:link, a:visited {
	color: #0066cc;
	text-decoration: none;
	font-size: 14px;
}
a:hover, a:active, a:focus {
	color: #225378;
	text-decoration: underline;
}

/* Misc classes
-------------------------------------------------------------- */
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


a.clink {
	color: #78bde8;
	font-size: 14px;
	font-weight: bold;
}

.small {
	font-size: 11px;
	line-height: 18px;
}

.copyright {
	clear:both;
	font-size: 14px;
}

.bold {
	font-size: 14px;
	font-weight: normal;
	color: #572600;
}

.cbold {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #572600;
}

.gbold {
	font-size: 12px;
	font-weight: bold;
	color: #572600;
}

.pbold {
	font-size: 14px;
	font-weight: bold;
	color: #78bde8;
}



.large {
	font-size: 16px;
}

.emp { color: #000; }

.underline { text-decoration:underline; color: #000;}

.strong { font-weight: bold; color: #572600 ; }

.fltleft {
	float: left;
}
.fltright {
	float: right;
}


#banner, #banner span {
	        position: absolute;
	        top: -2500px;
	        left: -2500px;
	        display:block;
			width: 500px;
	        height: 100px;
        }
		
.announce  {
	color: #572600;
	font-size: 16px;
	margin: 10px auto 5px;
	font-weight: 500;
}

.pindent { margin-left: 3em; }


