﻿.Faq
{
   width: 100%;
}

.FaqCaption
{
   border: solid 1px Navy;
   background: Navy url(../../Images/MtscItemHeaderBg_Airy.jpg) repeat-x;
   height: 16px;
   font-family: Arial, Tahoma, Verdana, Sans-Serif;   
   font-size: 12px;
   font-weight: bold;
   color: White;
   padding-right: 4px;
   padding-left: 4px;
   white-space: nowrap;
   text-align: left;   
}

.FaqBody
{
   margin-left: 4px;
   margin-right: 4px;
   border-top: solid 2px Navy;
   padding: 6px 4px 6px 20px;
}

.FaqItem
{
   padding: 2px 4px 0px 4px;
}

.FaqItem a:link
{
   text-decoration: none;
   color: Blue;
}
.FaqItem a:visited
{
   color: Blue;
   text-decoration: none;
}
.FaqItem a:hover
{
   text-decoration: none;
   color: Red;
}
.FaqItem a:active
{
   text-decoration: none;
   color: Blue;
}