html {
	overflow-y: scroll;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #FF9900;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #FF9900;
	scrollbar-shadow-color:#ff9900;
	scrollbar-highlight-color:#ff9900;
	scrollbar-3dlight-color:#770707;
	scrollbar-darkshadow-Color:#800808;
}
.tabelaGrande {
	width: 950px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
.tabelaMedia {
	width: 800px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
.tabelaBackground{
	background-image: url(../images/background.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.tabelaBackground2{
	background-image: url(../images/background2.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.texto, .textoMenu, .menuHighlighted, .textoCopyright, .textoTitulo, .textoApresenta, .textTittle, .textSubTittle, .textPrograma {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a.texto:hover {
	color: #FF9900;
	background-color: #333333;
}
.textoMenu {
	font-size: 11px;
	font-weight: bold;
	border: 3px solid #ffffff; 
}
a.textoMenu:hover {
	font-size: 11px;
	color: #FF9900;
	background-color: #FEE2BA;
	border: 3px solid #FEE2BA; 
}
.menuHighlighted {
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	border: 3px solid #ffffff; 
}
.textoCopyright {
	font-size: 10px;
}
a.textoCopyright:hover{
	color: #FF9900;
	background-color: #333333;
}
.textoTitulo {
	font-size: 15px;
	font-weight: bold;
}
.textoApresenta {
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
}
a.textoApresenta{
	color: #333333;
	background-color: #FF9900;
}
a.textoApresenta:hover{
	color: #333333;
	background-color: #FEE2BA;
}
.menuCell {
	padding: 5px;
}
.paddingText {
	padding: 2px;
}
.copyrightCell {
	padding: 5px;
	background-image: url(../images/borderBottom.gif);
	background-repeat: repeat;
}
#textBoxGeneral{
	width : 750px;
/*	height : 327px; */
	overflow : auto;
}
.textTittle {
	font-weight: bold;
}
.textSubTittle {
	font-weight: bold;
	color: #CC6600;
}
.textPrograma, .textProgramaRed {
	font-size: 11px;
}
.textProgramaRed {
	color: #CC6600;
}
a.textPrograma{
	color: #CC6600;
}
a.textPrograma:hover{
	color: #FF9900;
	background-color: #333333;
}
.rasurado{
	text-decoration: line-through;
}
.bckgLaranja{
	background-color: #FFA07A;
}
.bckgAzul{
	background-color: #20B2AA;
}
.bckgAmarelo{
	background-color: #FFD700;
}
.bckgVerde{
	background-color: #3CB371;
}
.bckgVioleta{
	background-color: #DB7093;
}
.tableBorder{
	border-color: #FF9900;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
}