body{
  background-color:#efefef;
}
body, h1, h2, h3, h4, h5, h6, div, span, p, input, select, textarea, li, td, th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height:16px;
}
h1, h2, h3, h4, h5, h6, div, span, p, input, select, textarea, li {
  color:#666666;
}

h1, h2, h3, h4, h5, h6, a {
  margin:0px;
  padding:0px;
  font-weight:normal;
}


#mastercontainer {
  background-color:#ffffff;
}

#rightcolumn a, #modulecontainer a {
  color:#666666;
}

.linkNoUnderline {
  text-decoration: none;
}

.linkNoUnderline a {
  text-decoration: none;
  color: #FF9900;
}

.linkNoUnderline a:hover {
  text-decoration: underline;
  color: #FF9900;
}

.orangelinks a, .orangelinks .linkNoUnderline a,
#modulecontainer .orangelinks a, #modulecontainer .orangelinks .linkNoUnderline a
 {
  text-decoration: none;
  color: #FF9900;
}