﻿body {
	margin: 0px;
}
body, p, td, div, span {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}
a {
	color: #3377c0;
	text-decoration: none;
	font-size: 10px;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

.MainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #666666;
	margin: 3px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #3377c0;
}

hr {
	color: #ded3bf;
}

ul.spaced li {
	margin-bottom: 15px;
}

.tableHeading {
	background: #3377c0;
	color: #ffffff;
	font-weight: bold;
}
.tableHeading td {
    color: #fff;
}


/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #eeebe2;
  border-top: 1px solid #ded3bf;
  border-bottom: 1px solid #ded3bf;
}


/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #eeeeee;
  border: 1px solid #ded3bf;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #eeeeee;
  border: 1px solid #ded3bf;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #3377c0;
  border-width: 1px;
  border-style: solid;
  border-color: #eeeeee;
}

input.radio {
  background: none;
  border: 0px;
}