.baamini /*for Tamil*/ {
	font-family: Bamini;
	font-size: 1.2em;
	font-weight: normal;
}

.arial{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

.arialden{
	font-family: ArialDEN;
	font-size: 1.0em;
	font-weight: normal;
	
}
.arialden2{
	font-family: ArialDEN;
	font-size: 1.0em;
	
}
.arialuni /*for all Unicode*/ {
	/*the following are 4 default unicode Windows default fonts*/
	font-family: "Arial Unicode", "Lucida Sans Unicode", "Microsoft Sans Serif", "Times New Roman";
	font-size: 1em;
	font-weight: normal;
}

.pigiarniq /*for Inuktitut*/ {
	font-family: Pigiarniq;
	font-size: 1em;
	font-weight: normal;
}	

.striketext	{
			text-decoration: line-through;
			}

.underline	{
			text-decoration: underline;
			}
			
.margintop	{
			margin: 15px 0 0 0;
			}
			
.rtl{
	direction: rtl;
	text-align: right;
}

.ltr{
	direction: ltr;
}


