﻿

.hTitlePage
{
	font-size: 20px;
}

.tblLegalTerms td
{
	font-size: 13px;
}

.divInfoPrivacyPolicy 
{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	max-width: 940px;
	min-width: 320px;
	
	min-width: 300px;
	
	text-align: justify;
	font-size: 13px;	
}

.tblLegalTerms 
{
	position: relative; 
	float: left;
}

#divClose 
{
	position:relative;
	float: left;
	padding-right:3px;
	padding-left:3px;
	border: solid 1px transparent;
	cursor: pointer;
	color: #004F5D;
	border-radius: 5px;				
	-moz-border-radius: 5px;
	z-index : 1;
	margin-bottom: 20px;
	margin-top: 10px;
}

#divClose:hover
{
	border: solid 1px #004F5D;
	cursor: pointer;
}

#divClose:active
{
	background-color: #e4f5f0;
}

#divClose h1 
{
	position: relative;
	float: left;
	margin: 0px;
}

.table{    
	text-align: left;
    border-collapse: collapse;
    width: 100%;
}

.table td{
	text-align: left;
	padding: 15px;
}

.table tr:first-child td{
	font-weight: bold;
	color:#004F5D;
	border-bottom: 1px solid #004F5D;
}