body {
	min-width: 730px;
	background-image: url(imgs/bgmain.jpg);
	background-attachment: fixed;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	line-height: 13px;
	color: #3D4346;
	cursor: default;
}

table {
	font-family: Arial;
	font-size: 11px;
	color: #3D4346;
}

input, textarea, select {
	font-family: Arial;
	font-size: 10px;
	margin-top: 1px;
}

textarea {
	overflow:auto;
}

ul {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-type: square;
}

li {
	margin-left: -25px;
	margin-bottom: 10px;
}

.bgWhite {
	background-color:#FFFFFF;
	background-image:url(imgs/bgConteudo.jpg);
	background-position:10px 10px;
	background-repeat:no-repeat;
}

#rastreamento {
	position: relative;
	margin-top: 25px;
	color: #899398;
}

#rastreamento a { color:#899398 }
#rastreamento a:hover { text-decoration: underline; }

#footer a { color:#CC0000; display:block; }
#footer a:hover { text-decoration: underline; }

#footer p {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	color:#FFFFFF;
	text-decoration: none;
}

.boxRed {
	background-color:#CC0000;
	color:#FFFFFF;
}

.boxFotos {
	background:url(imgs/degrade.gif)
}

a			{ color: #3D4346; text-decoration: none; }
a:hover		{ text-decoration: underline; }

h1 {
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: -1px;
	color: #848D94;
	font-weight: normal;
	font-variant: small-caps;
}

h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: -1px;
	color: #CC0000;
}

p { margin-top: 0px; margin-bottom: 10px; line-height: 13px; }

.txtRed { color: #CC0000; }

.txtWhite { color: #FFFFFF; }

.onMouseOver {
	cursor:hand;
	background:url(imgs/degrade.gif)
}