
P.quote
{
  color            : black;
  text-align       : left;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 95%;
  margin-left      : 15px;
  font-style       : italic;
}

I.quote
{
  color            : darkblue;
  text-align       : left;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 100%;
  font-weight      : none;
}

PRE.quote
{
  color            : darkred;
  text-align       : left;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 95%;
  font-weight      : none;
  border           : none;
  margin-left      : 0px;
  margin-top       : 2px;
  margin-bottom    : 2px;
  padding-left     : 0px;
  padding-top      : 0px;
  padding-bottom   : 0px;
}

CAPTION
{
  font-weight      : NONE
}

H1.title
{
  color            : black;
  text-align       : left;
  font-family      : 'Times New Roman', Verdana, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  font-style       : italic;
  font-size        : 190%;
  margin-top       : 10px;
  margin-bottom    :  5px;
}

H1.tag
{
  color            : darkblue;
  text-align       : left;
  font-family      : 'Times New Roman', Verdana, Arial, Helvetica, sans-serif;
  font-weight      : none;
  font-style       : italic;
  font-size        : 100%;
  margin-top       : 10px;
  margin-bottom    : 10px;
}

H1
{
  text-align       : left;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

H2
{
  text-align       : left;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

H3
{
  color            : darkblue;
  text-align       : left;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 105%;
}

H4
{
  color            : black;
  text-align       : left;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 95%;
}

H5
{
  color            : darkgreen;
  text-align       : left;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 95%;
}

IMG.icon
{
  border           : none;
  width            : 88;
  height           : 88;
  margin-top       : 35px;
  margin-left      : 15px;
  margin-bottom    : 15px;
}

IMG.whatsnew
{
  border           : none;
}

IMG.tryitnow
{
  border           : none;
  width            : 89;
  height           : 37;
}

BODY
{
  color            : black;
  background       : white;
  margin-top       : 0px;
  margin-left      : 0px;
  margin-right     : 15px;
  margin-bottom    : 0px;
}

TABLE.main
{
  border           : none;
  border-collapse  : collapse;
  border           : 0px;
  border-spacing   : 0px;
  margin           : 0px;
  padding          : 0px;
  cols             : 2;
  width            : 100%;
  height           : 100%;
}

TR.top
{
  height           : 20%
  width            : 100%;
  background-color : white;
}

TD.icon
{
  width            : 200;
  text-align       : center;
  background-color : white;
  background-image : url("./images/edge.jpg");
  font-weight      : bold;
  padding-top      : 0px;
  padding-left     : 0px;
}

TD.heading
{
  background-color : white;
  font-weight      : bold;
  padding-top      : 20px;
  padding-left     : 15px;
  padding-bottom   : 0px;
}

TR.bottom
{
  height           : 100%;
  width            : 100%;
  text-align       : left;
  vertical-align   : top;
  background-color : white;
}

TD.right
{
  color            : red;
  background-color : white;
  font-weight      : none;
  padding-top      : 15px;
  padding-left     : 15px;
  padding-bottom   : 15px;
  padding-right    : 15px;
}

TD.left
{
  width            : 190;
  color            : white;
  text-align       : center;
  background-color : white;
  background-image : url("./images/edge.jpg");
  font-family      : Verdana, Helvetica, Arial, sans-serif;
  font-weight      : none;
  font-size        : 100%;
  padding-top      : 0px;
  padding-left     : 0px;
}

TABLE.page
{
  border-collapse  : none;
  cols             : 1;
  rows             : 1;
  width            : 100%;
  height           : 100%;
}

TR.page_header
{
  vertical-align   : top;
  background-color : white;
  width            : 100%;
  height           :  90%;
}

TD.page_header
{
  vertical-align   : top;
  background-color : white;
  margin           : 15px;
  padding          : 15px;
}

TD.page_footer
{
  vertical-align   : bottom;
  background-color : white;
  padding-top      : 10px;
  padding-left     : 10px;
}

P
{
  text-align       : left;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 95%;
}

P.small
{
  font-size        : 75%;
  text-align       : center;
}

UL.list
{
  text-align       : left;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 85%;
}

A
{
  text-align       : left;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 95%;
}

A.main:link { color: white; font-weight: none; text-decoration: none }

A.main:visited { color: white; font-weight: none; text-decoration: none }

A.main:hover { color: #FFFF00; font-weight: none; text-decoration: none }

A:link { COLOR: blue; FONT-WEIGHT: none; text-decoration: none }

A:visited { color: blue; font-weight: none; text-decoration: none }

A:hover { color: #158AFF; font-weight: none; text-decoration: none }

PRE.fragment
{
  border: 1px solid #CCCCCC;
  background-color: #f5f5f5;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 8px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
}

