body {
	margin: 0;
	font-family: Arial;
	font-size: 80%;
	line-height: 135%;
}
p {
	/* setup some more readable paragraph spacing */
  margin-top: 10px;
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 10px 0;
	font-weight: normal;
	line-height: 100%;
}
h1 {
	font-size: 200%;
	line-height: 100%;
}
h2 {
	font-size: 175%;
	line-height: 100%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 120%;
	text-align: center;
	color: #930;
	font-weight: bold;
}
h5 {
	font-size: 100%;
	text-align: center;
	color: #930;
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin-left: 5px;
	padding-left: 5px;
}
.small, .modifydate, .createdate, div.mosimage_caption {
	font-size: 95%;
}
/* @group Content Styles */

/* @group Readon */

a.readon {
	margin-top: 15px;
	padding: 0 0 4px 0;
	font-weight: normal;
	font-size: 100%;
	display: block;
	width: 150px;
	height: 25px;
	text-indent: 6px;
	line-height: 22px;
	background: url(../images/readon.png) 0 100% no-repeat;
}
/* @end */

/* @group Typography */

ul.number, ul.bullet-1, ul.bullet-2, ul.bullet-3, ul.bullet-4 {
	padding-left: 10px;
	margin: 25px 0;
}
ul.number li, ul.bullet-1 li, ul.bullet-2 li, ul.bullet-3 li, ul.bullet-4 li {
	list-style: none;
	margin-left: 0;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 15px;
}
ul.bullet-1 li {
	background: url(../images/path-arrow.png) 0 4px no-repeat;
}
ul.bullet-2 li {
	background: url(../images/bullet-2.png) 1px 4px no-repeat;
}
ul.bullet-3 li {
	background: url(../images/bullet-3.png) 1px 6px no-repeat;
}
ul.bullet-4 li {
	background: url(../images/bullet-4.png) 1px 6px no-repeat;
}
pre {
	padding: 10px;
	background: url(../images/blockquote-bg.png) 0 0;
}
blockquote {
	font-style: italic;
	font-size: 120%;
	line-height: 150%;
	width: auto;
	padding: 10px;
	margin: 20px 0;
	background: url(../images/blockquote-bg.png) 0 0;
}
span.alert, p.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(../images/status-alert.png) 10px 50% no-repeat;
	padding-left: 45px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
span.info, p.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(../images/status-info.png) 10px 50% no-repeat;
	padding-left: 45px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
span.note, p.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(../images/status-note.png) 10px 50% no-repeat;
	padding-left: 45px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
span.download, p.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #EEF7DD url(../images/status-download.png) 10px 50% no-repeat;
	padding-left: 45px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

/* @end */

