html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url('images/direita.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000;
}
form {
	padding: 0px;
	margin: 0px;
}
p {
	text-align: Justify;
	font-size: 11px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a:link,
a:visited,
a:active {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
}
#Wrapper {
	width: 1000px;
}
#WrapperTopo {
	width: 1000px;
	height: 235px;	
	background-image: url('images/topo.gif');
	background-repeat: no-repeat;
}
#WrapperLeft {
	width: 480px;
	float: left;
}
#WrapperRight {
	width: 510px;
	float: right;
}
#ContentLeft {
	width: 450px;
	margin-left: 30px;
}
#ContentRight {
	width: 280px;
	margin-left: 10px;
}
#ContentLeft h1 {
	font-size: 17px;
	color: #ff6600;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	height: 22px;
	background-image: url('images/h1_left.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}
#ContentLeft h2 {
	text-align: left;
	font-size: 15px;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	height: 20px;
	background-image: url('images/h1_left.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}
#ContentLeft .Postado {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
#ContentRight h1 {
	font-size: 17px;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	height: 22px;
	background-image: url('images/h1_left.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: right;
}
.Color2 {
	color: #ff6600;
}
#ContentRight p {
	text-align: right;
}
.Counter {
	text-align: right;
}
.Counter .Numeros img {
	width: 13px;
	height: 19px;
	border: 0px;
	margin-left: 3px;
}
#CalendarCanvas {
	background-image: url('images/calendar_back.gif');
	width: 206px;
	height: 178px;
}
#Calendar table {
	border: 1px solid #000;
}
#Calendar th {
	color: #FFF;
	text-align: left;
	background-color: #000;
	font-size: 11px;
}
#Calendar td {
	text-align: center;
}
#Calendar td, #Calendar th {
	font-weight: bold;
	font-size: 11px;
}
.Image {
	margin-top: 1em;
}
#Navigator {
	background-image: url('images/seta_grid.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	bottom: 0px;
	background-color: #000;
	color: #FFF;
	line-height: 19px;
	height: 19px;
	text-align: center;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity: 0.4;
}
.Selecionado {
	background-color: #E40032;
}
#Calendar table td a:link,
#Calendar table td a:active,
#Calendar table td a:visited {
	color: #000;
}
#Calendar table td a:hover {
	color: #E40032;
}
#Calendar table td.Selecionado a:link,
#Calendar table td.Selecionado a:active,
#Calendar table td.Selecionado a:hover,
#Calendar table td.Selecionado a:visited {
	color: #FFF;
}
#WrapperFooter {
	clear: both;
}
#ContentFooter {
	font-size: 9px;
	padding: 10px;
	text-align: center;
}
.Tabela td, .Tabela th {
	font-size: 11px;
	border: 1px solid #CCC;
	border-collapse: collapse;
}