
body
{
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: #ffffff;
  font-family: "Arial",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 14px;

}
table.corner
{
  height: 71px;
}
table.logo
{
  width: 274px;
  height: 57px;
}
table.punch
{
  height: 53px;
}
table.menu
{
  width: 200px;
}
table.column
{
  width: 123px;
}
table.left_margin
{
  width: 25px;
}
table.right_margin
{
  width: 25px;
}
a.menu
{
  font-family: "Arial",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 14px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  color: #20afce;
}
a.menu:hover
{
  font-family: "Arial",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 14px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
  color: #ef0021;
}
tr.menu {
	height:40px;
	align-content: left;
}
td.menuused
{
  font-family: "Arial",sans-serif;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #2d7295;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;

}
td
{
  font-family: "Arial",sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: normal;
  font-size: 14px;
}
td.corner
{
  height: 80px;
  width:190px;
  background-image: url(gifs/dg3d.gif);
  background-repeat: no-repeat;
background-position: center; 
}
td.logo
{
  height: 57px;
  font-family: "Times New Roman",serif;
  font-style: normal;
  font-variant: normal;
  font-size: 42px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
  letter-spacing: 3px;
  color: #f4f4f4;
}
td.punch
{
  font-family: "Times New Roman",serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #bce2d6;
  letter-spacing: 3px;
}
td.banner
{
  background-image: url(http://www.pctestinstruments.com/images/banner.png);
  background-repeat: repeat-x;
}

td.menu
{
  background-color: #e7eff7;
  vertical-align: center;
}
td.menu_divider
{
  background-image: url(http://www.pctestinstruments.com/images/divider.png);
  background-repeat: no-repeat;
  height: 10px;
}
td.page_title
{
  font-family: "Arial",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 13px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
}
td.logicport
{
  font-family: "Arial",sans-serif;
  font-style: italic;
  font-variant: normal;
  font-size: 20px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  letter-spacing: 1px;
  font-weight: bold;
}
td.bullet
{
  height: 24px;
  font-family: "Arial",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 12px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
}

.Emp1
{
  color: blue;
  font-weight: bold;
  font-size: 130%;
}

.Emp2
{
  color: red;
  font-weight: bold;
  font-size: 110%;
}

.TopHead
{
  color: rgb(239, 0, 33);
  font-family: "Comic Sans MS","Arial",sans-serif;
  font-weight: bold;
  font-size: 28px;
  font-style: italic;
  background-color: #e7eff7;
  text-align: center;

}

td.body
{
  font-size: 100%;
  width: 1000px;
  padding-left: 20px;

}

/*++++++++++++++++++++++++++ SLIGHTLY SMALLER SCREEN ++++++++++++++++++++*/
@media all and (max-width: 1300px)
{
  td.corner
  {
   background-size: 120px 60px;    
  }
}

/*++++++++++++++++++++++++++ MUCH SMALLER SCREEN ++++++++++++++++++++*/
@media all and (max-width: 1000px)
{
  td.corner
  {
   background-size: 80px 40px;    
  }
}

