body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #F3F3F3;
    color: #222;
}

h1, h2, h3, h4{
	margin: 20px 0;
	text-shadow: 0px 1px 0px #f7f8f9;
}

h1 {
	font-size: 38px;
/*  color: #404040;*/
	font-weight: bold;
}

h2 {
	font-size: 28px;
	color: #333;
	font-weight: bold;
}

h3 {
/*	background: url('../images/divider.png') repeat-x center;*/
	font-size: 17px;
	color: #333;
	font-weight: bold;
}

h3 span {
/*    background: #F3F3F3 url('../images/background.png') repeat;*/
	padding-right: 20px;
}

h4 {
	font-size: 16px;
	color: #666;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	color: #707070;
	font-weight: bold;
}

p {
	color: #333;
	line-height: 150%;
	margin: 0 0 20px 0;
	font-size: 14px;
	text-align: justify;
}

ul, ol {
	color: #333;
	line-height: 150%;
	margin: 0 0 20px 20px;
	font-size: 14px;
}

li {
	margin-left: 20px;
}

strong {
	font-weight: bold;
	color: #444;
}

em {
	font-style: italic;
	color: #000;
}

a:link, a:visited {
	color: #4A97BA;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #57B5E3;
}

pre, code {
    font-family: "Lucida Console", "DejaVu Sans Mono", monospace;
    font-size:10px;
    line-height:1.5;
}

pre {
    background: #eee;
    border:1px solid #ccc;
    padding: 20px;
    margin: 0 0 20px 0;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc; 
    overflow:auto;
}

img {
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
}

.tar {
  text-align: right;
  }

.tac img {
	width:960px;
	text-align: center;
}

/* Layout */

#container {
    width: 960px;
    margin: 20px auto; 
}

.regions-table {
    width: 630px;
    float: left;
}

.regions-image {
    width: 300px;
    margin-left: 30px;
    float: left;
}

.regions-image-right {
    width: 300px;
    margin-top: 10px;
    margin-left: 30px;
    float: right;
}

.regions-text {
    width: 300px;
    float: left;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

/* Tables */

.table-wrapper {
	margin-bottom: 20px;
}

.table-wrapper table {
    width: 960px;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
}

.table-header {
	font-size: 12px;
    text-align: left;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.regions-table .table-wrapper table {
/*    margin-top: 30px;*/
    width: 630px;
}

.table-row td {
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	padding: 10px;
}

tr {
	background: #fff;
}

tr:nth-child(odd) {
	background: #eee;
}

tr:nth-child(even) {
	background: #fff;
}

tr.region {
    background: #CCC;
}