<STYLE type=text/css>


a { text-decoration: none; color: #2832B2; }
a:link, a:visited { text-decoration: none; color: #2832B2; }
a:hover { text-decoration: underline; color: #2832B2; }
a:active { text-decoration: none; color: #2832B2; }


/* Style for running text */
P {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #15175B;
	text-align: left;
}
P.caption {
	font-size: 10px;
	font-style: italic;
	text-align: center;
}
P.note {
	font-size: 11px;
	font-style: italic;
	text-align: left;
}
li {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #15175B;
	text-align: left;
}

TABLE {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size:13px;
    color: #15175B;
    text-align:left;
}


/* Styles for Titles */
.Title1 {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 21px;
	color: #2FABB3;
	font-weight:bold;
	text-align: left;
}

.Title2 {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #2FABB3;
	font-weight:bold;
	text-align: left;
}

.Title3 {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #15175B;
	font-weight:bold;
	text-align: left;
}


/* Styles for forms */
fieldset {
  position: relative;
  margin: 15px 0 15px 0;
  background-color: #EBEBEB;
  border: 1px solid #8B8D83;
  padding: 20px 0;
}
legend {
  position: absolute;
  top: -11px;
  left: 8px;
  background-color: #D4E9EC;
  border: 1px solid #8B8D83;
  color: #000000;
  padding: 3px;
}
label {
  display: block;
  float: left;
  width: 210px;
  text-align: right;
  padding-right: 10px;
  margin-bottom: 7px;
}

input, select, option, textarea {
  background: #FFFFF0;
  border: 1px solid #7F9DB9;
  color: #15175B;
  width: 256px;
}

.submit input {
  background: #95D4DB;
  border: 1px outset #C2C3BE;
  color: #15175B;
  cursor: pointer;
  font-size: 13px;
  width: 100px;
}

a.pointer:hover {
  cursor: pointer;
}



/* Style for fortewebservices credit */
.DesignNote {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #72ADB6;
	text-align: center;
}
a.DesignNote { color: #72ADB6; text-decoration: none }
a.DesignNote:link, a.DesignNote:visited { color: #72ADB6 }
a.DesignNote:hover { color: #72ADB6; text-decoration: underline }
a.DesignNote:active { color: #72ADB6 }


</STYLE>