﻿.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;
}
.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;
}