		*{
			font-weight: 100;
		}
		body{
			background-color: #444444 !important;
			color: #fff;
			background-image: url(../img/staff.png) !important;
		}

		h1{
			color: #99845F;
			font-size: 25px;
		}
		input[type='text'],
		input[type='password']{
			border: 1px solid rgba(82, 82, 82, 0.5);
			display: block;
			background-color: #444444;
			width: 100%;
			margin: 3px;
			padding: 10px;
			font-size: 14px;
			color: #fff;
		}
		input[type='text']:focus,
		input[type='password']:focus{
			border: 1px solid #99845F;
		}

		input[type='submit']{
			background-color: #99845F;
			padding: 10px;
			margin: 2px;
			color: #fff;
			width: 100%;
			border: 0;
			font-size: 14px;
		}
		input:focus {
		  outline: none !important;
		}
		@font-face {
  font-family: flight;
  src: url(../css/webfonts/Sansation_Light.ttf);
}
@font-face {
  font-family: fregular;
  src: url(../css/webfonts/Sansation_Regular.ttf);
}
@font-face {
  font-family: fbold;
  src: url(../css/webfonts/Sansation_Bold.ttf);
}

		*{
			font-weight: 100;
		}
		body{
			background-color: #252525;
			color: #fff;
		}

		h1{
			color: #99845F;
			font-size: 25px;
		}
		input[type='text'],
		input[type='password'],
		select{
			border: 1px solid rgba(82, 82, 82, 0.5);
			display: block;
			background-color: #444444;
			width: 100%;
			margin: 3px;
			padding: 10px;
			font-size: 14px;
			color: #fff;
		}
		input[type='text']:focus,
		input[type='password']:focus{
			border: 1px solid #99845F;
		}

		input[type='submit']{
			background-color: #99845F;
			padding: 10px;
			margin: 2px;
			color: #fff;
			width: 100%;
			border: 0;
			font-size: 14px;
		}
		input:focus {
		  outline: none !important;
		}
		.menu-topo{
			background-color: #444444;
			margin: 0;
		}
		.menu-topo a{
			color:  #99845F;
		}

		.menu-topo li{
			list-style: none;
			float: left;
			padding: 10px;
		}
		.botao{
			background:  #99845F;
			color: #fff;
			padding: 10px;
		}
		.botao:hover{
			color: #fff;
			text-decoration: none;
		}


.table-striped{
	color: #fff;
}
@import url("../css/main-LTR-1.css");



h2{
	color: #99845f;
	margin-top: 30px;
	margin-bottom: 30px;
}



*{
	font-family: flight !important;
}
h2, h1{
	color: #99845f;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: fbold !important;
}



	.table{
		color: #fff;
		border-top: 3px solid #99845f !important;
	}