/*
  Website Developer: Oursky Limited
  URL: http://www.oursky.com */


/* CSS Clear Trick from the book CSS Mising Manual p.295 */
.clear-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clear-wrapper {
  min-height: 1px;
}

* html .clear-wrapper {
  height: 1px;
}

/* Main.css */
body {
  font-size: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #444;
  background-color: #e7ecf2;
  line-height: 25px;
}

img {
  border: 0;
}

small {
  font-size: 11px;
}

ol {
  list-style-type: decimal;
  padding-left: 30px;
  margin: 0 0 20px;
}

ul li {
  margin-bottom: 5px;
}

ul {
  list-style-type: square;
  padding-left: 30px;
}

ul li {
  margin-bottom: 5px;
}

ul.plain {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

ul.plain li {
  margin-bottom: 15px;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 25px;
  color: #44b;
  margin-bottom: 15px;
  line-height: 30px;
}

h2 {
	font-weight: bold;
  color: #4444BB;
  font-size: 18px;
  margin: 15px 0 10px 0;
}

h3, h4 {
	font-size: 17px;
	margin: 10px 0 5px 0;
	font-weight: bold;
	color: #d66;
}

h5 {
  font-size: 15px;
  margin: 10px 0 5px 0;
  font-weight: bold;
  color: #d66;
}

p {
  margin: 5px 0 15px;
}

.clear {
  clear: both;
}

/* table */
table {
  width: 100%;
	vertical-align: center;
	font-size: 10pt;
}

table th {
  background-color: #ddd;
  font-weight: bold;
  text-align: left;
}

table tr td, table th {
	padding: 0.7em 0.5em;
	vertical-align: top;
}

table tr.odd {
	background-color: #ddd;
	border-bottom: solid 1px #ddd;
}

table tr.odd td {
  background-color: #ddd;
}

table tr.odd a {
  color: #011530;
}

table tr.even, table tr.even a {
	color: #011530;
}

table tr a {
  text-decoration: underline;
}

table tr a:hover {
  color: #444;
}

/* title*/
#page h1.square {
	width: 12em;
	position: relative;
	padding: 5px;
	border: 1px solid #022b7a;
	background: #fff;
	z-index: 5;
	font-size: 13pt;
	color: #022b7a;
	line-height: 25px;
	margin: 0;
}

#content a {
  color: #011530;
}

/* passage*/
div.passage {
	width: 46em;
	position: relative;
	top: -18px;
	padding: 2em 0;
	border-top: 1px solid #022b7a;
}

/* data-grid table */
table.data-grid {
  margin: 10px 0 20px 0;
}

table.data-grid th {
  background: #ddd;
}

table.data-grid td, table.data-grid th {
  border: solid 1px #bbb;
  padding: 0.2em 0.5em;
}