/* tags.css */

body  {
	background-color: #0c5faa;
  background-image: url(/images/body_bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
	color: #6197c8;
	font-size: 80%;
	font-family: Arial, sans-serif;
  margin: 0 50px;
  padding: 0;
}

p, td, th, b, font, pre, dl, dt, dd, li  {
	color: #000000;
	font-size: 100%;
	font-family: Arial, sans-serif;
}

hr {
  height: 1px;
  width: 100%;
  color: #000000;
}

h1 {
  font-size: 180%;
  margin: 0 0 10px 0;
  color: #2d2e94;
  border-bottom: 1px solid #00cd8a;
}

h2 {
  font-size: 150%;
  margin: 0;
}

h3 {
  font-size: 125%;
  margin: 5px 0 10px 0;
  color: #2d2e94;
}

h4 {
  font-size: 115%;
  margin: 5px 0 10px 0;
  color: #00cd8a;
}

h5 {
  font-size: 100%;
  margin: 5px 0 10px 0;
}

h6 {
  font-size: 90%;
}

p {
  margin: 5px 0 15px 0;
  padding: 0;
}

ul, ol {
  margin: 0 0 0 25px;
  padding: 0;
}

li {
	color: #000000;
	font-size: 12px;
	font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
}

a:link, a:visited  {
	text-decoration: none;
  color: #2d2e94;
}

a:focus, a:hover, a:active  {
	text-decoration: underline;
  color: #666666;
}

.divAlignLeft {
  width: 200px;
  height: auto;
  clear: left;
  float: left;
  padding: 10px;
  margin: 0 10px 10px 0;
}

.divAlignRight {
  width: 200px;
  height: auto;
  clear: right;
  float: right;
  padding: 10px;
  margin: 0 0 10px 10px;
}

.imgAlignLeft {
  margin: 0 10px 10px 0;
}

.imgAlignRight {
  margin: 0 0 10px 10px;
}

table.data {
  border: 1px solid #000000;
  border-collapse: collapse;
}

table.data td {
  border: 1px solid #000000;
  padding: 2px 3px;
}

table.data th {
  border: 1px solid #ffffff;
  background-color: #2d2e94;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.topLink {
  clear: both;
  font-size: 80%;
  text-align: right;
  margin: 0 20px;
}

.topLink a {
  display: block;
}

#content .topLink {
  font-size: 80%;
  text-align: right;
  margin: 0;
  border-bottom: 1px solid #00cd8a;
}

#content .topLink a {
  display: block;
}

.print {
  display: none;
}

dl.flat {
  margin: 0;
}

dl.flat dt, dl.flat dd {
  display: inline;
  margin: 0 10px;
}

dl.small {
  font-size: 80%;
}
