/* 
* - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - *
		
 	Style sheet Name:
				fonts.css
	Description :   
				This css script has all classes, ids defined that are used in defining
			font's look and feel in the UI

	Written by:
				08-Jan-2022	-	Infotools
				User will need to modify styles as per system requirements. 

	Code review by:
				08-Jan-2022	-	Infotools

	Caution:
				08-Jan-2022	-	Infotools
				code generator ver 1.0.0
				Because this script is generated using proprietory code generator,
			changes in this script will need to be handled carefully.
				Preferably this should be done by who understands css working thoroughly.

	Assumption:
				08-Jan-2022	-	Infotools

	Remarks:
				08-Jan-2022	-	Infotools


* - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - *
*/

/* 
			Few standard sizes are defined for more popular fonts on website.
		these variations can be implemented in HTML output using <span> tag.
*/

.Arial10{
	font-family: Arial, Helvetica, sans-serif; font-size:10px; 
}

.Arial12{
	font-family: Arial, Helvetica, sans-serif; font-size:12px; 
}

.Arial18{
	font-family: Arial, Helvetica, sans-serif; font-size:18px; 
}

.Arial24{
	font-family: Arial, Helvetica, sans-serif; font-size:24px; 
}

.Arial28{
	font-family: Arial, Helvetica, sans-serif; font-size:28px; 
}

.Arial32{
	font-family: Arial, Helvetica, sans-serif; font-size:32px; 
}

.Arial36{
	font-family: Arial, Helvetica, sans-serif; font-size:36px; 
}

.Arial40{
	font-family: Arial, Helvetica, sans-serif; font-size:40px; 
}

.Arial44{
	font-family: Arial, Helvetica, sans-serif; font-size:44px; 
}

.Arial48{
	font-family: Arial, Helvetica, sans-serif; font-size:48px; 
}

.Roboto10{
	font-family: Roboto Regular, Arial; font-size: 10px;
}

.Roboto12{
	font-family: Roboto Regular, Arial; font-size: 12px; 
}

.Roboto18{
	font-family: Roboto Regular, Arial; font-size: 18px; 
}

.Roboto24{
	font-family: Roboto Regular, Arial; font-size: 24px; 
}

.Verdana10{
	font-family: Verdana, Roboto Regular, Arial; font-size: 10px;
}

.Verdana12{
	font-family: Verdana, Roboto Regular, Arial; font-size: 12px; 
}

.Verdana18{
	font-family: Verdana, Roboto Regular, Arial; font-size: 18px; 
}

.Verdana24{
	font-family: Verdana, Roboto Regular, Arial; font-size: 24px; 
}

.Calibri10{
	font-family: Calibri, Roboto Regular, Arial; font-size: 10px;
}

.Calibri12{
	font-family: Calibri, Roboto Regular, Arial; font-size: 12px; 
}

.Calibri18{
	font-family: Calibri, Roboto Regular, Arial; font-size: 18px; 
}

.Calibri24{
	font-family: Calibri, Roboto Regular, Arial; font-size: 24px; 
}