.TabHeader 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold;	
	color:#FFFFFF;
}
.TopText 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}
.FieldCaption
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
.GroupCaption
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold
}
.InputText
{
	color:black;
	border:solid 1 gray; 
	text-align:left;  
	font-size:8pt; 
	font-family:Verdana; 
	padding-bottom:3;
	padding-left:3;
	padding-right:3;
	padding-top:3;
	height:20
}
.InputDropDown
{
	color:black;
	font-size:8pt; 
	font-family:Verdana; 

}
.InputCheckBox
{
	color:black;
	font-size:8pt; 
	font-family:Verdana; 
}
.InputRadioButton
{
	color:black;
	font-size:8pt; 
	font-family:Verdana; 
}
.frame
{
	border-collapse:collapse;
	border-color:LightGrey;
	border-style:solid;
	border-width:0px;
}
.DataGridHeader
{ 
	background-color:#7291B3; 
	font-family:Verdana; 
	font-size: 8pt; 
	font-weight:normal; 
	color: #000000;
}

.DataGridFooter
{ 
	background-color:#7291B5; 
	font-family:Verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #000000;
}

.DataGridBody
{
	color:#000000; 
	font-size: 8pt; 
	font-family:Verdana; 
	border:solid 1px white;
}
.GapBetweenRows
{
	height:5;
}
.Button
{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px; 
	font-weight: bold;	
	color: #000000;
	background-color:#B0C4DC;
	border-style:solid;
	border-color:lightGrey;
}
.ApplicationTitle
{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 15px; 
	font-weight: bold;	
	color: Navy;
	height:25;
	vertical-align:middle
}
.ApplicationSubTitle
{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px; 
	font-weight: bold;	
	color: Navy;
	height:25;
	vertical-align:middle
}
.LinkButton
{
	font-family: Verdana, Helvetica, sans-serif;	
	font-size: 10px; 
	font-weight: bold;	
	color: #000000;
}
.ListBox
{
	color:black;
	border:solid 1 gray; 
	text-align:left;  
	font-size:8pt; 
	font-family:Verdana; 
	height:20
}
.MessageLabel
{
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;	
	color:Gray;
}
.DataGridPaging
{ 
	background-color:#7291B5; 
	font-family:Verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	color:Black;
}
.PrintHeader 
{
	font-family: Verdana, Helvetica, sans-serif;	
	font-size: 13px; 
	font-weight: bold;	
	color:#FFFFFF;
	background-color:#7391B7;
}
.Footer
{
	font-family: Verdana, Helvetica, sans-serif;	
	font-size: 9px; 
	font-weight: bold;	
	color:#000000;
}
.FooterLine
{
	border-collapse:collapse;
	border-color:#7391B7;
	border-style:solid;
	border-width:1px;
}
.PrintHeading
{
	font-family: Verdana;
	font-size: 15px;
	font-weight:bold;
	height:50px;
}
.LoginText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
}