

/* MAIN STYLES */

	body 			{font-size: 10pt;}
	td   			{font-size: 10pt;}

	.pagetitle 		{font-size: 16pt;}
	.pagesubtitle 	{font-size: 13pt;}

	.highlight 		{color: #003366;background: #FFFFC6;font-weight:bold;padding : 2px 0px 2px 0px;}

	.medium,.button,.input,.select			{font-size: 8.5pt;}
	.small 			{font-size: 7.5pt;}
	
	

/* ------------------------------------- BEGIN MASTER FONTS ----------------------- */

/* Font BODY Family */
	body, 
	td, 
	.small,
	.highlight, 
	.button,
	.select,
	.input
	
	{font-family: arial,sans-serif,tahoma,verdana;}
	
	
/* Font TITLE Family */
	.pagetitle
		{font-family: Century Schoolbook,tahoma,verdana,arial,sans-serif;}	

	.pagesubtitle
		{font-family: Century Schoolbook,tahoma,verdana,arial,sans-serif;}	




/* ----------------------- TABLE STYLES --------------------- */

.generalcell {
	background-color: #FFFFFF;
	padding-top: 5px;	
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;			
	}

.generalcellonly {
	background-color: #FFFFFF;
	}