body { 
	color: #565555;
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
}

a {
	font-weight: bold;
	color: #221f07;
	text-decoration: none;
}

a:hover { 
	color: #d2c82e;
}

h2 { 
	font-weight: normal;
	margin-bottom: 18px;
	line-height: 18px;
}

h3 { 
	font-weight: normal;
	font-size: 12px;
}

p.italic { 
	font-style: oblique;
}

.right {
	text-align: right;
}

p.center { 
	text-align: center;
}

a.leftArrow, a.rightArrow { 
	font-size: 22px;
	font-weight: bold;
}

a.leftArrow { 
	margin-right: 32px;
}

p { 
	cursor: default;	
}