/* Start of CMSMS style sheet 'content_text' */
/* COPY THIS INTO THE CMS DB */

* {
margin:0;
padding:0;
}

h1 {
  font-family: Verdana, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

h2 {
  font-family: Verdana, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

h3 {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

p {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  line-height: 1.3;
}

p a {
  color: #333333;
}

p a:hover {
  color: #000000;
}

.style_1 {
  color: #FFFFFF;
}

.style_2 {
  color: #CCCCCC;
}

.style_3 {
  color: #F59829;
}

/* 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_text' */

