@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
}

.base {
	margin-right: auto;
	margin-left: auto;
}

.contato {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #FF3300;
	padding-left: 8px;
}

.contato a:link {
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	color: #FF3300;
}

.contato a:hover {
	font-weight: bold;
	color: #999999;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}

.formulario {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #999999;
}

.formularioinput {
	background-color: #333333;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.fundo1 {
	background-image: url(../imagens/mumas-design2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.fundo2 {
	background-color: #171717;
}

.fundotesteira {
	background-image: url(../imagens/fundo-tresteira4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 70px;
}

.tdmenu {
	width: 200px;
	margin-bottom: auto;
}

.tdconteudo {
	width: 794px;
	margin-bottom: auto;
}

.titleform {
	font-family: "Courier New", Courier, monospace;
	color: #999999;
	padding-left: 5px;
}

ul#menu {
	width:200px;
	border:1px solid #000000;
	margin:0;
	padding:0;
	list-style-type:none;
	background-color: #333333;
}

ul#menu li {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

ul#menu li a:link, ul#menu li a:visited {
	display:block;
	height:1%;
	text-decoration:none;
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
	color:#CCCCCC;
	padding-left:5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFCC00;
}

ul#menu li a:hover {
	background-color: #494949;
	color:#DAA520;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
}
