/* CSS for MTPredictor - Simon Pollard for deckchair.co.uk 2008 */
/* Style for page */
div#content-right-text {
	width: 750px;
	font-size: 12px;
	padding-top: 15px;
}
div#content-right-text h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333366;
	margin-bottom: 15px;
}
div#content-right-text h2 {
	font-size: 14px;
	font-weight: bold;
	color: #4284c5;
	margin-bottom: 15px;
}
div#content-right-text ul.main-list {
	margin-left: 15px;
	list-style-position: outside;
	list-style-image: url(../images/page/bullet.gif);
}
div#content-right-text ul.main-list li {
	margin-bottom: 15px;
}
div.quote {
	background-image: url(../images/page/quote-bg.jpg);
	background-repeat: no-repeat;
	width: 524px;
	height: 100px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
div.quote p {
	margin-bottom: 15px;
}
div#content-right-text ul {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url(../images/page/bullet-small.gif);
}