
h1 {
	font-size: 44pt;
	margin: 0.67em 0;
	font-style: italic;
	line-height: 1.5;
}

h2 {
	font-size: 28pt;
	margin: 0.83em 0;
	/*color: #F1B111;*/
	line-height: 1.5;
}

h3 {
	font-size: 22pt;
	margin: 1em 0;
	/*color: #283A78;*/
}

h4 {
	font-size: 16px;
	margin: 1.33em 0;
}

h5 {
	font-size: 14px;
	margin: 1.67em 0;
}
h6 {
	font-size: 10px;
	margin: 2.33em 0;
}

p {
	font-size: 16px;
	line-height: 1.25;
	margin: 1em 0;
	/*margin-top:10px;*/
	/*padding-bottom:10px;*/
}

.textCenter 
{
	text-align: center;
}
.textRight 
{
	text-align: right;
}
.textLeft 
{
	text-align: left;
}
.intro *
{
	margin: 0;
}
.orangeText
{
	color: #f78d1e;
}
.pinkText
{
	color: #eb5159;
}
.yellowText
{
	color: #fada14;
}
.lightBlueText
{
	color: #55c4c5;
}
.pinkText
{
	color: #ec008c;
}
.greenText
{
	color: #7dc242;
}
.mediumBlueText
{
	color: #00aeef;
}
.maleButton
{
	background-color: #fada14;
}
.femaleButton
{
	background-color: #bb1b8d;
}

.defaultText
{
	color: #ffffff;
}