/*NNNNNNNNNNNEEEEEEEEEUUUUUUU*/
/* General Fonts */
BODY,P,OL,UL,DIV{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
font-style: normal;
line-height: 150%;
margin: 0em 0em;
}
/* Headings */
H1,H2,H3,H4,H5 {
font-family: Trebuchet MS, Verdana, sans-serif;
color: #3840A8; /* dark blue */
font-variant: small-caps;
font-stretch: wider;
margin_bottom: 0.5em;
border-bottom: thin dashed #3840A8; /* dark blue */
}
/* Bold Title same as text size */
.title {
font-family: Verdana, sans-serif;
color: #00000; /* black */
font-weight: bold;
font-variant: small-caps;
font-stretch: wider;
font-size: 11px;
padding: 0.2em
}

DIV.menu_item,DIV.menu_item_act {
  text-align:right;
  padding-top:12px;
}

/* In Text Hyperlinks */
a:link {
  font-weight: bold;
  color: #000000; /* black */
  text-decoration: none;
}

a:visited {
  font-weight: bold;
  color: #000000; /* black */
  text-decoration: none;
}
a:hover {
  font-weight: bold;
  color: 3840A8;
  text-decoration: none;
}

/* menus */
DIV.menu_item a:link {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  text-transform:uppercase;
}

DIV.menu_item a:visited {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  text-transform:uppercase;
}

DIV.menu_item a:hover {
  font-weight: bold;
  color: 3840a8;
  text-decoration: none;
  text-transform:uppercase;
}
DIV.menu_item_act a:link {
  font-weight: bold;
  color: #3840A8;
  text-decoration: none;
  text-transform:uppercase;
}

DIV.menu_item_act a:visited {
  font-weight: bold;
  color: #3840A8;
  text-decoration: none;
  text-transform:uppercase;
}

DIV.menu_item_act a:hover {
  font-weight: bold;
  color: #5860c8;
  text-decoration: none;
  text-transform:uppercase;
}



/* Forms Fields */
SELECT {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px
}

TEXTAREA {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px
}

INPUT {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px
}

