body, td, th, p, h3, h4
{
	font-family: arial, serif;
	font-size: 12px;
	line-height: 150%;
	color: #2a2c2f;	
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

a {
	color: #0057c2;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #9d0774;	
}

h1, h2
{
	color: #9d0774;
	font-weight: bold;
	font-size: 150%;
	margin-top: 20px;
}

h2 {
	font-size: 13px;
	margin-bottom: 0px;
}

.mojoImage
{
	padding: 5px;
	border: 1px solid #d4d4d4;
	margin-bottom: 20px;
	clear: both;
}



.mojoImage.floatleft
{
	margin-right: 20px;
	float: left;
}

.mojoImage.floatright
{
	margin-left: 20px;
	float: right;
}


hr {
	background: #9BA800;
	color: #9BA800;
	border: 0;
	height: 1px;	
	margin-top: 30px;
}