/** BASIC */
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #0076b9;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.select1 {
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.htable 
{
	height: 100%;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 130%;
}

.ul1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.ul1 li {
	display: inline;
}

.ul1 a {
	display: block;
	width: 186px;
	height: 21px;
	padding: 4px 0px 0px 27px;
	background: url(images/bg08.jpg) no-repeat left top;
	background-color: #0076b9;
}

.text1 {
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	font-size: 13px;
	font-weight: bold;
	color: #0180C4;
}

.text3 {
	font-size: 10px;
	font-weight: bold;
}

.text4 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #908F8F;
}

.text5 {
	font-size: 24px;
	color: #0180C4;
}

.text6 {
	font-size: 10px;
}

/** LINKS */

a {
	color: #D82D01;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	font-size: 11px;
	font-weight: normal;
	color: #0180C4;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1          { background: #ffffff url(images/lateral.jpg) repeat-y left top; }
.bg2          { background: url(images/bg02.jpg) no-repeat left top; }
.bg3          { background: url(images/bg05.jpg) no-repeat left top; }
.bg4          { background: url(images/bg06.jpg) no-repeat left top; }

.bg5          { background: url(images/bg07.jpg) no-repeat left top; }
.bg6          { background: url(images/bg10.jpg) no-repeat left top; }
.bgtoy        { background: url(images/homepage18.jpg) no-repeat left top; }
.vermais      { background: url(images/fim_lista.jpg) no-repeat left top; }
.bgpolaroid   { background: url(images/icone_polaroid_galeria.png) no-repeat left top; }

.bg7 { background: url(images/homepage17.jpg) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 15px;
	background: url(images/subpage1_01.gif) repeat-x left top;
}


