input.SectHeader {
  width:300;
}
input.SectFinish {
  width:200;
}
td.Operation {
  width:80;
  border-right: 1 solid black;
}
.header {
  background-color:black;
  color:white;
  width:100%;
  text-align:center;
  font-family:serif;
  font-size:20;
}
form {
  margin:0;
  padding:0;
}
input.btn {
  background-color:white;
  font-color:red;
  font-size:11;
  border:1px solid;
  border-color: #696 #363 #363 #696;
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
  width:100;
}

input.btnhov {
  border-color: #c63 #930 #930 #c63;
}

a.HeaderLink {
      color:white;
      text-decoration:none;
}
a.MenuLink {
  color:black;
  text-decoration:none;
}
td.CategoryBox {
  border-style:solid;
  border-color:black;
  border-width:2;
  text-align:center;
  cursor:hand;
  width:33%;
}
img.Logo {
  border-style:none;
}
td.Logo {
  border:2 solid black;
  text-align:center;
}

#ListTable {
  border-width:1;
  border-color:black;
  border-style:solid;
  text-align:center;
  font-size:12;
  font-family:sans-serif;
  border-collapse: collapse;
}

#ListTable TD {
  border-bottom: 1 dotted navyblue;
}

textarea.contactDetails {
  width:100%;
  height:200;
}
textarea.aboutusdetails {
  width:100%;
  height:200;
}
input.detailsSubmit {
  width:250;
  height:30;
}
textarea.newsarticle {
  width:100%;
  height:100;
}
input.detailsNewsSubmit {
  width:150;
  height:30;
}

