/*Page Back Color*/
BODY
{
    BACKGROUND-COLOR: #F5Fff2;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
/*For Label in Whole Page*/
.lblFontType{
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: Black
	}
/*For Label in Whole Page*/
.lblHeadingFontType
{
	background-color: Maroon;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: White
	}
/*For Display Label in Item template*/	
.lblFontTypedisplay{
	font-family: Verdana;
	font-size: x-small;
	color: Black
	}
/*For TextBax in Whole Page*/
.txtFontType
{
	font-family: Verdana;
	font-size:x-small;
	font-weight: normal;
	color: Black	
}
txtFontTypeHindi
{
	font-family: Kruti Dev 010;
	font-size:medium;
	font-weight: normal;
	color: Black	
}
/*For Message Label in Whole Page*/
.lblMsgFontType
{
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: Red
}
.lblHindiFontType
{
	font-family: Kruti Dev 010;
	font-size: medium;
	font-weight: normal;
	color: Black
}
.lnkButton
{
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: Blue
}
.imgSave
{
	  background-image: url(../images/save.gif);
	  width: 70
	  
}
.imgModify
{
	  background-image: url(../images/modify.gif);
}
.imgCancel
{
	  background-image: url(../images/cancel.gif);
}
.imgDelete
{
	  background-image: url(../images/delete.gif);
}

.lblHindiFontType
{
	font-family: Kruti Dev 010;
	font-size: medium;
	font-weight: normal;
	color: Black;
	text-align:justify;
	 text-justify:auto

}

.lblHindiFontTypeSmall
{
	font-family: Kruti Dev 010;
	font-size: small;
	font-weight: normal;
	color: Black
}

