/* CSS Document */


/* Elements */

a, a:link, a:active, a:visited {
  color: #892034;
  text-decoration:none;
}

a:hover {
  color: #892034;
  text-decoration:underline;
}

body {
  background-color: #eeeeee;
  border: 0px none #ffffff;
  color: #00204e;
  font-family: "Arial", "Helvetica", "Verdana", "Sans-Serif";
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}

blockquote {
  margin: 0px 0px 12px 12px;
  padding: 0px 12px 0px 18px;
  text-align: justify;
}

h1 {
  color: #00204e;
  font-size: 21px;
  font-weight: bold;
}

h2 {
  color: #00204e;
  font-size: 18px;
  font-weight: bold;
}

h3 {
  color: #00204e;
  font-size: 15px;
  font-weight: bold;
}

h4 {
  color: #00204e;
  font-size: 15px;
  font-weight: bold;
}

h5 {
  color: #00204e;
  font-size: 15px;
  font-weight: bold;
}

h6 {
  color: #00204e;
  font-size: 15px;
  font-weight: bold;
}

hr {
  background-color: #892034; 
  border: 0px none #ffffff;
  color: #892034; 
  height: 1px;
  width: 100%;
}

img {
  border: 0px none #ffffff;
  margin: 0px;
  padding: 0px;
}

li {
  margin: 0px 0px 6px 0px;
  padding: 0px;
  text-align: justify;
}

ol, ul {
  list-style-type: square;
  margin: 0px 0px 12px 12px;
  padding: 0px 12px 0px 18px;
}

p {
  margin: 0px 0px 9px 0px;
  padding: 0px 12px 0px 12px;
  text-align: justify;
}



/* Table Elements */

table {
  background-color: #ffffff;
  border: 0px none #ffffff;
  border-spacing: 0px;
  color: #00204e;
}

th {
}

tr {
}

td {
  padding: 0px 0px 9px 0px;
  text-align: left;
  vertical-align: top;
}

thead {
}

tbody {
}

tfoot {
}



/* Form Elements */

form {
  background-color: #ffffff;
  color: #00204e;
}

fieldset {
  border: 1px solid #00204e;
}

legend {
  color: #00204e;
}

input {
  background-color: #ffffff;
  border: 0px none #ffffff;
  color: #00204e;
  font-family: "Arial", "Helvetica", "Verdana", "Sans-Serif";
  font-size: 15px;
}

input[type="text"], input[type="password"], input[type="file"] {
  border: 1px solid #00204e;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #00204e;
  color: #ffffff;
  height: 21px;
}

label {
}

textarea {
  background-color: #ffffff;
  border: 1px solid #00204e;
  color: #00204e;
  font-family: "Arial", "Helvetica", "Verdana", "Sans-Serif";
  font-size: 15px;
}

select {
  background-color: #ffffff;
  border: 1px solid #00204e;
  color: #00204e;
  font-family: "Arial", "Helvetica", "Verdana", "Sans-Serif";
  font-size: 15px;
}

optgroup {
}

option {
} 

button {
  background-color: #00204e;
  border: 0px none #ffffff;
  color: #ffffff;
  font-family: "Arial", "Helvetica", "Verdana", "Sans-Serif";
  font-size: 15px;
  height: 21px;
}



/*CSS  Classes */

.font_9px {
  font-size: 9px;
}

.font_12px {
  font-size: 12px;
}

.font_18px {
  font-size: 18px;
}

.font_21px {
  font-size: 21px;
}

.font_navy {
  color: #00204e;
}

.font_maroon {
  color: #892034;
}

.font_red {
  color: #ff0000;
}


.indent12px {
  padding-left: 12px;
}

.indent24px {
  padding-left: 24px;
}

.indent36px {
  padding-left: 36px;
}

.indent48px {
  padding-left: 48px;
}

.required {
  background-color: lightyellow;
}



/* IDs */
