body, h1, h2, h3, p, ul, li {
  margin: 0px;
  padding: 0px;
}

body {
  background: none;
  color: black;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 11px;
  line-height: 1.2em;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: #005CAB;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  color: black;
}

label {
  cursor: pointer;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.clear {
  height: 1px;
  overflow: hidden;
  clear: both;
}

.spacer {
  clear: both;
}

/*** HEADER ***/

#header a.logo {
  display: block;
  margin-bottom: 40px;
}

#top_nav {
  display: none;
}

/*** LANGUAGES ***/

#languages {
  display: none;
}

/*** NAVIGATION ***/

#nav {
  display: none;
}

/*** LEFT PANEL ***/

#left_panel {
  display: none;
}

/*** RIGHT PANEL ***/

#right_panel {
  display: none;
}

#content h1, #content h2 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
}

#content p {
  padding-bottom: 12px;
}

/*** HOME CYCLE ***/

#home_cycle {
  display: none;
}

/*** SHARE BOX ***/

#share {
  display: none;
}

/*** BREADCRUMBS ***/

#breadcrumbs {
  display: none;
}

/*** COLOR THEMES ***/

/*** ORANGE ***/
#theme_orange #content h1, #theme_orange #content h2 {
  color: #E0AA0F;
}

/*** RED ***/
#theme_red #content h1, #theme_red #content h2 {
  color: #AF2626;
}

/*** GREEN ***/
#theme_green #content h1, #theme_green #content h2 {
  color: #339E35;
}

/*** YELLOW ***/
#theme_yellow #content h1, #theme_yellow #content h2 {
  color: #AABA0A;
}

/*** BLUE ***/
#theme_blue #content h1, #theme_blue #content h2 {
  color: #008CB2;
}

/*** MANGETA ***/
#theme_magenta #content h1, #theme_magenta #content h2 {
  color: #68217A;
}

/*** GRAY ***/
#theme_gray #content h1, #theme_gray #content h2  {
  color: #7C6D63;
}

/*** FOOTER ***/

#footer {
  display: none;
}
