/* CSS Document */

ol {
	margin-right: 40px;
}

ol li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-left: 15px;
	margin-right: 40px;
}

/*
#section {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 15px 15px 15px 15px;
}

#section p {
	text-indent: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#section p.parasubsubheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
    font-size: 16px;
    font-weight: bold;
	padding-top: 10px;
	text-indent: 0px;
}
*/

.section {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 15px 15px 15px 15px;
}

.section p {
	text-indent: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.section p.parasubsubheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
    font-size: 16px;
    font-weight: bold;
	padding-top: 10px;
	text-indent: 0px;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #0000CC;
	font-weight: bolder;
}

.paraheader { 
	font-family: Georgia, "Times New Roman", Times, serif;
       font-size: 18px;
       font-weight: bold;
       color:#0000cc;
       text-align: center;
}
.parasubheader { 
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color:#0000cc;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
}

.normal-paragraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-indent: 20px;
	/*letter-spacing: 0.2px;*/
	margin-top: 5px;
	margin-bottom: 5px;
}

.hang {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-left: 35px;
	padding-right: 45px;
	text-indent: -3em;
	margin-left: 3em;
	margin-top: 15px;
	margin-bottom: 5px;

}

.caption {
	border: double;
	border-width: thick;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}

.normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-indent: 20px;
}
	

.normal-small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-indent: 10px;
	text-align: left;
}

.small-red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
	
