﻿/* ---------- Site-wide default Tag Styles  ---------- */
/* Images */
img
{
  border-style: none;
}

/* Headers */
h1, h2, h3, h4, h5, h6
{
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  font-size: 1em;
  color: Black;
}

h1
{
  font-size: 1.7em;
}

h2
{
  font-size: 1.4em;
  color: #636363;
}

h3
{
  font-size: 1.1em;
  font-weight: bold;
}

h4
{
}

h5
{
}

h6
{
}

/* Links */
a
{
  color: #344287; /* Default the color of all links. */
}

a:link
{
}

a:visited
{
}

a:hover
{
  color: #A90101;
}

a:active
{
}

/* header link styles */

h2 a
{
  text-decoration: none;
  color: #00597B; /* Default the color of all links. */
}

h2 a:hover
{
  text-decoration: underline;
  color: #344287; /* Default the color of all links. */
}

h3 a
{
  color: #57596E; /* Default the color of all links. */
}

h3 a:hover
{
  text-decoration: underline;
  color: #344287; /* Default the color of all links. */
}


/* Paragraphs */
p.PageDescription
{
  color: #515151;
}

/* Input */
select, option, ul, textarea, input
{
  font: normal 10pt Arial; /* Explicitly set the font styles of the input elements. */
}

ul, ol
{
  margin-top: 12px;
  margin-bottom: 12px;
}

li
{
  padding: 0px;
  margin: 0px 0px 3px 0px;
}

input[type="text"], textarea
{
  padding: 2px; /* Add internal padding to the input. */
}

/* Text Styles */
.InstructionText
{
  color: #636363;
}
