/* ODS Support Styles CSS Document */


.supportPage h1,
.supportPage h2,
.supportPage h3,
.supportPage h4,
.supportPage h5,
.supportPage h6,
.supportPage p {
	margin: 5px;
	line-height:normal;
	font-weight:bold;
	text-align:left;
}

.supportPage h1 {
	font-size: 18px;
}
.supportPage h2 {
	font-size: 16px;
}
.supportPage h3 {
	font-size: 14px;
}
.supportPage h4 {
	padding-top:10px;
	font-size: 12px;
}
.supportPage h5 {
	font-size: 11px;
}
.supportPage h6 {
	font-size: 10px;
}
.supportPage p {
	font-size: 12px;
	font-weight:normal;
}


.supportPage hr {
	height:1px;
	width:100%;
	background-color:#AAAAAA;
	border: 0px;
	margin: 15px 0px 15px 0px;
}

.supportPage ol {
	padding-top:5px;
	padding-bottom:5px;
}
.supportPage ol ol {
	list-style-type: upper-alpha;
}

.supportPage .underline {
	text-decoration:underline;
}
