body
{
margin: 0px;
font-family: Arial;
font-size:12px;
background-color:#990000;
color:#FFCC00;
}
.fundo_menu
{
background:url(img/fundo_menu.jpg);
background-repeat:repeat-y;
}
.copyright
{
color:#FFFFFF;
padding-left:5px;
font-weight:bold;
text-align:left;
font-size:10px;
}
/*Links ------------------------------------*/
a:link {
	color:#FFCC00;
	font-weight:bold;
	text-decoration: none;
	font-size:14px;
}
a:visited {
	color: #FFCC00;
	font-weight:bold;
	text-decoration: none;
	font-size:14px;
}
a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:14px;
}
a:active {
	color: #FFCC00;
	font-weight:bold;
	text-decoration: none;
	font-size:14px;
}
/* Links do menu */
m:link {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
m:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
m:hover {
	color: #CCC;
	font-weight:bold;
	text-decoration: none;
}
m:active {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
/*Fim do Links --------------------------*/
.textarea
{
BORDER: #999999 1px solid;
font-family:Arial;
COLOR: #000000;
background-color:#F9F9F9;
font-size: 12px;
font-family:Arial;
}
.botao
{
border: #666666 1px solid;
background-color: #CCCCCC;
font-size: 12px;
font-family:Arial;
font-weight:bolder;
text-align: center;
cursor:pointer;
}
.botao:hover
{
border: #666666 1px solid;
background-color: #FFFFFF;
font-size: 12px;
font-family:Arial;
font-weight:bolder;
text-align: center;
cursor:pointer;
}
.titulos_galeria
{
	font-size:20px;
	font-weight:bold;
	text-align:right;
	border-bottom:#FFFFFF 2px solid;
	color:#FFCC00;
}