
body {
	margin: 0px;
	/*background: url(images/img01.gif) repeat-x left top;*/
	font-family: "Lucida Grande", verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 120%;
	font-weight: bold;
}

h2 {
	font-size: 110%;
	font-weight:bold;
	border-bottom: 1px solid #BFC1C0;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	/*border-bottom: 1px dotted #FB7600;*/
	color: #CD6839;
}

a:hover {
	background: none;
	color: #B22222;
}


/* Header */

#header {
	width: 740px;
	height: 190px;
	margin-left: 90px;
	margin-top: 20px;

	background: url(images/img01.jpg) repeat-y left top;
	background: url(images/apa2.jpg) no-repeat left top;

}

/* Logo */

#logo {
	width: 640px;
	height: 170px;
	float: right;
}

#logo h1, #logo p {
}

#logo h1 {
	float: right;
	padding: 10px 0 0 20px;
	margin: 150px 20px 0px 150px;
	letter-spacing: -1px;
}

#logo h1 a {
	color: #000000;

}


#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
	
}

#logo a:hover {
	background: none;
	text-decoration: none;
	color: #CC0001;
}

/* Menu */

#menu {
	width: 800px;
	height: 60px;
	background: url(images/img03.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
	float: left;
	margin-left: 50px;

}

#menu ul {
	margin: 0;
	padding: 10px 0 0 20px;
	list-style: none;
	line-height: normal;

}

#menu li {
	float: left;
		
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 5px 10px 7px 20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: white;
	text-decoration: none;
	font-size: 12px;
	color: #CC0001;
}


#menu .first {
	margin-right: 3px;
	background: #000000;
}


/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	margin-left: 65px;
	padding-top: 20px;
}

/* Content */

#content {
	float: right;
	width: 610px;
	padding: 10px 20px 0 0;
}

.post {
	margin-left: 5px;
	padding-bottom: 40px;
}

.post .title {
	/*padding-left: 10px;*/
	/*border-left: 4px solid #F57601;*/
	color: #000000;
}

.post .title a {
	background: none;
	color: #444444;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	padding: 10px 0px 0px 15px;
	width:95%;
	border-top: 1px solid  #CCCCCC;
	line-height: 25px;
}

.post .meta .comments,.post .meta .permalink {
}

.post .entry {
	padding: 5px 20px 5px 20px;
	text-align: left;
	line-height: 25px;
	font-size: 12px;

}

/* Tabela Table1 */

#table1 {
}


#table1 table {
	width: 600px;
	width: 100%;
	font-family:Verdana;
	font-size:12px; 
	text-align=left;
	valign:top;
	cellpadding=0;
	cellspacing=0;
	border=0;

}


#table1 th, td {
	line-height: 150%;
	text-indent: 0px;
	font-weight: normal;
	text-align=left;
	vertical-align:top;

}


#table1 img {
	border: 2px solid #CCCCCC;
	valign: top;
	text-align: left;
	
}





/* Footer */

#footer {
	width: 800px;
	height: 1px;
	margin: 0 auto;
	padding: 5px 0 15px 0;
	border-top: 5px solid  #999999;
	margin-left: 50px;

}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #787878;
	border-bottom: 1px #787878 dotted;
}