body {
  font-size:14px;
  color: #383838;
  font-family: "Arial", Sans-serif;
  font-weight: normal;
}



a {
  text-decoration: underline;
  color: #258E0C;
  font-family: "Arial", Sans-serif;
}

a:hover {
 color: black;
}

a img {
  border: 0;
}

h1 {
  font-family: "Arial", helvetica, sans-serif;
  margin:0px;
  font-size: 16px;
  font-weight: bold;
  display: inline;
  text-decoration: underline;
  color: #383838;
}

h2 {
  font-family: "Arial", Sans-serif;
  margin:0px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #383838;
}

.table_main {
  background-image: url('images/csi_bg_colour.jpg');
  width: 976px;
  border-width: 0px;
  border-collapse:collapse;

}

.table_main td {
  vertical-align:top;
}

.display_table {
  border-width: 0px;
  border-color: white;
  border-collapse:collapse;
}

.display_table th {
  background-color: #258E0C;
  color: white;
  border: 1px solid #383838;
  padding: 5px 5px 5px 5px;
  font-weight: normal;
  font-size:14px;
}

.display_table td {
  border: 1px solid #383838;
  font-weight: normal;
  text-align: center;
  font-size:14px;
}

.reviews_table {
  width: 700px;
  border-width: 0px;
  border-collapse:collapse;
}

.reviews_table td {
  vertical-align:top;
  font-weight: normal;
  text-align: center;
  font-size:16px;
  padding: 10px 10px 5px 5px;
  
}

.header a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.header a:hover {
  color: #258E0C;
}

.sidemenu {
    background-image: url('images/csi_side_menu_bg.jpg');
    background-repeat: no-repeat;

    width: 230px;
    vertical-align:top;
    text-align: center;
    font-size:14px;
    font-weight: bold;
}

.sidemenu a {
 color: black;
 font-size:16px;
 text-decoration: none;
}

.sidemenu a:hover {
 color: #258E0C;
 font-size:16px;
}

.topmenu a {
 color: #258E0C;
 font-size:16px;
 text-decoration: none;
}

.topmenu a:hover {
 color: black;
 font-size:16px;
}


.warning_box {
  background-color: Red;
  color: white;
  font-family: "Arial", Sans-serif;
  font-size:12px;
  width: 200px;
  vertical-align:top;
}

.warning_box td {
  vertical-align:top;
}

.footer {
  background-image: url('images/csi_bg_colour.jpg');
  width: 976px;
  border-width: 0px;
  border-collapse: collapse;
  color: white;
  font-family: "Arial", Sans-serif;
  font-size:10px;
  font-weight: normal;
  text-align:center;
}

