td.right div.module,
td.right div.module-menu {
	background: url(../images/side_r_mid.png) 0 0 repeat-y;
	color: #FFFFFF;
}

td.right div.module div,
td.right div.module-menu div {
	background: url(../images/side_r_bot.png) 0 100% no-repeat;
	color: #FFFFFF;
}

td.right div.module div div,
td.right div.module-menu div div {
  background: url(../images/side_r_top.png) 0 0 no-repeat;
}

td.right div.module h1,
td.right div.module-menu h1 {
	background: url(../images/side_r_div.png) 0 100% no-repeat;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
}
td.right div.module div div div {
  background: none;
  padding: 10px 15px 15px 10px;
}

div.module h1,
div.module-menu h1 {
  margin: 0 -10px;
  padding-top: 2px;
  padding-bottom: 7px;
  margin-bottom: 4px;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


div.module h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	 margin: 0 -10px;
  padding-top: 2px;
  padding-bottom: 7px;
  margin-bottom: 4px;
	text-indent: 10px;
}
div.module td a h2{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
}

div.module td a h2:link {
    color:#FF6600;
}
div.module td a h2:visited {
	color: #FF6600;
}
div.module td a h2:hover {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	background-color:#ff9900;
}




