@charset "utf-8";
@font-face {
 font-family: MyCustomFont;
 src: url("GOTHIC.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("GOTHIC.TTF") /* TTF file for CSS3 browsers */
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#272729;
}
H1{
	color:#B8A550; font-size:22px; font-family:MyCustomFont; font-weight:bold; text-align:right;
}
H2{
	color:#666;
	font-style:italic; font-size:13px;font-family:MyCustomFont; 
}
.rodape{
	color:#FFFFFF;
	font-style:italic; font-size:17px;font-family:MyCustomFont; 
}
H3, td, th, body{
 font-size:12px;font-family:MyCustomFont; 
}
input, textarea, select{
 font-size:10px;font-family:MyCustomFont; 
}
a{
	text-decoration:none;
	color:#069;font-family:MyCustomFont; 
}
.porcento{
	width:100%;	
}

.botao{
	width:100px;	
}

.sub{
	 font-size:18px; font-family:MyCustomFont; font-weight:bold; padding:0px;
}
.sub2{
	 font-size:12px; font-family:MyCustomFont; font-weight:bold; padding:0px;
}
.desabilitar{
	background-color:#CCC;
	width:100%;
}