.clear {
  clear: both;
}

/* Main Title of a section */
.mainTitle {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 18px;
  font-weight: bold;
  color: #8c4600;
}

.sectionTitle {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 16px;
  font-weight: bold;
  color: #8c4600;
}

.title_green { 
  color: #99cc00;
  font-size: 14px;
  font-family: Georgia, Times New Roman, Times, serif;
  font-weight: bold;
}

.title_grey {
  color: #455;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 12px;
  font-weight: bold;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000099;
}

a:link {
  text-decoration: none;
  color: #000099;
}

a:visited {
  text-decoration: none;
  color: #cc3300;
}

a:hover {
  text-decoration: underline;
  color: #000099;
}

a:active {
  text-decoration: none;
}

body {
  background-image: url(/images/pattern-light.gif);
  background-repeat: repeat;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

.footer {
  color: #ccc;
  font-size: 11px;
}

.text {
  font-size: 12px;
}

span.composer {
  text-decoration: underline;
  font-weight: bold;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

td.fieldname {
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
}

.required {
  color: #990000;
  font-weight: bold;
}

.currentSectionSyllabus {
  font-weight: bold;
  font-weight: bold;
}
