body
{
  margin: 0;
  margin: 0 auto;
  background: #f4f4f4 url(images/background.gif) top center repeat-y;
  }

.PopupBody
{
  margin: 10px;
  background-image: none;
  background-color: #FFFFFF;
  }

.Header
{
  vertical-align: top;
  padding-bottom: 5px;
  padding-left: 5px;
  font-family: Georgia, Lucida, Arial, sans-serif;
  font-size: 11px;
  font-weight: lighter;
  color: #00008B;
  border-bottom: 1px solid #efefef;
  }

.MainContainer
{
  width: 780px;
  height: auto;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin: 0 auto 0 auto;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #A52A2A;
  }

.NavMenu
{
  margin: 8px;
  width: 150px;
  height: auto;
  color: #00008B;
  font-family: Verdana, Arial, sans-serif;
  }

.NavMenuItem
{
  width: 150px;
  color: #00008B;
  font-family: Verdana, Arial, sans-serif;
  outline: none;
  }

.NavMenuItem a:link, .NavMenuItem a:visited
{
  width: 150px;
  margin: 1px 0 1px 0;
  padding: 4px 3px 4px 8px;
  background-color: transparent;
  color: #003366;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  display: block;
  outline: none;
  }

.NavMenuItem a:hover, .NavMenuItem a:active
{
  color: #A52A2A;
  text-decoration: none;
  outline: none;
  }

.Footer
{
  text-align: center;
  padding: 11px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: lighter;
  color: #cccccc;
  }

.Content
{
  float: right;
  width: 570px;
  text-align: left;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 11px;
  padding-right: 16px;
  border-left: 1px solid #efefef;
  font-family: Verdana, Arial, sans-serif;
  line-height: 145%;
  color: #607080;
  }

.MainHeading
{
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  color:  #154F8A;
  font-weight: bold;
}

.NotesHeading
{
  font-family: verdana, arial, helvetica;
  font-size: 8pt;
  color: #333333;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  background-image: url('images/notes.gif');
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 15px;
  }

.BodyText
{
  font-family: verdana, arial, helvetica;
  font-size: 8pt;
  color: #333333;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  }

.BodyTextFixed
{
  font-family: "courier new", courier;
  font-size: 8pt;
  color: #333333;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  }

a.BodyText:link 
{ 
  color: #003366;
  font-weight: normal
  }

a.BodyText:visited 
{ 
  color: #003366;
  font-weight: normal
  }

a.BodyText:hover 
{
  color: #A52A2A;
  font-weight: normal
  }

a.BodyText:active 
{
  color: #A52A2A;
  font-weight: normal
  }

li.BodyText
{
  font-family: verdana, arial, helvetica;
  font-size: 8pt;
  font-weight: normal;
  list-style-position: outside;
  list-style-type: disc;
  margin-bottom: 7px;
  width: 100%;
  }

ul.BodyText
{
  margin-left: 17px;
  }

.ScreenShotBorder
{
  position: relative; 
  float: left;
  top: 0px;
  left: 20px;
  right: 20px;
  bottom: 0px;
  height: auto;
  width: auto;
  overflow: visible;
  }

.ScreenShotBorderClear
{
  position: relative; 
  top: 0px;
  left: 20px;
  right: 20px;
  bottom: 0px;
  height: auto;
  width: auto;
  overflow: visible;
  }

table
{
  border-collapse: collapse;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  }

th, td
{
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  font-family: verdana, arial, helvetica;
  font-size: 8pt;
  color: #333333;
  text-align: left;
  vertical-align: top;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
  }

td
{
  border-color: #888888;
  font-weight: normal;
  text-wrap: normal;
  }

th
{
  background-color: #CCCCCC;
  font-weight: bold;
  }

a:link, a:visited
{
  color: #003366;
  border-bottom: 1px solid #efefef;
  font-family: Verdana, Arial, sans-serif;
  text-decoration: none;
  }

a:hover
{
  color: #A52A2A;
  text-decoration: none;
  }

