/*** CSS Page for client sites **/

/********* General Settings *****/
body {
  margin: 0px;
  padding: 0px;
  color: black;
  margin: 0px;
  background-image:url(bg_top.jpg);
  background-repeat:repeat-x;
  background-color: #979797;
}

img {
  border: 0px;
}

a:link , a:visited {
  color: #6491E4;
  text-decoration: none;
  font-weight: bolder;
  font-family: Georgia, "Times New Roman", Times, serif;
}

a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
/****** End General Settings ****/

/******* Main Table *************/
table.mainTable {
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

table.mainTable td {
	padding: 0px;
	margin: 0px;
}
/******* End Main Table *********/

/******* Head Table *************/
table.headTable {
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 95px;
  /*background-image: url(bg_top.jpg);*/
}
table.headTable td.onea{
   height: 66px;
}
table.headTable td.oneb{
   height: 66px;
   width: 775px;
   background-image:url(header.jpg);
   background-repeat:repeat-y;
}
table.headTable td.onec{
   height: 66px;
}
table.headTable td.two {
  background-color: #010729;
  height: 29px;
}

/****** End Head Table **********/

/******** Body Table ************/
table.centerTable {
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 450px;
}

/****** End Body Table **********/
