﻿/* Colors:
Pale Pink: #FCF4F9
Pale Blue: #E5F5F8
Dark Pink: #D5539C
Blue: #009FBC
*/
html {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #000000;
}
body {
	border: 0px;
	background-color: #E5F5F8;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
table {
	margin-left: auto;
	margin-right: auto;
}
td {
	font-size: inherit;
	line-height: inherit;
	vertical-align: top;
	text-align: left;
}
a {
	COLOR: #009FBC;
	CURSOR: pointer;
	TEXT-DECORATION: none;
}
a:hover {
	COLOR: #D5539C;
	TEXT-DECORATION: underline;
}
