body, html {
	width:100%;
	height:100%;
}
.hand {
	cursor: hand;
	cursor: pointer;
}
body, td {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #ffffff;
}

body {
	background-color: #000000;
}

.oldDate {
	color: #808080;

}
.pageTitle {
	font-size: 22px;
	padding-bottom: 15px;
	font-weight: bold;
	padding-top: 5px;
	line-height: 25px;
}
.author {
	background:#313131;
	color:#C0C0C0;
	background-image:url(/img/fadeAuthor.gif);
	background-repeat:repeat-x;
}

td {
	vertical-align: top;
}

.linha {
	border-bottom: 1px solid #C9AE31;
}
.linhaTopo {
	border-top: 1px solid #666666;
}

.boxTitle {
	font-weight: bold;
	font-size: 13px;
/*	color: #ff3300;*/
	text-transform: uppercase;

}

.formSmall {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 11px;
	border: 1px solid #C0C0C0;
	background:#000000;
	color:#FFFFFF;
}

.smallText, .smallText TD {
	font-size:11px;
	line-height: 14px;
}


a {
	color: #ff3300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}