@import url(styles_editor.css);

a:link    {color:#013144; font-size: 12px; text-decoration: none}
a:visited {color:#013144; font-size: 12px; text-decoration: none}
a:hover   {color:#013144; font-size: 12px; text-decoration: underline}
a:active  {color:#013144; font-size: 12px; text-decoration: underline}

.header_link:link    {color:#013144; font-size: 12px; text-decoration: none}
.header_link:visited {color:#013144; font-size: 12px; text-decoration: none}
.header_link:hover   {color:#013144; font-size: 12px; text-decoration: underline}
.header_link:active  {color:#013144; font-size: 12px; text-decoration: underline}

table, tr, td {font-family: arial, verdana, sans-serif; font-size: 13px;}
table, tr, td {border-collapse: collapse; border: hidden}

.header {
  font-size: 11px;
  margin-bottom: 25px;
}

.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #DBE2E4;
  text-align: center;
}

.location {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #002B44;
  font-weight: bold;
}

.menu_heading {
  font-weight: bold;
}

.menu_bullet {
  font-family: courier new;
  color: #FF00AF;
}

.menu_bullet_selected {
  font-family: courier new;
  color: #505050;
}

.menu_hr {
  height: 0px; 
  border-style: solid; 
  border-width: 1px 0 0 0; 
  border-color: #DBE2E4;
}

.link_menu:link    {color:#ff8c01; font-size: 12px; text-decoration: none}
.link_menu:visited {color:#ff8c01; font-size: 12px; text-decoration: none}
.link_menu:hover   {color:#ff8c01; font-size: 12px; text-decoration: underline}
.link_menu:active  {color:#ff8c01; font-size: 12px; text-decoration: underline}

.link_menu_selected:link    {color:#ff8c01; font-size: 12px; font-weight: bold; text-decoration: underline}
.link_menu_selected:visited {color:#ff8c01; font-size: 12px; font-weight: bold; text-decoration: underline}
.link_menu_selected:hover   {color:#ff8c01; font-size: 12px; font-weight: bold; text-decoration: underline}
.link_menu_selected:active  {color:#ff8c01; font-size: 12px; font-weight: bold; text-decoration: underline}

