/*____________________________________________________
  Classes
  ____________________________________________________
*/

.heading_Large {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: light;
	color: #B4D7FD;
	font-size: 220%;
	line-height: 150%;
	margin-top: 0px;
	vertical-align: super;
}

.heading_Medium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #B4D7FD;
	font-size: 130%;
	line-height: 170%;
}

.heading_Small {
	font-weight: bold;
	color: #B4D7FD;
	line-height: 170%;
}

.subHeading_Medium {
	font-weight: light;
	color: #C8C8B2;
	font-size: 130%;
	line-height: 170%;
}

.subHeading_Small {
	font-weight: bold;
	color: #C8C8B2;
	line-height: 170%;
}


