﻿.AboutAsp
{
  /*width:450px;*/
}

.AboutAsp h4
{

  margin:0 0 16px 0;
  padding:4px 16px;
  background-color:#008686;
  color:#fff;
  font-size:small;
}

.AboutAsp .SubHeading
{
  color:#066;
  margin:4px 0 8px 0;
  font-size:small;
  font-weight:bold;
}

.AboutAsp .ContentBox
{
  margin:0 16px;
}

.AboutAsp .ItemBox
{
  padding:6px 0;
  height:24px;
}

.AboutAsp .Caption
{
  width:100px;
  color:#000;
  font-size:small;
  float:left;
}

.AboutAsp .Text
{
  width:300px;
}


.AboutAsp .Attention
{
  font-size:x-small;
}

.AboutAsp .Annotation
{
  color:#066;
  font-size:small;
}

.AboutAsp .Highlight
{
  color:#f30;
}

.AboutAsp .Underline
{
  border-bottom:#999 1px dotted;
}


.AboutAsp .Bold
{
  font-weight:bold;
}

.AboutAsp .Float
{
  float:left;
}