﻿@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
color:#FFFFFF;
font-family:Tahoma;
font-size:10pt;
}
body{
background:#000000;
}
.formula{
background-color: #000000;
border:1px solid #666666;
color:#FFFFFF;
}
.botoes{
border:1px solid #999999;
background:#CCCCCC;
color:#000000;
padding:1px 2px;
text-decoration:none;
font-weight:bold;
}
.label{
text-align:right;
}
.items{
text-align:left;
}
.divs{
background:#999999;
}
.divRadiosNomes{
color:#FFFFFF;
}
.divQtdPaginas{
color:#FFFFFF;
}
.divTipoNomes{
color:#FFFFFF;
font-weight:bold;
}
.divRadios{
background:#009933;
vertical-align:top;
display:block;
white-space:nowrap;
}
.linhaDeOrdem{
	margin:1px;
	padding:5px;
	border:1px dotted #666666;
	width:850px;
}
.descRecuo{
	margin-left:50px;
	padding:2px;
}
.estilo1{
	text-align:left;
}
.estilo2{
	text-align:justify;
}
.estilo3{
	text-align:left;	
}
.estilo4{
	text-align:right;
}
#horasOrdem{
	text-align:center;
}
.botaopreto{
background:url(botao.gif) no-repeat center ;
width:150px;
}
