body 
            {
            font-family: verdana;
	         background: #3366CC;
            margin: auto;
            text-align: center;
            }

table.container
            {
            width: 760px;
            background: #FFFFFF;
            margin: auto;
            border-style: solid;
            border-width: 1px;
            border-color: #000000;
            }

table.mallorca_pricing
            {
            width: 500px;
            font-size: 10pt;
            margin: auto;
            border-style: solid;
            border-width: 1px;
            border-color: #A1C5EA;
            background-color: 98B9E2;
            }

table.pricing
            {
            width: 100%;
            background: #90BADF;
            }

table.driving
            {
            width: 100%;
            background-color: 98B9E2;
            font-size: 10pt;
            }


td.contact
            {
            background: #90BADF;
            width: 200px;
            }

td.contact_heading
            {
            width: 200px;
            }

td.contact_left
            {
            text-align: right;
            background: #90BADF;
            }

td.contact_right
            {
            text-align: left;
            background: #90BADF;
            }

td.property
            {
            width: 100px
            }
td.time
            {
            width: 80px
            }

td.time2
            {
            width: 80px;
            background: #FFFFFF;
            }

td.top
            {
            vertical-align: top;
            }
td.header
            {
             text-align: center;
            }
td.nav
            {
            text-align: center;
            }
td.content
            {
            width: 380px;
            vertical-align: top;
            }

div.centre
            {
            text-align: center;
            }

.headertextgrn
            {
            font-size: 14pt;
            font-weight: bold;
            color: #8DAD8C;
            }

.headertextorange
            {
            font-size: 14pt;
            font-weight: bold;
            color: #FE7605;
            }

.headertextblu
            {
            font-size: 14pt;
            font-weight: bold;
            color: #1E437E;
            }
.body
            {
            font-size: 12pt;
            color: #1E437E;
            }

.body2
            {
            font-size: 8pt;
            color: #1E437E;
            }

a.nav:link 
            {
            	text-decoration: none;
            	font-size: 9pt;
            	font-weight: bold;
               background: 90BADF;
            	color: #1E437E;
            }
            	  
a.nav:visited 
            {
            	text-decoration: none;
            	font-size: 9pt;
            	font-weight: bold;
               background: 90BADF;
            	color: #1E437E;
            }
            
a.nav:hover 
            {
            	text-decoration: none;
            	font-size: 9pt;
            	font-weight: bold;
            	background: #1E437E;
              	color: #FFFFFF;
            }