/* desenvolvimento - Jean Marcel  - jean@jeanmarcel.com.br */

.bgPrincipal {
background:#000000 url(../images/fundo_02.jpg) repeat-x;
}

.texto1{
font:14px "Century Gothic", Verdana, Courier;
color:#ffa800;
}
.texto1a{
font:11px "Century Gothic", Verdana, Courier;
color:#ffa800;
}
.texto2{
font:12px "Century Gothic", Verdana, Courier;
color:#424242;
}
.texto3{
font:11px "Century Gothic", Verdana, Courier;
color:#FFFFFF;
}

a:visited {
	font-family: "Century Gothic", Verdana, Courier;
	font-size: 14px;
	font-weight: bold;
	color: #ffa800;
	text-decoration:none;
}
a:hover {
	font-family: "Century Gothic", Verdana, Courier;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
a:link {
	font-family: "Century Gothic", Verdana, Courier;
	font-size: 13px;
	font-weight: bold;
	color: #ffa800;
	text-decoration:none;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #e0e0e0;
	border: 1px solid #cccccc;
}