<!DOCTYPE html>
<html lang="en-US">
	<head>
		<meta charset="utf-8">
		<style type="text/css">
			* {margin:0; padding:0;}
			body {font-family:Lucida Grande,Lucida Sans,Arial,sans-serif; font-size: 9pt; line-height:120%; color:#151515; background:#ffffff; width:800px;}

			h1 {font-size: 18pt; width: 800px; padding-bottom: 4px; border-bottom: 2px solid #1c43a6; color: #1c43a6;}
			h2 {font-weight: bold; font-size: 14pt; color: #990000;}
			h3 {font-weight: bold; font-size: 12pt; color: #0d2458; margin: 0 0 0.5em 0;}

			table {border-collapse: collapse;}

			.line  {border-bottom: 1px solid #7d7b7d;}			
		</style>
	</head>
	<body>
		
		<h1>OSAA Student Eligibility Request Form Withdrawn</h1>			

		<p>
			Your OSAA Student Eligibility Request Form has been withdrawn by <?php echo $info['object']->data->withdrawal->user; ?> for the following reason.  <?php echo $info['object']->data->withdrawal->notes; ?> 
		</p>

		<p>
			This form was seeking a hardship waiver for <?php echo $info['object']->student->getDisplayName(); ?> to be eligible to participate at <?php echo $info['object']->school->name; ?> for the <?php echo $info['object']->school_year->slug; ?> school year.
		</p>
		
		<p>
			This e-mail is for informational purposes only.  No further action will take place for this form with ID # <?php echo $info['object']->waiver->id; ?>.
		</p>		
		
		Regards,<br /><br />
		Oregon School Activities Association<br />
		<a href="http://www.osaa.org">www.osaa.org</a>

		<br /><br />	

		<p style="font-size: 8pt; line-height: 110%;">
			This is an automatically generated message and was sent to <?php echo Helpers::arrayToList ($info['to']); ?>			
			<?php if (count($info['cc']) > 0): ?>
				and copied to <?php echo Helpers::arrayToList ($info['cc']); ?>
			<?php endif; ?>
		</p>
		
	</body>
</html>