

body {
	font-size: 16px; 
	font-family: Tahoma,arial,Verdana,helvetica; 
	font-weight: normal; 
	color: #004080;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

td,th,p,b,div,span {
	font-family:  Tahoma,arial,Verdana,helvetica;
	font-weight: normal; 
}

.dotted {border: 1px dotted #c0c0c0;}
.no_info {background-color: #fafafa; line-height: 25px; width: 100%; font-style: italic; display: inline}

img{
border:0;
vertical-align: middle;
}

.imgLabelPage {
	vertical-align: top; 
	height: 25px
	}

.font-main-bold
{
font-weight: bold;
}

fieldset.main {
	padding: 10px;
}
.leg_main {
	font-weight: bold;
	color: #004080;
	padding-left: 7px;
	padding-right: 10px;
}

.top_label {font-size: 16px; font-weight: bold; margin-bottom: 20px}

.box
{
border: 1px #d4d4d4 solid; 
padding: 5px; 
background-image: url('../imagens/bg_label1.jpg'); 
background-position: top; 
background-repeat: repeat-x; 
}

h1, h2, h3, h4 {line-height:normal;}

fieldset.main {
	width: 97%;
	padding: 10px;
	border-width: 1px;
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
}

.font_10{
font-size: 10px;
}
.font_10bold{
font-size: 10px;
font-weight: bold;
}

.font_12{
font-size: 12px;
}
.font_12bold{
font-size: 12px;
font-weight: bold;
}

.font_14{
font-size: 14px;
}
.font_14bold{
font-size: 14px;
font-weight: bold;
}

.font_16{
font-size: 16px;
}
.font_16bold{
font-size: 16px;
font-weight: bold;
}

#gradient-style
{
	text-align: center;
	padding: 8px; 
	/*border-bottom: 1px solid #fff;*/
	color: #669;
	/*border-top: 1px solid #fff;*/
	/*background: #e8edff url('imagens/gradback.png') repeat-x;*/
	/*background: #e8edff url('imagens/degradee1.gif') repeat-x;*/


	/* For WebKit (Safari, Google Chrome etc) */ 
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff)); 
	/* For Mozilla/Gecko (Firefox etc) */ 
	background: -moz-linear-gradient(top, #f4f4f4, #ffffff); 
	/* For Internet Explorer 5.5 - 7 */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF4F4F4, endColorstr=#FFFFFFFF); 
	/* For Internet Explorer 8 */ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF4F4F4, endColorstr=#FFFFFFFF)"; 

}

