
/********************************************
	Titutlo site | url
********************************************/

html {
height:100%;
background:#5C0402 url(../imagens/bg.gif) center top repeat-x;
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

body {
min-height:100%;
}

*html body{
height:100%;}

.clear {
clear: both;
}

/* -- headings -- */
h1 {
	font-size:20px;
	color:#fff;
}

h2 {
	font-size:13px;
	color:#fff;
	font-weight:bold;
	margin:5px;
}

h3 {
	font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#bf0633;
	font-style:italic;
}

h4 {
}

h5 {
}

h6 {
}

p{
	font-size:12px;
	color:#fff;
	line-height:16px;
	margin-top:12px;
}

/* -- links -- */
a, a:link {
}
a:hover, a:active, a:focus {
outline:none;
}

/* -- blockquotes -- */
blockquote {
}
