/*
<table class="contactOffice">
<tr class="header">
*/

			table.contactOffice {
				/* margin-bottom: 15px; */
				/* margin-left: 75px; */
				text-align: left;
				width: 333px;
				height: 169px;
				border: 1px solid #000;
				margin-bottom: 20px;
			}

			table.contactOffice span.text, table.contactOffice span.label {
				font-family: Tahoma, Arial, Helvetica;
				font-size: 9pt;
				text-align: left;
				vertical-align: top;
				line-height: 10pt;
			}

			table.contactOffice div.title {
				font-size: 10pt;
				text-align: right;
				padding-right: 20px;
				padding-top: 5px;
			}

			table.contactOffice div.contact {
				text-align: right;
				font-size: 8pt;
				padding-right: 20px;
				padding-bottom: 16px;
				margin: 0px;
				line-height: 9pt;
			}

			div.content-text a, table.contactOffice a {
				color: black;
				text-decoration: none;
			}

			div.content-text a:hover, table.contactOffice a:hover {
				color: black;
				text-decoration: underline;
			}

			table.contactOffice div.contact span.letter {
				font-weight: bold;
			}

			table.contactOffice div.location {
				font-size: 8pt;
				text-align: right;
				font-weight: bold;
				padding-right: 20px;
			}

			table.contactOffice div.agent {
				font-size: 8pt;
				text-align: right;
				font-weight: normal;
				font-style: italic;
				padding-right: 20px;
			}

			table.contactOffice div.postal {
				font-size: 8pt;
				text-align: left;
				font-weight: normal;
				padding-left: 10px;
				padding-bottom: 16px;
			}

			table.contactOffice div.address {
				font-size: 8pt;
				line-height: 9pt;
				text-align: right;
				font-weight: normal;
				padding-right: 20px;
			}



			table.contactOffice tr.header {
			}


			.region {
				font-size : 14px;
				font-family : Geneva, Arial, Helvetica, sans-serif;
				font-weight : bold;
				color : #008000;
			}

			.companyName {
				font-size : 12px;
				font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-weight : bold;
				color : #008000;
			}
			.label
			{
				font-size : 11px;
				font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-weight : bold;
				color : #000000;
			}
			hr
			{
				color:  #669900;
				background-color: #669900;
				height: 1px;
				width: 85%;
			}

	div.contactCard {
		display: inline;
		float: bottom;
	}

	div.contactCardCountryHeading {
		clear: all;
	}
