/* Start of CMSMS style sheet 'text' */
/* General Text */

h1, h2, h3, p, form, ul li, ul li a, table td, table caption, table th {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

h1, h2, h3 {
  letter-spacing: -1px;
  font-weight: normal;
  font-size: 21px;
  margin-bottom: 15px;
}

p, ul li, table td {
  font-size:		14px;
  margin-bottom:	8px;
}

ul {
margin-left: 20px;
}

/* Main Content */

.main-content h1, .main-content p, .main-content ul li, table td {
  color: #12112A;
}

.main-content a:link {color: #12112A}     /* unvisited link */
.main-content a:visited {color: #12112A}  /* visited link */
.main-content a:hover {color: #12112A}   /* mouse over link */
.main-content a:active {color: #12112A}   /* selected link */

/* Sidebar */
.sidebar-element p, .sidebar-element-lower p {
  color: #8598A0;
}

#upcoming p {
  margin-bottom: 30px;
}

p.more {
  color:		#54bee6;
}

p.date {
  color:		#54bee6;
  font-weight:		bold;
}

.sidebar-element a:link		{color: #54bee6}
.sidebar-element a:visited		{color: #54bee6}
.sidebar-element a:hover		{color: #54bee6}
.sidebar-element a:active		{color: #54bee6}

/* Sig */

#sig {
  font-size:		11px;
  text-align:		center;
  margin-bottom: 20px;
}


#test {
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: block; 
/*  width: 100%; */
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

#sig a:link		{color: white}
#sig a:visited		{color: white}
#sig a:hover		{color: white}
#sig a:active		{color: white}

.price {
  padding-left: 30px;
  padding-right: 30px;
 text-align: center;
}
/* End of 'text' */

