/*
	Hunterian Cascading Stylesheet Declarations
*/

BODY, TH, TD, OL, UL, LI { 
  font-family: arial, helvetica, sans-serif; 
  font-size: small; 
}
H1 { font-size: 175%; font-family: arial, helvetica, sans-serif; }
H2 { font-size: 150%; font-family: arial, helvetica, sans-serif; } 
H3 { font-size: 125%; font-family: arial, helvetica, sans-serif; }
H4 { font-size: 100%; font-family: arial, helvetica, sans-serif; } 
H5 { font-size: 75%;  font-family: arial, helvetica, sans-serif; }
H6 { font-size: 50%;  font-family: arial, helvetica, sans-serif; }

A:link    {text-decoration: none }
A:active  {text-decoration: none }
A:visited {text-decoration: none }

A:hover { 
  text-decoration: none; 
  color:           #FF6666; 
  font-size: small; 
}
A.menus { 
  text-decoration: none; 
  color:           #FF6666; 
  font-size: x-small; 
}
A.menus:visited { 
  text-decoration: none; 
  color: #FF6666; 
  font-size: x-small; 
}
A.menus:hover { 
  text-decoration: none; 
  color: #FF6666; 
  font-size: x-small; 
  background: #ffa; 
}
A.menussel { 
  text-decoration: none; 
  color: #FF6666; 
  font-size: x-small; 
  background: #ffa; 
}
A.menussel:visited { 
  text-decoration: none; 
  color: #FF6666; 
  font-size: x-small; 
  background: #ffa; 
}
A.menussel:hover { 
  text-decoration: none; 
  color: #FF6666; 
  font-size: x-small; 
  background: #ffa; 
}
A.menusxxs { 
  text-decoration: none; 
  color: #FF6666; 
  font-size: x-small; 
}
A.menusxxs:visited { 
  text-decoration: none; 
  color: #FF6666; 
  font-size: x-small; 
}
A.menusxxs:hover { 
  text-decoration: none; 
  color: #FF6666; 
  font-size: x-small; 
  background: #ffa; 
}	

/* Menu Items */
A.MENUITEM {
    color: #ffffff;
    text-decoration: none;
}

A.MENUITEM:hover {
    color: #ffffcc;
    text-decoration: none;
}

/* Version */
A.VERSION {
    color: #c0c0c0;
    text-decoration: none;
}

A.VERSION:hover {
    color: #ffffff;
    text-decoration: none;
}

a.message {
    text-decoration: none;
}

a.message:hover {
    color: #0000ff;
    text-decoration: none;
}

