/* blue */
a:link, a:visited {
	color: #0b3768;
}

a:hover {
	color: #135cae;
}

a:active {
	font-weight: bold;
}


#pillmenu a:hover {
  color: #135cae;
}

#pillmenu a#active_menu-nav {
  background: url(../images/blue/mw_menu_active_bg.png) repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, .componentheading, table.moduletable th {
	font-family: Verdana,Arial,sans-serif;
	color: #333;
}