body
{
	font-size: 8pt;
	background-attachment: fixed;
	background-image: url(../images/flyincg.gif);
	font-style: normal;
	font-family: Tahoma;
}
               
.TableMain 
{
width:700;
border-style:solid;
border-width:1px;
border-color:Black;
margin-left:15px;
margin-right:15px;
margin-top:5px;
margin-bottom:5px;
padding-bottom:15px;
padding-left:15px;
padding-right:15px;
padding-top:15px;
}

.HR 
{
   color:Navy;
}

.HeaderCenter 
{
   font-family:Times New Roman;
   font-size:16pt;
   font-weight:bold;
   text-align:center;
   color:Navy;
}

.Label
{
   font-family:Tahoma;
   font-size:8pt;
   color:Navy;
}

.ASPXLabelCenter
{
   font-family:Tahoma;
   font-size:8pt;
   color:Navy;
   text-align:center;
}

.ASPXHyperLinkCenter
{
   font-family:Tahoma;
   font-size:8pt;
   text-align:center;
   color:Blue;
}

.ASPXLinkButton
{
   font-family:Tahoma;
   font-size:8pt;
   font-style:normal;
   font-weight:bold;
   color:Navy;
   text-decoration:none;
}

.ASPXButton
{
   font-family:Tahoma;
   font-size:8pt;
   font-weight:bold;
   background-color:#C0C0FF;
   color:Navy;
   height:22px;
   width:75px;
   border-style:none;
   cursor:hand;
}

.MenuButton
{
   font-family:Tahoma;
   font-size:8pt;
   font-weight:bold;
   background-color:#C0C0FF;
   color:Navy;
   height:22px;
   width:125px;
   border-style:none;
   cursor:hand;
}

.ASPXListButton
{
   font-family:Tahoma;
   font-size:8pt;
   font-weight:bold;
   background-color:#C0C0FF;
   color:Navy;
   height:22px;
   width:75px;
   border-style:none;
   margin-top:4px;
}
.ASPXTextBox
{
   font-family:Tahoma;
   font-size:8pt;
   font-style:normal;
   height:22px;
   border-style:solid;
   border-color:Navy;
   border-width: 1px;
}

.ASPXTextBoxRight
{
   font-family:Tahoma;
   font-size:8pt;
   font-style:normal;
   height:22px;
   text-align:right;
      border-style:solid;
   border-color:Navy;
   border-width: 1px;
}

.ASPXError
{
   font-family:Tahoma;
   font-size:7pt;
   font-weight:bold;
   color:Red;
}

.ASPXDataGrid
{
   font-family:Tahoma;
   font-size:8pt;
   font-style:normal;
}

.ASPXDataGridAlternatingItem 
{
   background-color:#C0C0FF;
}

.ASPXDataGridHeader
{
   font-weight:bold;
   color:White;
   background-color:Navy;
   text-align:center;
}

.ASPXDataGridPager
{
   font-weight:bold;
   color:White;
   background-color:Navy;
   text-align:center;
}

