/* Body pertain to the entire webpage, ie the Body element. */
BODY
{
  FONT-FAMILY: Arial;
  FONT-SIZE: 10pt;
}

/* Called from SearchResults */
.ResultsColumnHead  
{
  BACKGROUND-COLOR: red;
  COLOR: white;
  FONT-FAMILY: Arial;
  FONT-SIZE: 12px;
  FONT-WEIGHT: Bold;
  TEXT-ALIGN: center;
}

.Small7pt
{
color:black;
font-family:"arial";
font-size:7pt;
margin-top=0%;
}

.Column
{
  COLOR: black;
  FONT-FAMILY: Arial;
  FONT-SIZE: 9pt;
  FONT-WEIGHT: normal;
}

A:active, A:link, A:visited
{ 
  COLOR: blue;
}

H2
{
  COLOR: red;
  FONT-SIZE: 14px;
}

TD.AddLabelColumn
{
  FONT-SIZE: 9pt; 
  TEXT-ALIGN: right;
  COLOR: black;
}

.AddEditColumn
{
  FONT-SIZE: 10pt; 
  TEXT-ALIGN: left;
  COLOR: Blue;
}

TD
{ 
  FONT-FAMILY: Arial;
  FONT-SIZE: 10pt;
}

/* width=130px height=130px */
.ImageThumbStyle
{ 
  Width: 130px;
}

/* Called from AddEquipment, editing */
OPTION.blue { background-color:white; color:blue; }


