*
{
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	background-image: url(../imagens/deg_fundo.jpg);
	background-attachment: fixed;
}

.tableBorda
{
	border-left: solid 1px #a1a1a1;
	border-right: solid 1px #a1a1a1;
}

.menu
{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.menu a
{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

.menu a:hover
{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}

.menu img
{
	margin-left: 12px;
	margin-right: 10px;
}

.titMenu
{
	padding-left: 8px;
	padding-right: 8px;
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

.select12px
{
	font-size:12px;
}

.forum
{
	padding-left: 8px;
	padding-right: 8px;
	color: #000000;
	font-size: 12px;
}

.forum input
{
	width: 128px;
	border: solid 1px #000000;
	font-size: 12px;
	height: 14px;
}

.input10px
{
font-size:10px;
}

.ftRodape
{
	color: #333333;
	font-size: 10px;
	padding-right: 10px;
}

.spaceButtom
{
	padding-right: 8px;
}
.a12px{
font-size:12px;
color:#0033CC;
text-decoration:none
}
.a12px:hover{
font-size:12px;
color:#CC3333;
text-decoration:none
}
.a11px{
font-size:11px;
color:#000000;
text-decoration:none
}
.a11px:hover{
font-size:11px;
color:#000000;
text-decoration:underline;
}
.a9px{
font-size:9px;
color:#0033CC;
text-decoration:none
}
.a9px:hover{
font-size:9px;
color:#CC3333;
text-decoration:none
}
.ft10pxbold {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.ft12px {
	font-size: 12px;
	color: #000000;
}
.ft14pxbold {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.ft10px {
	font-size: 10px;
	color: #000000;
}
.ft12pxbold {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.aCinzaB
{	
	color: #333333;
	text-decoration:none;
	font-size:11px;
}

.aCinzaB:hover
{	
	color: #333333;
	text-decoration:underline;
	font-size:11px;
}

.aCinzaB12
{	
	color: #333333;
	text-decoration:none;
	font-size:12px;
}

.aCinzaB12:hover
{	
	color: #333333;
	text-decoration:underline;
	font-size:12px;
}

.diaSemana
{
	width: 24px;
	height: 17px;
	background-image:url(../imagens/deg_semana.gif);
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-align:center;
}

.diaCalendario
{
	width: 24px;
	height: 17px;
	background-image:url(../imagens/deg_evento.gif);
	font-size: 12px;
	text-align:center;
	color: #000000;
}

.diaCalendario a
{
	color: #000000;
	text-decoration: none;
}

.diaCalendario a:hover
{
	color: #000000;
	text-decoration: underline;
}

.diaCalendarioEvento
{
	width: 24px;
	height: 17px;
	background-image:url(../imagens/deg_temevento.gif);
	font-size: 12px;
	text-align:center;
	color: #FF0000;
	font-weight:bold;
}

.diaCalendarioEvento a
{
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
}

.diaCalendarioEvento a:hover
{
	color: #FF0000;
	text-decoration: underline;
	font-weight:bold;
}

.noBack
{
	margin-top:10px;
	background-image: none;
	background-color: none;
	background: none;
}



#mainContainer {
	width:100%;
	margin:0 auto;
	padding:10px;
	text-align:left;
}
/* CSS for my first scrolling box */
	#scrollingContainer {
	width:100%;
	height:140px;	/* Height of box */
	padding:2px;	/* A little bit of space between border of box and text inside */
	float:left;	/* I want the text to wrap around the box */
	margin-right:10px;	/* Right margin of 10 pixels */
	font-size:0.9em;	/* Smaller font size than the rest of the page */
	overflow:hidden;	/* Hide overflow content */
}

.imageSlideshowHolder{
  margin:5px;  /* "Air" */
  float:right; /* Floating gallery at the right side of other web page content */    
  width:151px;  /* Image width */
  height:100px;  /* Image height */
  
  position:relative;  /* Don't remove this line */
} 
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		float:right; /* Floating gallery at the right side of other web page content */		
		width:205px;	/* Image width */
		height:136px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}