/***********************************************************/
/*                                                         */
/*              Desenvolvimento & Padrões Web              */
/*             Equipe S - www.equipesmt.com.br             */
/*                                                         */
/***********************************************************/

@import url("res.css");

/* /////////////Peekaboo/////////////*/
* html .clearBoth
{
	height:1%
}
html, body
{
  margin: 0;
  padding: 0;
  height: 100%;
}
/*///////////// Clear///////////// */
.clearBoth
{
	clear:both
}
/* /////////////Fontes do site/////////////*/
body, table, h1, h2, h3, h4, h5, h6, p, input, select, textarea, button, div, a, label, ul, li, pre, cite, legend
{
	text-decoration:none;
	color:#000;
	font: normal 11px Verdana, Geneva, sans-serif;
}
body
{
	background-image: url(../_img/fundo_corpo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
strong, em, u, span
{
	font-family: Verdana, Geneva, sans-serif;
}
strong
{
	font-weight: bold;	
}
/*/////////////Principais IDs/////////////*/

#semFlash
{
	font-size: 12px;
	padding: 20px;
	color: #FFF;
	text-align: center;
}
#semFlash h4
{
	color: #000;
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
h1
{
	font-size: 18px;
	color: #006;
	font-weight: bold;
	padding: 15px 0px 5px;
}
h2
{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 15px 0px 5px;
}
h3
{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding: 15px 0px 5px;
}

p
{
	padding-bottom: 5px;
}
a
{
	color: #06F;
	text-decoration: underline;
}
