﻿.GridHeaderStyle
{
   font-family:Arial;
   background-color:#666666;
   font-size:8pt;
   font-weight:bold;
   color:White;
   text-align:left;
}
.TxtStyle
{
   font-family:Arial;
   font-size:8pt;
   font-weight:normal;
}
.HeaderStyle
{
 color:#000066;
   font-family:Arial;
   font-size:x-large;
   font-weight:bold;
}
.SubHeaderStyle
{
 color:Purple;
   font-family:Arial;
   font-size:large;
   font-weight:bold;
}
.SectionStyle
{
   font-family:Arial;
    font-size: large;
    font-weight: bold;
    color: #000066;
}
.SubSectionStyle
{
   font-family:Arial;
    font-size: medium;
    font-weight: bold;
    color: purple;
}.DocTextStyle
{
   font-family:Arial;
    font-size: smaller;
    font-weight: normal;
    color: Black;
}
.CommandButtonStyle
{
   font-family:Arial;
   font-size:8pt;
   font-weight:normal;
}
.LabelStyle
{
   font-family:Arial;
   font-size:8pt;
   font-weight:normal;
	margin-left: 5px;
}
.MenuStyle
{
   font-family:Arial;
   font-size:8pt;
   font-weight:normal;
   background-color:#6600FF;
   color:White;
}
.CaptionStyle
{
   font-family:Arial;
   font-size:10pt;
   font-weight:normal;
}
