html, body {
	color: #FFF;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	margin:10px;
	padding:10px;
	border:none;
	background-color: #2D70BF;
	}
/*TABLE CONTENT*/
table.table-content {
	border-width: 0px;
	border-spacing: 0px 0px;
	border-style: none;
	border-collapse: separate;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
}
table.table-content th {
	border-width: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
table.table-content td {
	border-width: 0px;
	border-style: none;
	padding-top: 10px;
	padding-right: 10px;	
	padding-bottom: 10px;	
	padding-left: 10px;
	margin: 0px;
}
/*TABLE CONTENT BORDER*/
table.table-contentBorder {
	border-width: 1px;
	border-spacing: 0px 0px;
	border-style: solid;
	border-collapse: separate;
	margin: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: center;
	background-color: #1F58B1;
	border-color: #000;
}
table.table-contentBorder th {
	border-width: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
table.table-contentBorder td {
	border-width: 0px;
	border-style: none;
	padding-top: 10px;
	padding-right: 10px;	
	padding-bottom: 10px;	
	padding-left: 10px;
	margin: 0px;
}	
.paragraph {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	height: auto;
}
.paragraphLarge {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	height: auto;
}
td {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FF0;
}
.largeheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FF0;
}
a:link {
	color: #DFDAC6;
}
a:hover {
	text-decoration: none;
	color: #BAAF85;
}
a:active {
	text-decoration: none;
	color: #BAAF85;
}
a:visited {
	text-decoration: none;
	color: #F0EEE3;
}
.small {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.iframe {
	border-width: 1px;
	border-style: solid;
	margin: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: center;
	background-color: #1F58B1;
	border-color: #000;	
}
