/* Start of CMSMS style sheet 'Content_NB' */
/* COPY THIS INTO THE CMS DB */

* {
margin:0;
padding:0;
}

/* ON LIGHT BACKGROUND */

.h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  color: #0099ff;
  text-decoration: none;
}

.h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}

.h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

.h3 a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}

.h3 a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #0099ff;
  text-decoration: none;
}

/* ON DARK BACKGROUND */

.h1_dark {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  color: #0099ff;
  text-decoration: none;
}

.h2_dark {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.h3_dark {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #999999;
  text-decoration: none;
}

.h3_dark a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #999999;
  text-decoration: none;
}

.h3_dark a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #0099ff;
  text-decoration: none;
}

/* IMAGE STYLES */

.img_float_left {
    float: left;
    margin: 5px;
	font-style: normal;
    font-weight: normal;
	text-decoration: none;
	border: 0;
}
.img_float_right {
    float: right;
    margin: 5px;
	font-style: normal;
    font-weight: normal;
	text-decoration: none;
	border: 0;
}
/* End of 'Content_NB' */

