/* white */
a:link, a:visited {
	color: #135cae;
}

a:hover {
	color: #0b3768;
}

#pillmenu a:hover {
  color: #135cae;
}

#pillmenu a#active_menu-nav {
  background: url(../images/white/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, div.module_menu h3, div.module_white_home h3, .componentheading, table.moduletable th {
  color: #135cae;
font-size: 100%;
}

.componentheading, table.moduletable th {
  color: #135cae;
}

div.module_menu {
	background: url(../images/white/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/white/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/white/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/white/mw_box_tl.png) 0 0 no-repeat;
}

/*white*/
h3, div.module_white h3, .componentheading, table.moduletable th {
  color: #135cae;
}

div.module_white,
div.module_white_okno,
div.module_white_home {
	background: url(../images/white/mw_box_br.png) 100% 100% no-repeat;
}

div.module_white div,
div.module_white_okno div,
div.module_white_home div {
	background: url(../images/white/mw_box_bl.png) 0 100% no-repeat;
}

div.module_white div div,
div.module_white_okno div div,
div.module_white_home div div {
	background: url(../images/white/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_white div div div,
div.module_white_okno div div div,
div.module_white_home div div div {
	background: url(../images/white/mw_box_tl.png) 0 0 no-repeat;
}

/*red*/
div.module_red,
div.module_red_okno {
	background: url(../images/red/mw_box_br.png) 100% 100% no-repeat;
}

div.module_red div,
div.module_red_okno div {
	background: url(../images/red/mw_box_bl.png) 0 100% no-repeat;
}

div.module_red div div,
div.module_red_okno div div {
	background: url(../images/red/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_red div div div,
div.module_red_okno div div div {
	background: url(../images/red/mw_box_tl.png) 0 0 no-repeat;
}

/*orange*/
div.module_orange,
div.module_orange_okno {
	background: url(../images/orange/mw_box_br.png) 100% 100% no-repeat;
}

div.module_orange div,
div.module_orange_okno div {
	background: url(../images/orange/mw_box_bl.png) 0 100% no-repeat;
}

div.module_orange div div,
div.module_orange_okno div div {
	background: url(../images/orange/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_orange div div div,
div.module_orange_okno div div div {
	background: url(../images/orange/mw_box_tl.png) 0 0 no-repeat;
}

/*green*/
div.module_green,
div.module_green_okno {
	background: url(../images/green/mw_box_br.png) 100% 100% no-repeat;
}

div.module_green div,
div.module_green_okno div {
	background: url(../images/green/mw_box_bl.png) 0 100% no-repeat;
}

div.module_green div div,
div.module_green_okno div div {
	background: url(../images/green/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_green div div div,
div.module_green_okno div div div {
	background: url(../images/green/mw_box_tl.png) 0 0 no-repeat;
}

/*blue*/
div.module_blue,
div.module_blue_okno {
	background: url(../images/blue/mw_box_br.png) 100% 100% no-repeat;
}

div.module_blue div,
div.module_blue_okno div {
	background: url(../images/blue/mw_box_bl.png) 0 100% no-repeat;
}

div.module_blue div div,
div.module_blue_okno div div {
	background: url(../images/blue/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_blue div div div,
div.module_blue_okno div div div {
	background: url(../images/blue/mw_box_tl.png) 0 0 no-repeat;
}

/*black*/
div.module_black,
div.module_black_okno {
	background: url(../images/black/mw_box_br.png) 100% 100% no-repeat;
}

div.module_black div,
div.module_black_okno div {
	background: url(../images/black/mw_box_bl.png) 0 100% no-repeat;
}

div.module_black div div,
div.module_black_okno div div {
	background: url(../images/black/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_black div div div,
div.module_black_okno div div div {
	background: url(../images/black/mw_box_tl.png) 0 0 no-repeat;
}


h1 {
font-size: 1.5em;
font-weight: normal;

color: #135cae;
margin: 10px 0px 10px 0px;
padding: 10px 0px 10px 0px;
}

h2 {
font-size: 1.3em;
font-weight: normal;
color: #135cae;
margin: 10px 0px 10px 0px;
padding: 10px 0px 10px 0px;
}

h3 {
font-size: 1.0em;
font-weight: normal;
color: #135cae;
margin: 0px 0px 10px 0px;
padding: 0px 0px 10px 0px;
}

h4, h5, h6 {
font-size: 1.0em;
font-weight: normal;
color: #000000;
margin: 10px 0px 10px 0px;
padding: 10px 0px 10px 0px;
}