/* blue */
a:link
{
	color: #666699;

}

a:visited 
{
	color: #666699;
}

a:hover 
{
	color: #0b3768;
}

#pillmenu a:hover 
{
  color: #ffffff;
}

#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;
}
.componentheading, table.moduletable th 
{
  color: #666699;
}

div.module_menu 
{
	background: url(../images/blue/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div 
{
	background: url(../images/blue/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div 
{
	background: url(../images/blue/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div 
{
	background: url(../images/blue/mw_box_tl.png) 0 0 no-repeat;
}

/*---------------------------------------------------------------------------*/

.componentheading, .contentheading, h3, h2
{
	font-weight:				normal;
	font-family:				serif;
}

.componentheading
{
	font-size:					30px;	
	color:						#666699;



}

.contentheading
{
	font-size:					22px;
	color:						#669966;
	line-height: 				100%;
	



}

h3
{
	font-size:					18px;
	color:						#c83e4b;

}

h2
{
	font-size:					18px;
	color:						#666699;


}
