/* CSS Document */

/* Begin WC3 recommended settings (do not change) */
ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, P, 
APPLET, 
CENTER, DIR, 
HR, MENU, PRE   { display: block }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }
B               { font-weight: bold } 
STRONG          { font-weight: bolder }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
I, CITE, EM,
VAR, ADDRESS    { font-style: italic }
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace }
PRE             { white-space: pre }
BIG             { font-size: 1.17em }
SMALL, SUB, SUP { font-size: .83em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
S, STRIKE, DEL  { text-decoration: line-through }
U, INS          { text-decoration: underline }
CENTER          { text-align: center }
BR:before       { content: "\A" }
/* End WC3 recommended settings (do not change) */

@media print {
  @page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }

/* control of block-level elements.  If you define sections of your page with these elements, they will print (or not print) according to the defined settings below... For example: 
<td id="content"> will print everything inside the <td> tag with the colors and fonts you specify instead of background images and colors from the website design. 
<table class="noprint"><tr><td> will prevent anything inside this table being printed </td></tr></table> 
and <p class="noprint">This won't be printed either.</p>  */

#content {
	background-color: #FFFFFF;
	width: 100%;
	border: none;
}

#navigation, #footer, .noprint {
	display: none;
}
}

/* End Print Settings.  */

/* Begin personal settings */
  BODY          {
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	font-size: 12px;
	scrollbar-arrow-color: #000099;
	scrollbar-DarkShadow-Color: #000099;
	scrollbar-Track-Color: #ffffff;
	scrollbar-Face-Color: #ffffff;
	margin: 0px;
}

  H1 { font-size: 18px; margin: 0px 0px; font-family: Arial, Helvetica, sans-serif; font-weight: bold ; color: #000099}
  H2 { font-size: 16px; margin: 0px 0px; font-family: Arial, Helvetica, sans-serif; font-weight: bold ; color: #000099}
  H3 { font-size: 14px; margin: 0px 0px; font-family: Arial, Helvetica, sans-serif; font-weight: bold ; color: #000099}
  H4 { font-size: 12px; margin: 0px 0px; font-family: Arial, Helvetica, sans-serif; font-weight: bold ; color: #000099}
  H5 { font-size: 11px; margin: 0px 0px; font-family: Arial, Helvetica, sans-serif; font-weight: bold ; color: #000099}
  H6 { font-size: 10px; margin: 0px 0px; font-family: Arial, Helvetica, sans-serif; font-weight: bold ; color: #000099}

  td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: normal }

  A:link { color: #000099; text-decoration: underline }
  A:hover { color: #FF0000; text-decoration: underline }
  A:active { color: #FF0000; text-decoration: underline }
  A:visited { color: #000099; text-decoration: underline }

  .bottomlinks { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF }
  .bottomlinks:link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF }
  .bottomlinks:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #6868BE }
  .bottomlinks:active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #6868BE }
  .bottomlinks:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF }

  .alert { color: #000099}
  .asterix { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000099; font-weight: bold }
  .big { font-size: 14px }
  .bigger { font-size: 18px }
  .border {	border: 1px solid #000000 }
  .button { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: #ffffff; border: #000099 groove; border-width: 1px 2px 2px 1px }
  .emphasize { font-weight: bold; color: #000099}
  .field { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; border: 1px #000099 groove; background-color: #FFFFFF }
  .highlight {  background-color: #F2CEDC }
  .small { font-size: 10px }
  .white { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-weight: bold}

.drop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.drop a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.drop a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.drop a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
}
.drop a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
}
.drop a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.dropBrdr {
	border: 1px solid #FFFFFF;
}