﻿<html>



<head>

<style type="text/css">
<div class="slide" style="cursor: pointer;">Show/Hide</div> 
<div class="view"> This will get shown/hidden depending on the toggle above. </div>


<head>
/*Begin CSS*/
.blank{
	/*Just a blank space*/
	}
}
.headingtext {
	font-size: 24px;
	font-style: italic;
	color: #7A0001;
}
.LegalText {
	color: white;
}
.LegalTextb {
	color: black;
}
.NoBorder{
border:0;

}
.headingtext {
	font-size: 24px;
	font-style: italic;
	color: #7A0001;
}


.MainText{
	font-size: 24px;
	color: white;

	}


.MainTextCenter{
	font-size: 24px;
	color: white;
	text-align: center;
	}


.SmallCenter{
	font-size: 18px;
	color: white;
	text-align: center;
	}

.SmallCenter{
	font-size: 16px;
	color: white;
	text-align: center;
	}




<html>