/* Main content styles */

body {
  font-family: Verdana, Geneva, helv, sans-serif;
  background-color: #ffffff;
}

body.navbar {
  background-color: #dddddd;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}

iframe {
  float: right;
}

h1 {
  font-size: 200%;
  margin-bottom: 0em;
  color: #006699;
  float: center;
}

h2 {
  font-size: 150%;
  margin-bottom: 0em;
  color: #0066cc;
}

h3 {
  font-size: 120%;
  margin-bottom: 0em;
  color: #0066cc;
}

p {
  font-size: 100%;
}

span.paratitle {
  font-weight: bold;
}

/* Table styles */

table {
}

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

/* List styles */

dt {
  font-size: 120%;
  margin-bottom: 0em;
  color: #0099ff;
}
dd {
  margin-bottom: 1em;
}

/* Image styles */

img {
  border: 0em;
}

img.paraicon {
  float: left;
  border: 0em;
  margin-right: 0.5em
}


/* Link decoration styles */

a:link {
	color: #0099ff;
	text-decoration: none;
	}

a:visited, a:active {
	color: #009999;
	text-decoration: none;
	}

a:hover {
	color: #0099cc;
	text-decoration: underline;
	}