@charset "utf-8";

/* CSS Document */
ol {
	list-style-position: inside;
	clip: rect(auto,auto,auto,auto);
	text-indent: 0px;
	font-weight: bold;
}

ul {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 30px;
	text-indent: -14px;
	margin-right: 12px;

}
.blockquote {
	text-indent: 20px;
}


.JoggerIndent {
	padding-left: 60px;
	vertical-align: super;
	padding-right: 12px;
}

.JoggerTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #494d66;
	list-style-image: url(../images/bluebullet.jpg);
	list-style-type: circle;
	list-style-position: inside;
}

.JoggerDesc {
	font-family: Tahoma;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	color: #333366;
}


.JoggerHeading {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #333366;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.JoggerTip {
	font-family: Tahoma;
	font-size: 12px;
	font-style: oblique;
	line-height: 20px;
	font-weight: bolder;
	color: #669966;
	list-style-type: none;
	list-style-position: outside;
	border-left-color: #669966;
	border-left-style: ridge;
	border-left-width: 11px;
	padding-left: 5px;
	padding-top: 0px;
	width: 15px;
}
