﻿body {
	background-color: #DCE4F8FF;
	color: #003365FF;

	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	white-space: normal;
}
a {
	font-style: normal;

	text-decoration: none;

	white-space: normal;
}
em {
	font-style: normal;

	text-decoration: none;

	white-space: normal;
}


.font-white		{ color: #EEEEF0FF; }
.font-lightblue	{ color: #DCE4F8FF; }
.font-skyblue	{ color: #067CEBFF; }
.font-navyblue	{ color: #003365FF; }

.font-heavy {
	font-weight: bold;
	font-style: normal;

	text-decoration: none;
}
.font-light {
	color: #067CEB88;

	font-style: normal;

	text-decoration: none;
}


@media (min-width: 800px) {
	.font-headertext {
		font-size: 26px;
		font-weight: bold;

		text-align: center;
		white-space: normal;
	}
	.font-subheadertext {
		font-size: 22px;
		font-weight: bold;

		text-align: center;
		white-space: normal;
	}
	.font-dayheadertxt {
		font-size: 16px;
		font-weight: bold;

		text-align: center;
	}

	.font-bodytext {
		margin-top: 0px;
		margin-bottom: 0px;

		font-size: 16px;
		font-style: normal;

		text-decoration: none;
		
		line-height: 18px;
	}
	.font-inputtext {
		font-size: 14px;

		line-height: 16px;
	}
	.font-calendartext {
		font-size: 14px;
	}

	.font-foottext {
		font-size: 14px;

		text-align: right;
	}

	.font-link {
		color: #067CEBFF;

		font-style: normal;

		text-decoration: none;

		cursor: pointer;
		transition: color 0.25s ease;
	}
		.font-link:hover {
			color: #00C8FFFF;
		}
		.font-link:visited {
			color: #0080C0FF;
		}

	.font-navtxt1 {
		font-size: 14px;
		font-style: normal;

		text-align: center;
		text-decoration: none;

		white-space: normal;
	}

	.font-navtxt2 {
		font-size: 16px;
		font-weight: bold;

		white-space: normal;
	}

	.font-dropdown-text {
		color: #EEEEF0FF;

		font-weight: bold;
		font-size: 18px;
		font-style: normal;

		text-decoration: none;
	}
	.font-tabletop {
		margin-top: 5px;
		margin-bottom: 5px;

		text-align: left;
	}
}

@media (min-width: 500px) and (max-width: 799px) {
	.font-headertext {
		font-size: 20px;
		font-weight: bold;

		text-align: center;
		white-space: normal;
	}
	.font-subheadertext {
		font-size: 18px;
		font-weight: bold;

		text-align: center;
		white-space: normal;
	}
	.font-dayheadertxt {
		font-size: 14px;
		font-weight: bold;

		text-align: center;
	}

	.font-bodytext {
		margin-top: 0px;
		margin-bottom: 0px;

		font-size: 14px;
		font-style: normal;

		text-decoration: none;

		line-height: 16px;
	}
	.font-inputtext {
		font-size: 12px;

		line-height: 14px;
	}
	.font-calendartext {
		font-size: 12px;
	}

	.font-foottext {
		font-size: 12px;

		text-align: right;
	}

	.font-link {
		color: #067CEBFF;

		font-style: normal;

		text-decoration: none;

		cursor: pointer;
		transition: color 0.25s ease;
	}
		.font-link:hover {
			color: #00C8FFFF;
		}
		.font-link:visited {
			color: #0080C0FF;
		}

	.font-navtxt1 {
		font-size: 12px;
		font-style: normal;

		text-align: center;
		text-decoration: none;

		white-space: normal;
	}

	.font-navtxt2 {
		font-size: 14px;
		font-weight: bold;

		white-space: normal;
	}

	.font-dropdown-text {
		color: #EEEEF0FF;

		font-weight: bold;
		font-size: 15px;
		font-style: normal;

		text-decoration: none;
	}
	.font-tabletop {
		margin-top: 5px;
		margin-bottom: 5px;

		text-align: left;
	}
}

@media (min-width: 0px) and (max-width: 499px) {
	.font-headertext {
		font-size: 16px;
		font-weight: bold;

		text-align: center;
		white-space: normal;
	}
	.font-subheadertext {
		font-size: 14px;
		font-weight: bold;

		text-align: center;
		white-space: normal;
	}
	.font-dayheadertxt {
		font-size: 12px;
		font-weight: bold;

		text-align: center;
	}

	.font-bodytext {
		margin-top: 0px;
		margin-bottom: 0px;

		font-size: 10px;
		font-style: normal;

		text-decoration: none;

		line-height: 12px;
	}
	.font-inputtext {
		font-size: 10px;

		line-height: 12px;
	}
	.font-calendartext {
		font-size: 10px;
	}

	.font-foottext {
		font-size: 10px;

		text-align: right;
	}

	.font-link {
		color: #067CEBFF;

		font-style: normal;

		text-decoration: none;

		cursor: pointer;
		transition: color 0.25s ease;
	}
		.font-link:hover {
			color: #00C8FFFF;
		}
		.font-link:visited {
			color: #0080C0FF;
		}

	.font-navtxt1 {
		font-size: 10px;
		font-style: normal;

		text-align: center;
		text-decoration: none;

		white-space: normal;
	}

	.font-navtxt2 {
		font-size: 12px;
		font-weight: bold;

		white-space: normal;
	}

	.font-dropdown-text {
		color: #EEEEF0FF;

		font-weight: bold;
		font-size: 12px;
		font-style: normal;

		text-decoration: none;
	}
	.font-tabletop {
		margin-top: 0px;
		margin-bottom: 0px;

		text-align: left;
	}
}