/* CSS Document */
body {
	background-color: #38535c;
	background-image: url(../img/bg_background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*Textos e Links*/

.text-a-whithe{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#FFFFFF;
}
.text-link-whithe{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
.text-t-green{
	font-family:Tahoma, Arial;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#014242
}
.text-t-green-under{
	font-family:Tahoma, Arial;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#6f6f6f
}
.text-t-green-big{
	font-family:Arial,Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#014242
}
.text-t-black-big{
	font-family:Arial,Tahoma;
	font-size:22px;
	font-weight:700;
	text-transform:capitalize;
	color:#000000;
}
.text-t-gray{
	font-family:Tahoma, Arial;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#6f6f6f
}
.text-textos{
	font-family:Tahoma, Arial;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#6f6f6f
}
/*Formularios*/

.formularios
{
    border-right: #6f6f6f 1px solid;
    border-top: #6f6f6f 1px solid;
	border-bottom: #6f6f6f 1px solid;
    border-left: #6f6f6f 1px solid;
	font-size: 11px;
    color: #000000;
    font-family: Tahoma, Arial;
    background-color: #e0e0e0;
}