/*
****************************** CSS Document *********************************

CLIENTE:		TRAMA PRODUÇÕES

-----------------------------------------------------------------------------

SISTEMA:		Website TRAMA PRODUÇÕES
MÓDULO:			Página de suporte do site
AUTOR:			Alexsandro Ribeiro Schindler
DATA CRIACAO:	11/16/2007 

MANUTENCAO:		
OBSERVACAO:		

*****************************************************************************
*/

/* Tags */
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4f4f4f;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
a {
	color: #9fa09f;
	font-size: 10px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 20px;
	font-family: Trebuchet MS, Verdana;
}
h2 {
	font-size: 18px;
	font-family: Trebuchet MS, Verdana;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}
hr {
	width: 100%;
	height: 1px;
	color: #757373;
}
select {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9fa09f;
	width: 250px;
	background-color: #FFFFFF;
	height: 17px;
}
input {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9fa09f;
	width: 250px;
	border: 1px solid #e77613;
	background-color: #FFFFFF;
	text-indent: 3px;
}
ul {
	color: #708691;
}
textarea {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9fa09f;
	width: 400px;
	height: 100px;
	border: 1px solid #e77613;
	background-color: #FFFFFF;
	text-indent: 3px;
}
/* Objetos */
#conteudo{
	width: 910px;
	height: 540px;
	position: absolute;
	left: 50%;
	margin-left: -455px;
	top: 50%;
	margin-top: -270px;
}
#conteudoSplash{
	width: 700px;
	height: 540px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 50%;
	margin-top: -270px;
	background-image: url(../../_imagem/splash/splash_novoEndereco.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}