img
{
border-color: #003366;
}
.logo
{
border-color: #ffffff;
}
.border_vetrina
{
border-color: #808080;
border-style: solid;
border-width: 1px;
}
body
{
color: black;
font-size: 10px;
font-family: Verdana,Helvetica,Arial,sans-serif;
background-color: #efefef;	
}
table
{
background-color: #fbfbf9;
}
a
{
color: #ffffff;
text-decoration: none;
}
a:link
{
color: #ffffff;
text-decoration: none;
}
a:hover
{
color: #AAAAAA;
text-decoration: none;
}
a:visited
{
color: #ffffff;
text-decoration: none;
}
a:visited:hover
{
color: #AAAAAA;
text-decoration: none;
}

.linkblu a
{
color: blue;
font-weight: bold;
text-decoration: underline;
}
.linkblu a:link
{
color: blue;
font-weight: bold;
text-decoration: underline;
}
.linkblu a:hover
{
color: #AAAAAA;
font-weight: bold;
text-decoration: none;
}
.linkblu a:visited
{
color: blue;
font-weight: bold;
text-decoration: none;
}
.linkblu a:visited:hover
{
color: #AAAAAA;
font-weight: bold;
text-decoration: none;
}

p {
color: black;
font-size: 10px;
font-family: Verdana,Helvetica,Arial,sans-serif;
}

td {
color: black;
font-size: 10px;
font-family: Verdana,Helvetica,Arial,sans-serif;
}

.title {
color: navy;
font-weight: bold;
font-size: 12px;
font-family: Verdana,Helvetica,Arial,sans-serif;
}

.label {
color: navy;
font-weight: bold;
font-size: 10px;
font-family: Verdana,Helvetica,Arial,sans-serif;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
}

.value {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
}
.banner {
color: black;
background: #117DB3; 
font-size: 10px;
font-family: Verdana,Helvetica,Arial,sans-serif;
}

h1 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	color: #808080;
}
h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	color: #808080;
}

.tabs {
	width: 947px;
	height: 40px;
	margin: -10px -20px 0 -20px;
}
.tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabs ul li {
	width: 182px;
	height: 30px;
	padding: 10px 10px 0 40px;
	font-weight: bold;
	color: #2f2f2f;
	border-right: 1px #fbfbfb solid;
	position: relative;
	background: url('../bgstroke.png') repeat-x left top;
	float: left;
}
.tabs ul li.selected {
	background-position: left bottom;
}
.tabs ul li.step4 {
	width: 198px;
	border-right: none;
}
.tabs ul li span {
	height: 32px;
	width: 34px;
	top: 5px;
	left: 1px;
	position: absolute;
	display: block;
}
.tabs ul li.step1 span {
	background: url('../1.png') no-repeat left top;
}
.tabs ul li.step2 span {
	background: url('../2.png') no-repeat left top;
}
.tabs ul li.step3 span {
	background: url('../3.png') no-repeat left top;
}
.tabs ul li.step4 span {
	background: url('../4.png') no-repeat left top;
}
.tabscontent {
	width: 945px;
	padding: 1px 20px;
	margin: -1px -20px 0 -20px;	
	position: relative;
	background: url('../tabscontent.png') repeat-x left top;
}

.input select {
	font-weight: bold;
	border: 1px #adadad solid;
	background:#ffffff;
}

.input input {
	font-weight: bold;
	border: 1px #adadad solid;
	background:#ffffff;
}	
.input input:focus, .input textarea:focus {
	border: 1px #117DB3 solid;
}
