
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body, html{
	/* definições de estrutura */
	margin		:0 0 0 0;	/*top, right, bottom, left*/
	width		:100%;
	height		:100%;
	/* definições de fundo */
	background-image	:url(../img/spacer.gif);
	background-position	:center center;
	background-repeat	:repeat;
	background-color	:#0d0e0e;
	/* definições de texto */
	color		:#ffffff;
	font-family	:Arial, Helvetica, sans-serif;
	font-size	:11px;
	font-weight	:normal;
}

/* definições de links */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a:link {	color: #666666;	text-decoration: none; }
a:visited {	color: #333333;	text-decoration: none; }
a:hover {	color: #999999;	text-decoration: underline; }
a:active {	color: #CCCCCC;	text-decoration: none; }

/* controle php basico */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.php_erro{
	display		:block;
	border		:#cccccc solid 1px;
	color		:#FA0536;
	letter-spacing		:1px;
	background-color	:#CCCCCC;

}
.php_notice{
	color		:#3399FF;
}
.php_mensagem{
	color:#333333;
	letter-spacing:1px;
}

/* REINICIANDO AS CONFIGURAÇÕES DE "TODOS" OS ELEMENTOS PARA DIVERSOS NAVEGADORES */
/* definições de html basico */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
*{
	margin		:0;
	padding		:0;
}
div, span{
	margin		:0;
	padding		:0;
}
h1, h2, h3, h4, h5, h6{
	margin		:0;
	padding		:0;
	margin-top	:5px;
}
h1{
	font-size	:25px;
}
h2{
	font-size	:22px;
}
h3{
	font-size	:19px;
}
h4{
	font-size	:17px;
}
h5{
	font-size	:15px;
}
h6{
	font-size	:13px;
}
p{
	margin		:1px 0 5px 0;
	padding		:0;
	clear		:both;
}
hr{
	margin:15px 0 15px 0;
}
ul, ol, li{
	margin		:0;
	padding		:0;
	list-style	:none;
	font-size	:inherit;
}
img{
	margin		:0;
	padding		:0;
	border		:none;
}
form{
	margin		:0;
	padding		:0;
}
fieldset{
	display		:table;
	float		:left;
	clear		:both;
	margin		:0;
	padding		:0;
	border		:none;
}
input, textarea, select{
	margin		:0;
	padding		:1px;
	width		:auto;
	height		:auto;
	border		:solid #000000 5px;
	font-family	:Arial, Helvetica, sans-serif;
	font-size	:11px;
	color		:#101010;
	background-color	:#fcfcfc;
}
label{
	display		:block;
	margin		:0;
	padding		:0 0 10px 0;
	height		:auto;
}

