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

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

table.pricing
            {
            width: 100%;
            background: 90BADF;
            }
td.property
            {
            width: 100px
            }
td.time
            {
            width: 80px
            }

td.time2
            {
            width: 80px;
            background: #FFFFFF;
            }
td.header
            {
             text-align: center;
            }
td.nav
            {
            text-align: center;
            }
td.content
            {
            width: 380px;
            }

div.centre
            {
            text-align: center;
            }

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

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

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

.italic
            {
            font-size: 12pt;
						font-style: italic;
            color: #1E437E;
            }


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