body{
	background-color: #f4f4e4;
	background-image : url(../img/bios.gif);
	background-position : center;
	background-repeat : no-repeat;
	background-attachment : fixed;
	scrollbar-base-color:#f4f4e4; 
	scrollbar-arrow-color:#993333
}
p.center{
	font-family: arial, sans serif;
	font-size: 11px;
	text-align: center;
	color: #ac4424;
	text-decoration: none;
}
p{
	font-family: arial, sans serif;
	font-size: 11px;
	text-align: justify;
	color: #ac4424;
	text-decoration: none;
}
p.titulo {
	font-family: Arial Black;
	font-size: 20px;
	color: #ac4424;
	text-decoration: underline;
	text-align: center;
}
h2{
	font-family: Arial Black;
	font-size: 16px;
	color: #ac4424;
	text-align: center;
} 
h1{
	font-family: Arial Black;
	font-size: 20px;
	color: #ac4424;
	text-decoration: underline;
	text-align: center;
} 
a{
	font-family: Arial;
	font-size: 12px;
	color: #FFB228;
	text-decoration : none;
	font-weight : bold;
}
a:hover{
	font-family: Arial;
	font-size: 12px;
	color: #E26818;
	text-decoration: underline;
}
li{
	
	list-style-type: square;
	font-family: Arial ;
	font-size: 11px;
	color: #ac4424;
	text-decoration : none;
}
li.margem100px{
list-style-type: none;
margin-left :100px;
font-family: Arial, sans serif;
font-size: 12px;
text-decoration: underline;
}
li.marcadorx{
	list-style-image : url(Imagens\x.gif);
}
table{
	font-family : Comic Sans MS;
	font-size : 12px;
	font-weight : light;
	border : none;
}
td.cinza{
	background-color : #DDDDDD;
	border : none;
}
td.branco{
	background-color : #ffffff;
	border : none;
}
td.titulo{
	background-color : #f6d8b6;
	font-family : Comic Sans MS;
	font-size : 15px;
	font-weight : bolder;
}
td{
	padding: 5px;
}
tr.branco{
	background-color : #ffffff;
}
tr.cinza{
	background-color : #DDDDDD;
}
ul.espaco{
	left : 200px;
}
ul{
	list-style-type:circle;
}
table.tipo{
	font-size : 12px;
	font-family : Arial;
	border : 1;
}
ol{
	font-family: Arial Black;
	font-size: 12px;
	color: #ac4424;
}
hr{
	height : 3px;
}