/* GENERAL PAGE CONTENT */

.typography {
	color: #666666;
	font-family: Arial, Verdana, sans-serif, hevetica;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}

.typography p {
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

em, EM { font-style: italic; }
.typography em { font-style: italic; }
.typography p em { font-style: italic; }

.typography p a, .typography a {
	color: #da2067;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: underline;
}

.typography p a:visited, .typography a:visited {
	color: #871440;
	text-decoration: underline;
}

.typography p a:hover, .typography a:hover {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: underline;
}


.typography h1 {
	color: #da2067;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0px;
}

.typography h2 {
	color: #666666;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.typography h2.pink {
	color: #da2067;
}

.typography ul {
	margin-left: 35px;
}

form.typography input, form.typography textarea {
	color: #666666;
	font-family: Arial, Verdana, sans-serif, hevetica;
	font-size: 12px;
	text-align: left;
}




