/*body {
	SCROLLBAR-FACE-COLOR: #364363;
	SCROLLBAR-HIGHLIGHT-COLOR: #C4ECFF;
	SCROLLBAR-SHADOW-COLOR: #00A5EC;
	SCROLLBAR-3DLIGHT-COLOR: #33C1FF;
	SCROLLBAR-ARROW-COLOR: #C4ECFF;
	SCROLLBAR-TRACK-COLOR: #364363;
	SCROLLBAR-DARKSHADOW-COLOR: #000066
}*/

a {color: #008080; text-decoration:underline}
a:link {color:#008080 text-decoration:underline}
a:hover {color:#008080; text-decoration:none}
a:active {color:#008080; text-decoration:none}

.text {font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16pt; color: #000000; text-align: justify}
.text a:visited {color: #004080}

.tabletext {font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16pt; color: #000000; text-align: left}
.tabletext a:visited {color: #004080}

.textCenter {font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16pt; color: #000000; text-align: center}
.textCenter a:visited {color: #004080}

.headingCenter {font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 32pt; font-weight: bold; color: #000000; text-align: center}
.headingCenter a {color: #008080; text-decoration:none}
.headingCenter a:link {color: #008080; text-decoration:none}
.headingCenter a:hover {color: #004080; text-decoration:none}
.headingCenter a:active {color: #004080; text-decoration:none}

.heading {font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 32pt; font-weight: bold; color: #000000; text-align: left}
.heading a {color: #008080; text-decoration:none}
.heading a:link {color: #008080; text-decoration:none}
.heading a:hover {color: #004080; text-decoration:none}
.heading a:active {color: #004080; text-decoration:none}

.headingsmall {font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 20pt; font-weight: bold; color: #000000; text-align: left}
.headingsmall a {color: #008080; text-decoration:none}
.headingsmall a:link {color: #008080; text-decoration:none}
.headingsmall a:hover {color: #004080; text-decoration:none}
.headingsmall a:active {color: #004080; text-decoration:none}

.fb {
	background-image: url(../images/fb-logo-black.png);
    display: inline-block;
    height: 32px;
    background-size: 32px;
    background-repeat: no-repeat;
    width: 32px;
}
.fb:hover {
	background-image: url(../images/fb-logo-blue.png);
}
.ig {
	background-image: url(../images/ig-logo-black.png);
    display: inline-block;
    height: 32px;
    background-size: 32px;
    background-repeat: no-repeat;
    width: 32px;
}
.ig:hover {
	background-image: url(../images/ig-logo-color.png);
}

/* Phones */
@media (max-width:767px) {
	.text {font-size: 24pt;}
	.tabletext {font-size: 24pt;}
	.textCenter {font-size: 24pt;}
	.headingCenter {font-size: 48pt;}
	.heading {font-size: 48pt;}
	.headingsmall {font-size: 30pt;}
	.fb {
		height: 48px;
		background-size: 48px;
		width: 48px;
	}
	.ig {
		height: 48px;
		background-size: 48px;
		width: 48px;
	}
}
