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

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

a {
	color: #b50101;	
	text-decoration: underline;
}

a:hover
{
	color: #e82929;	
}

h1, h2, h3
{
	color: #1a77cd;
	font-weight: bold;
	margin-top: 20px;
}

h1 {
	font-size: 18px;
	
}

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

h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 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: #98141b;
	color: #98141b;
	border: 0;
	height: 1px;	
	margin-top: 30px;
}

ul, li, ol
{
	margin: 0px;
	padding: 0px;
}

ul{
	margin-left: 18px;
}

ol
{
	margin-left: 25px;
}