@import 'https://fonts.googleapis.com/css?family=Open+Sans';
body {
	color: #004c99;
	background-color: rgb(255,255,255);
	font-family: 'Open Sans',sans-serif;
	font-size: 10pt;
	}
div {
	text-align: left;
	}
	div.main {
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		width: 80%;
		min-width:650px;
		max-width:1000px;
		}
h1 {
	font-family: 'Open Sans',sans-serif;
	font-size: 24pt;
	}
h2 {
	font-family: 'Open Sans',sans-serif;
	font-size: 16pt;
	}
h3 {
	font-family: 'Open Sans',sans-serif;
	font-size: 12pt;
	}
h4 {
	font-family: 'Open Sans',sans-serif;
	font-size: 11pt;
	}
p	{
	font-family: 'Open Sans',sans-serif;
	font-size: 10pt;
	}
a:link, a:visited	{
	text-decoration: underline;
	color: #004c99;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #43C3FA;
	cursor: pointer;
	}
table.logos {
	text-align: center;
	margin: auto;
	width: 650px;
	}
	table.logos td {
		padding: 5px;
		}

table.links {
	width: 100%;
	vertical-align: middle;
	padding: 0px;
	border-spacing: 10px;
	}
	table.links th {
		border-bottom-style: solid;
		border-bottom-width: 2px;
		}
	table.links td {
		border-right-style: solid;
		border-right-width: 2px;
		padding: 0px 10px;
		}
		table.links td:nth-last-child(1) {
			border-right-style: none;
			border-right-width: 0px;
			}
.breakline{
	height: 10px;
	width: 80%;
	background-color: #43C3FA;
	}
div.secureURL {
    color: #54BF30;
    display: inline;
}
