 body {
  font-family: 'Trebuchet SM',Arial;
  color: #2D2373;
  font-size: 12px;
 }
 a {
  color:black;
 }
 .g {
  color:white;
  font-size:10px;
 }
 .g:hover {
 color:yellow;
 }
 table {
  font-size: 12px;
  border-collapse: collapse;
 }
 td,th {
  border: 1px solid black;
 }
 table.nobordertable,table.nobordertable td,table.nobordertable th {
  border: none;
 }
 
 p {
  padding:0;
  margin:0 0 1em 0;
 }
 th {
  text-align: left;
 }
 th.th_top {
  background-color: #d14400;
  color: white;
 }
 th.th_left {
  background-color: #d14400;
  color: black;
 }
  td.firstlefttd {
  background-color: #667bb4;
  color: white;
  font-weight:bold;
  width: 100px;
 }
   td.gallerytable {
  background-color: #667bb4;
  color: white;
  font-weight:bold;
 }
    td.gallery {
  width:150px;
}
    td.gallery p {
  padding:0;
  margin:0;
}
    td.gallerytitle {
  padding-left:50px;
  width:270px;
 }
 h2 {
 background-color:#DBDFEC;
 font-size:110%;
 color:#2D2373;
 margin:0 15px 0 0;
 padding:6px 3px 6px 6px;
 }

