/*
margin-top
margin-right
margin-bottom
margin-left
*/

* {
	margin: 0;
	padding: 0;
}

a {
	color: #224a87;
}

a:hover {
	color: #cc3333;
}

a:visited {
	color: #993399;
}

a.semi_link {
	color:#4C5B72;
	text-decoration:none;
	border-bottom:1px dashed #4C5B72;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0em 3em 2em 2em;
	background: #FFFFFF;
}

h2, .h2 {
  font-size: 1.2em;
  font-weight: bold;
	margin: 0 0 .6em 0;
}

h2 a, h2 a:visited, .h2 a, .h2 a:visited {
  text-decoration: underline;
  color: #000000;
}

h2.placeholder {
  text-decoration: none;
}

h3 {
	margin: 0 0 1em 0;
}

h3, .h3, .object_name {
  font-weight: bold;
  font-size: 1em; 
}

img {
  border: none;
}

img.icon {
  position: relative;
	width: 20px;
	height: 20px;
	margin-left: -23px;
	margin-bottom: -5px;
  margin-right: 3px;
}

input {
  font-size: 10pt;
}

li.section {
	font-size: 0.9em;
	font-style: italic;
	color: #666666;
  margin-left: -0.5em;
}

p {
	margin: 0 0 1em 0;
	font-size: 0.94em;
	line-height: 1.4em;
}

p.laquo {
  text-indent: -0.6em;
}

table td {
	padding: 1em 0.5em 1em 0.5em;
	vertical-align: top;
}

ul.dashes {
  margin-top: 1em;
  margin: 0.5em 0;
  padding: 0 0 0 .1em;
  font-weight: normal;
}

ul.dashes li {
  font-weight: normal;
  margin: 0.5em 0;
  padding: 0 0 0 15px;
  list-style-type: none;
  background: url('../img/li.gif') no-repeat 0 0.6em;
}

.catalogue {
}

.catalogue div {
  margin: 0 0 0 -0.5em;
  font-style: italic;
  color: #666666;
  font-size:0.85em;
  text-decoration: none;
}

.catalogue h1 {
  font-style: normal;
  font-weight:normal;
  font-size: 1.3em;
  margin:0 0 0 0;
}

.catalogue ul {
  margin-bottom: 1em;
  font-size:1em; 
  font-weight:normal;
  margin-top:0;
}

.catalogue li
{
  margin: .1em 0 .7em 0;
	list-style: none;
}

.catalogue li.children
{
  margin-bottom:0;
}

.catalogue ul.dashes {
	margin-top:0;
}

.catalogue ul.dashes li {
	font-size:0.94em;
	margin-left:0;
}

.example {
	color: #666666;
}

.example a {
	color: #4C5B72;
	text-decoration: none;
	border-bottom: 1px dashed #4C5B72;
}

/* Pagination */

div.pager {
  font-weight: bold; 
  font-size: 0.9em;
  vertical-align: bottom;
  line-height: 118%;
  font-family: Arial, Helvetica, sans-serif;
  margin: 15px 10px 10px 10px;
  white-space: nowrap;
}

div.pager img {
  vertical-align: bottom;
  border: 0px;
  border-bottom: 1px solid #0056AB;
  margin-bottom: 1px;
}

div.pager span {
  color: #000000;
  background: #E0E0E0;
  padding: 1px 3px 1px 3px;
  margin: 0px 3px 0px 3px;
}

div.pager a, div.pager a:visited {
  margin: 0px 1px 0px 1px; 
  padding: 1px 3px 1px 3px;
  color: #0056AB;
  text-decoration: underline;
  border: 0px
}

div.pager a.gray {
  background: #EEEEEE; 
  margin: 0px 2px 0px 2px; 
}

/* Bottom bar */

.bottom_bar div {
  background-image: url('../img/grad_bottom_center.jpg');
  height: 46px;
}
  
.bottom_bar td {
  padding: 0;
  height: 46px;
}

.bottom_bar p {
  color: #666666;
  margin: 0;
  padding-left: 0.5em;
  padding-top: 0.5em;
  height: 1px;
}
