/*Parte do estilo que configura a scroolbar*/
#mycustomscroll{
	/* Typical fixed height and fixed width example */
	width: 630px;
	height: 400px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #dde0e0;*/
	margin: 0.3em auto;
	padding: 5px;
}
#content {
	padding: 0.0em;
	margin:0.0em 0.0em;
	vertical-align:top;
}


a {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.a:hover {
	text-decoration: underline;
}
.titulo {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #8b5b00;
	text-decoration: none;
}
.textonormalbranco {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textonegritobranco {
	font-family: arial;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.textonormalvermelho {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #740100;
	text-decoration: none;
}
.textonormalcinza {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #475252;
	text-decoration: none;
}
.textoboldverde{
	font-family: arial;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	color: #4a6164;
	text-decoration: none;
}
.textonormalverde {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #00827d;
	text-decoration: none;
}
.textoboldcinza {
	font-family: arial;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	color: #475252;
	text-decoration: none;
}
.textoRodape {
	font-family: arial;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	color: #475252;
	text-decoration: none;
}
.textoboldvermelho {
	font-family: arial;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	color: #740100;
	text-decoration: none;
}
.textoboldvermelhoescuro {
	font-family: arial;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	color: #4e2e1e;
	text-decoration: none;
}
.titulo:hover {
	text-decoration: underline;
}
.agenda {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.agenda:hover {
	text-decoration: underline;
}
.agendaPassados {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #c0c0c0;
	text-decoration: none;
}
.agendaPassados:hover {
	text-decoration: underline;
}
.pontilhado {
	font-family: arial;
	font-size: 10px;
	color: #808080;
	text-decoration: none;
}
.formulario {
	font-family: arial;
	font-size: 10px;
	color:#666;
	text-decoration: none;
	border: 1px solid #4483ac;
	background: #fbfbfb;
	/*
	font-size:11px; 
	font-weight:bold; 
	color:#666;
	*/
}
.fundotabela {
	font-family: arial;
	font-size: 10px;
	color: #23625f;
	text-decoration: none;
	border: 1px solid #c2978f;
	background: #b8dada;
}
.input {
	font-family: arial;
	font-size: 10px;
	color: #e6d9bf;
	text-decoration: none;
	border: 1px solid #bc7b02;
}
.bordatabelabaixo {
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	font-family: arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
}
.bordatabelasimples {
	tr td border:1px; 
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.top5 {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #74060a;
	text-decoration: none;
}
.top5:hover {
	text-decoration: underline;
}
.enquete {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bordaBanner {
	width: 481px;
	height:61px;
	border-top: 2px solid #c0c0c0;
	border-right: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
	border-left: 2px solid #c0c0c0;
}
.borda {
	border-top: 4px solid #8cacab;
	border-right: 4px solid #8cacab;
	border-bottom: 4px solid #8cacab;
	border-left: 4px solid #8cacab;
}
