/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size:  22px;
    font-weight: bold;
    color: #bd0a27;
    margin: 0;
}
H2  {
    font-family: Arial, Helvetica;
    font-size:  18px;
    font-weight: bold;
    color: black;
    margin: 15px 0;
    display: block;
	  background: transparent url("ssh2.gif") no-repeat;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  18px;
    font-weight: bold;
    color: #bd0a27;
    margin: 0 0 8px 0;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
    margin: 0;
}

H5  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    margin: 0;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    margin: 0;
}
.greybox {
  padding: 0 10px;
  background-color: #eeeded;
}
.MenuItem, .MenuItemMouseOver {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #87979b;
    margin: 0;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Visited, .MenuItem A:Link, 
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link {
  text-decoration: none;
    color: #87979b;
}
.MenuItemMouseOver, .MenuItemMouseOver A:Hover {
	color: black!Important;
}
