h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
}
p, ul, li, td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
.bolding {
	font-weight: bold;
}
.italicized {
	font-style: italic;
}
.footer_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #F4E085;
}
.nobottommargin {
	margin-bottom: 0px;
}
.notopmargin {
	margin-top: 0px;
}
li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.underlining {
	text-decoration: underline;
}

.sidebar, .box {
float:right;
width:35%;
margin:8px;
padding:5px;
background:#fff;
border:2px solid black;
	
}

.bottombar {
width:98%;
padding:5px;
background:#fff;
border:1px solid black;
	
}
