table,select,input,div {
	FONT-FAMILY: verdana, tahoma, arial, sans-serif;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active{text-decoration: none;}  
a:hover{text-decoration: none;}

.font-8 {font-size: 8px;}
.font-9 {font-size: 9px;}
.font-10{font-size: 10px;}
.font-11{font-size: 11px;}
.font-12{font-size: 12px;}

.linha-1 {line-height: 1px;}
.linha-2 {line-height: 2px;}
.linha-4 {line-height: 4px;}
.linha-5 {line-height: 5px;}
.linha-11 {line-height: 11px;}
.linha-15 {line-height: 15px;}
.linha-20 {line-height: 20px;}
.linha-25 {line-height: 25px;}
.linha-35 {line-height: 35px;}

.bold{ font-weight:bold;}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.justify {text-align: justify;}

.top {vertical-align: top;}
.meio{vertical-align: middle;}
.bottom {vertical-align: bottom;}

.bg-branco { background: #ffffff; }
.bg-verde{ background: #008000;}
.bg-cinza-2 {background-color: #efefef;}
.bg-cinza-3 {background-color: #d0d0d0;}

.preto { color: #000000;}
.branco { color: #ffffff;}
.verde { color: green;}

.pad-0 {padding: 0px 0px 0px 0px;}
.pad-4 {padding: 4px 4px 4px 4px;}
.pad-L2 {padding-left: 2px;}

.4x4 {width: 4; height: 4;}
.width-4{width:4px;}

.bord-t1	{ border-top : green 1px solid;}
.bord-b1 { border-bottom: 1px groove #e0e0e0;}
.bord-R1 { border-right:green 1px solid;}

.mouse-mao {cursor:hand;}

.menu {
	padding: 3px 1px 1px 0px;
}
.degrad_verde{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='green',endColorStr='#FFFfff',gradientType='1');
}
.degrad_verde2{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFfff',endColorStr='green',gradientType='1');
}
.degrad_cinza{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#c0c0c0',endColorStr='#FFFfff',gradientType='1');
}





.zzz{
	color: Olive;
	line-height: 10px;
	border-right-width: 2px;
	border-right: 1px dashed Green;
}

