* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

body {
	/*background: #E5F1F6;*/
	width: 100%;
}

p {
	float: left;
	color: #666;
	font-size: 75%;
}

p a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

p a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

ul {
	float: left;
}

h2 {
	padding: 0;
	color: #389B16;
	font-weight: normal;
	font-size: 110%;
}

h2 span {
	color: #930056;
}

h2 a {
	color: #389B16;
	text-decoration: none;
}

h2 span a  {
	color: #930056;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	margin: 0 20px 0 12px;
	padding: 14px 0 10px 0;
	color: #389B16 !important;
	font-weight: bold !important;
	font-size: 85%;
	border-bottom: 1px dashed #666;
}

h3 span {
	color: #930056;
}

.intro_purple h2, .intro_purple h2 span, .intro_purple h2 a {color:#930056}


