﻿body 
{
	/*color:#999999;*/
	color: #666;
	line-height: 1.5em;
	font-family: Arial; 
	font-size: 13px;
	text-align: left;
}
.clear-fix:after 
{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clear
{
	clear: both;
}
p
{
	margin: 0 0 .5em 0;
}
textarea, input
{
	line-height: 1.5em;
	font-family: Arial; 
	font-size: 13px;
}
div
{
	padding: 0;
	margin: 0;
}
img
{
	border: none;
}
a img
{
	border: none;
}
.space-top
{
	margin-top: 20px;
}
.space-right
{
	margin-right: 20px;
}
.space-bottom
{
	margin-bottom: 20px;
}
.space-left
{
	margin-left: 20px;
}
.dkgray
{
	color: #333438;
}
.mdgray
{
	color: #d5d9dd;
}
.ltgray
{
	color: #ebedf0 ;
}
.pink
{
	color: #ca077f;
}
.white
{
	color: #ffffff;
}
.upper
{
	text-transform: uppercase;
}
.upper-dkgray
{
	color: #333438;
	text-transform: uppercase;
}
.upper-mdgray
{
	color: #d5d9dd;
	text-transform: uppercase;
}
.upper-ltgray
{
	color: #ebedf0 ;
	text-transform: uppercase;
}
.upper-pink
{
	color: #ca077f;
	text-transform: uppercase;
}
.upper-white
{
	color: #ffffff;
	text-transform: uppercase;
}
h1
{
	/*font-family: 'Maven Pro', sans-serif;
	font-family: 'Molengo',sans-serif;*/
	font-family: Trebuchet MS,sans-serif;
	font-size: 66px;
	line-height: 1em;
	font-weight: normal;
	color: #ca077e;
	margin: 0;
}
	h1.smaller
	{
		font-size: 46px;
	}
h2
{
	/*font-family: 'Maven Pro', sans-serif;
	font-family: 'Molengo',sans-serif;*/
	font-family: Trebuchet MS,sans-serif;
	font-size: 30px;
	line-height: 1em;
	font-weight: normal;
	color: #666666;
	margin: 0 0 .5em 0;
}
.h2
{
	display: block;
	font-family: Trebuchet MS,sans-serif;
	font-size: 30px;
	line-height: 1em;
	font-weight: normal;
	color: #666666;
	margin: 0 0 .5em 0;
}
.emailSignUp h2
{
	font-size: 22px;
	margin: 0;
}
h3
{
	/*font-family: 'Maven Pro', sans-serif;
	font-family: 'Molengo',sans-serif;*/
	font-family: Trebuchet MS,sans-serif;
	font-size: 36px;
	line-height: 1.3em;
	font-weight: normal;
	color: #333333;
	margin: .5em 0;
}
h4
{
	font-size: 24px !IMPORTANT;
	line-height: 1.2em;
	font-weight: normal;
	color: #333333;
	margin: .3em 0;
}
h5, .h5
{
	font-size: 20px;
	line-height: 1.3em;
	font-weight: normal;
	color: #ca077f;
	margin: .5em 0;
}
.p2 h5, .p2-half h5
{
	margin: .2em 0 0 0;
}
h6
{
	font-size: 18px;
	line-height: 1.3em;
	font-weight: normal;
	color: #666666;
	margin: .3em 0;
}
.h7
{
	font-size: x-large;
	line-height: 1.3em;
	font-weight: normal;
	color: #ca077f;
	margin: .5em 0;
}
.hr
{
	border-top: 1px solid #ca077f;
	height: 13px;
}
.hr hr
{
	display: none;
}
.hr.mdgray
{
	border-top-color: #d5d9dd;
}
.hr.dkgray
{
	border-top-color: #333438;
}
a
{
	color: #ca077f;
	text-decoration: none;
	outline: none;
}
	a:hover
	{
		color: #33363a;
	}
	a.button
	{
		display: inline-block;
		font-size: 16px;
		color: #ffffff;
		text-decoration: none;
		background-color: #ca077f;
		padding: 4px 6px;
		min-width: 110px;
		text-align: center;
	}
		a.button:hover
		{
			background-color: #33363a;
		}
	.emailSignUp a.button
	{
		min-width: 20px;
	}
		
	a.graybutton
	{
		display: inline-block;
		font-size: 16px;
		color: #ebedf0;
		text-decoration: none;
		background-color: #666666;
		padding: 6px 8px;
		min-width: 70px;
		text-align: center;
	}
		a.graybutton:hover
		{
			background-color: #ca077f;
		}

.dkgray-bk
{
	background-color: #333438;
}
.mdgray-bk
{
	background-color: #d5d9dd;
}
.ltgray-bk
{
	background-color: #ebedf0 ;
}
.pink-bk
{
	background-color: #ca077f;
}
.dkgraybox
{
	background-color: #33363a;
	border: 1px solid #33363a;
	padding: 10px;
	margin-bottom: 20px;
}
.ltgraybox
{
	background-color: #ebedf0;
	border: 1px solid #d5d9dd;
	padding: 10px;
	margin-bottom: 20px;
}
.ltgraypinkbox
{
	background-color: #ebedf0;
	border: 1px solid #ca077e;
	padding: 10px;
	margin-bottom: 20px;
}
.pinkbox
{
	background-color: #ca077e;
	border: 1px solid #ca077e;
	padding: 10px;
	margin-bottom: 20px;
}.emptybox
{
	border: 1px solid transparent;
	padding: 10px;
	margin-bottom: 20px;
}