﻿body 
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right:0px;
	padding-top:0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
	margin-top:0px;
	background-color:#010101;
	
	font-family:Arial;
	font-size:12px;
	color:silver;
}

/* Janelas */

.menu
{
	background-image:url('images/menu/fundo_novoMenu.gif');
}
.rodape
{
	font-family:Arial;
	font-size:10px;
	color:silver;
	background-image:url("images/fundorodape.png");
}

/* Fontes */
.botao
{
	font-family:Arial;
	font-size:14px;
	color:DarkRed;
	font-weight:bold;
	text-decoration:none;
}
.botao:hover
{
	font-family:Arial;
	font-size:14px;
	color:DarkRed;
	font-weight:bold;
	text-decoration:underline;
}
.titulo
{
	font-family:Arial;
	font-size:18px;
	color:DarkRed;
	font-weight:bold;
}
.fonte
{
	font-family:Arial;
	font-size:12px;
	color:silver;
}
.fonte2
{
	font-family:Arial;
	font-size:12px;
	color:#998675;
}
.fontelink
{
	font-family:Arial;
	font-size:12px;
	color:silver;
	text-decoration:none;
}
.fontelink:hover
{
	font-family:Arial;
	font-size:12px;
	color:silver;
	text-decoration:underline;
}
.fontelink2
{
	font-family:Arial;
	font-size:12px;
	color:#998675;
	text-decoration:none;
}
.fontelink2:hover
{
	font-family:Arial;
	font-size:12px;
	color:#998675;
	text-decoration:underline;
}
.linkteste
{
	font-family:Arial;
	font-size:12px;
	color:silver;
	text-decoration:none;
}
.linkteste:hover
{
	font-family:Arial;
	font-size:12px;
	color:silver;
	text-decoration:underline;
}
.h1
{
	font-family:Arial;
	font-size:16px;
	color:DarkRed;
	font-weight:bold;
}
.h2
{
	font-family:Arial;
	font-size:14px;
	color:DarkRed;
	font-weight:bold;
}

.modalBackground {
	background-color:Black;
	filter:alpha(opacity=70);
	opacity:0.7;
	width:800px;
        height:100%;
        clear:both;
}
