/* -- Generic Initiation items not covered in "undothml.css" -- */

body
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 70%;
	background-color: #fff;
	color: #656565;
	background-image: url(../SiteImages/bkg.jpg);
	background-repeat: repeat-x;
}

a
{
	font-size: 10px;
	color: #000000;
	font-style: bold;
	text-decoration: none;
}

a:hover 
{
	font-size: 10px;
	color: #333333;
	font-style: normal;
	text-decoration: none;
}

a.footer
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #656565;
}

a.footer:hover
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
}


a.navegacao 
{
	font-size: 10px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}	

a.navegacao:hover 
{
	font-size: 10px;
	color: #ff9933;
	font-style: normal;
	text-decoration: none;
}

a.navlateral 
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	display: block;
	font: 12px;
	color:#000000;
	text-decoration: none;
}
 
a.navlateral:hover 
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font: 12px;
	color:#000000;
	background-color:#e5e5e5;
}

a.titulo
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-style: bold;
	color: black;
}

a.titulo:hover
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-style: bold;
	color: #999999;
}

table 
{
	border-size: 0px;
}

table.container 
{
	border-width: thin;
	border-color: #efefef;
	border-style: solid;
}

form
{
	margin: 0;
	padding: 0;
}

h1, h2
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: light;
}

.titulo
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-style: bold;
	color: black;
}

.titulosecao
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-style: bold;
	color: #FF9933;
}

.subtitulo
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: lighter;
	font-size: 11px;
	font-style: normal;
	color: #999999;
}

.hierarquia
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: lighter;
	font-size: 10px;
	font-style: normal;
	color: #999999;
}

.descritivo
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: lighter;
	font-size: 11px;
	font-style: bold;
	color: #333333;
}

h2 span.date
{
	display:block;
	font-size: 0.6em;
	color: #7C7C7C;
	font-weight: normal;
}

hr.priceGuide
{
	border-top: 1px dotted #7C7C7C;
	height: 1px;
	border-bottom: 0 none;
	width: 50%;
	float: left;
	margin-top: -5px;
}

/*	For evil CMSs */
u
{
	text-decoration: none;
}

/*	To standardise cross browser */
ul, ol
{
	list-style-position: inside;
}

fieldset
{
	border : none;
}

legend
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}


