div#border
	{
		border: 1px solid black;
	}		
	
	.border
	{
		border: 1px solid black;	
	}
	
	p
	{
		text-align: justify;
		text-justify: newspaper;
	}
	
	.p
	{
		text-align: justify;
		text-justify: newspaper;
	}
	
	p.popUp
	{
		text-align: left;
	}
	
	a
	{
		color: #049;    
		text-decoration: none;
		font-weight: bold;
	}

	a:hover
	{
		color: #C00;
		text-decoration: none;
		font-weight: bold;
	}
	
	.popUp
	{
		text-align: left;
		color: #114;
		text-decoration: none;
	}
	.popUp:hover
	{
		color: #000;
		text-decoration: underline;
	}
	
	.itemLink
	{
		color: #449;
		text-decoration: none;
		font-weight: bold;
	}
	.itemLink:hover
	{
		color: #C00;
		text-decoration: none;
		font-weight: bold;
	}
	

	h1
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 21pt;
		background-position: top left;
	}
	
	.heading1 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 21pt;
		background-position: top left;
	}
	
	.h1 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 21pt;
		background-position: top left;
	}	
	
	h2
	{
		font-family: Arial, Helvetica, sans-serif;
		width: 100%;
		border-top: solid black 2px;
		border-top-width: 2px;
		font-weight: bold;
		font-size: 18pt;
		background-position: top left;
	}
		
	.heading2 
	{
		font-family: Arial, Helvetica, sans-serif;
		width: 100%;
		border-top: solid black 2px;
		font-weight: bold;
		font-size: 18pt;
		border-top-width: 2px;
		background-position: top left;
	}
	
	.h2 
	{
		font-family: Arial, Helvetica, sans-serif;   
		width: 100%;
		border-top: solid black 2px;
		font-weight: bold;
		font-size: 18pt;
		border-top-width: 2px;
		background-position: top left;
	}	
	
	h3
	{
		font-style: italic;
		font-weight: bold;
		font-size: 16pt;
		background-position: top left;
	}
	
	.heading3 
	{
		font-style: italic;
		font-weight: bold;
		font-size: 16pt;
		background-position: top left;
	}
	
	.h3 
	{
		font-style: italic;
		font-weight: bold;
		font-size: 16pt;
		background-position: top left;
	}	
	
	h4
	{
		font-weight: bold;
		font-size: 14pt;
		background-position: top left;
	}
	
	.heading4 
	{
		font-weight: bold;
		font-size: 14pt;
		background-position: top left;
	}
	
	.h4 
	{
		font-weight: bold;
		font-size: 14pt;
		background-position: top left;
	}	
	
	h5
	{
		font-size: 11pt;
		background-position: top left;
	}
	
	.heading5 
	{
		font-size: 11pt;
		background-position: top left;
	}
	
	.h5 
	{
		font-size: 11pt;
		background-position: top left;
	}	
	
	
	.quote
	{
		margin-left: 25px;
		margin-right: 25px;
		font-style: italic;
	}
	
	.padding
	{
		margin-left: 25px;
		margin-right: 25px;
	}
	
	.indent
	{
		margin-left: 25px;
	}
	
	.imgpad
	{
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.smallText
	{
		font-size: 11pt;
  	}
  		
	.smallerText
	{
		font-size: 10pt;
  	}
  	
  	.largeText
	{
		font-size: 13pt;
  	}
  		
	.largerText
	{
		font-size: 14pt;
  	}
  	
  	.printDirImage
  	{
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 12px;
		margin-bottom: 12px;
  	}
  	
  	.addModTable
  	{
		margin-top: -5px;
  	}
  	
  	.smallerSpace
  	{
	 	margin-bottom: 4px; 	
  	}
  	
  	.curricErrorMsg
	{
		font-size: 11pt;
		border: 1px solid red;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 3px;
		padding-bottom: 5px;
  	}