
	body {
		margin: 0;
		padding: 0;
	   	background: #0072bc;
		text-align: center;
		font-family: Myriad, Verdana, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #ffffff;
		line-height: 150%;
	     }


	td {
		font-family: Myriad, Verdana, sans-serif;
		font-size: 9pt;
		font-weight: normal;
		color: #373535;
		line-height: 150%;
		}


	strong {
		font-family: Myriad, Verdana, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color: #003471;
		line-height: 75%;
		}


	h1 {
		font-family: Impact;
		font-size: 16pt;
		font-weight: normal;
		color: #f26522;
		line-height: 50%;
		}

/***** LINKS *****/

	a:link, a:visited {
		color: #f26522;
		font-weight: bold;
		text-decoration: none;
	     	}

	a:hover, a:active {
		color: #0072bc;
		font-weight: bold;
		text-decoration: none;
	     	}


