/* GLOBAL ELEMENTS ----------------------------------*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: WHITE;
}

.readableText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}

.readableTextBOLD {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.smallText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;

}

.smallTextBOLD {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

a:link {
	color: #EB6800;
	text-decoration: underline;
	font-weight: bold;

}
a:visited {
	color: #EB6800;
	text-decoration: underline;
}
a:hover {
	color: #EEDECA;
	text-decoration: underline;
}


/* SECTION ELEMENTS ----------------------------------*/

.sectionTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-style: normal;
	font-variant: normal;
}
.sectionTitleBOLD {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.sectionSubTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #EB6800;
}

.sectionSubTitle2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #EB6800;

}

.sectionSubTitle3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}

/* NAVIGATION ELEMENTS ----------------------------------*/
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bolder;
	color: #EEDECA;
}
.nav a:link {
	color: #EEDECA;
	font-weight: bold;
}
.nav a:visited {
	color: #EEDECA;
	text-decoration: none;
}
.nav a:hover {
	color: #EEDECA;
}
.navglobal {
	color: #EB6800;
	font-size: 10px;
	font-weight: bold;
}
.navglobal a:link {
	color: #EB6800;
	text-decoration: underline;
	font-weight: bold;
}
.navglobal a:visited {
	color: #D1AE97;
	text-decoration: none;
}
.navglobal a:hover {
	color: #D1AE97;
	text-decoration: underline;
	
}
.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

a.gocardlink {
	font-family: Verdana, Arial;
	color: #659b80;
	font-weight: normal;
	text-decoration: none;
	}
a.gocardlink:hover {
	text-decoration: underline;
	}

