/* Start of CMSMS style sheet 'Cibo' */
/* Old:
element { color: black; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 15pt; font-stretch: expanded }
h1 { font-size: 2em; font-weight: bold; margin: 0.67em 0 }
*/

html,
body
{
  margin: 0;
  padding: 0;
}

body
{
  color: black;
  font-size: 10pt;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  line-height: 16pt;
  padding: 1px 10px 10px 10px;
}

.mainmenu a
{
  background: #808284;
  color: #fff;
  display: block;
  font-family: 
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.mainmenu a:hover
{
  background: #a7a9ac;
}

h1
{
  margin-top: 0;
}

h1,
.title
{
  color: red;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size: 14pt;
  font-weight: normal;
  line-height: 18pt;
}

h2,
.subtitle
{
  font-size: 18px;
}

.site-links
{
  font-size: 11px;
  font-weight: bold;
}

.site-links a
{
  color: #808284;
  font-weight: normal;
  text-decoration: none;
}

.site-links a:hover
{
  text-decoration: underline;
}

.site-links a.current
{
  /*font-weight: bold;*/
  color: #ee1b2e;
}

/* Forms */
.newsletter-signup
{
  border: 1px solid #ee1b2e;
}

.newsletter-form label
{
  color: red;
  display: block;
  float: left;
  margin-right: 10px;
  text-align: right;
  width: 100px;
}

.newsletter-form div
{
  padding-top: 3px;
}

.newsletter-form .submit
{
  padding-left: 110px;
}
/* End of 'Cibo' */

