/* Library Files */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: left;
	line-height: 1.3em;
	margin: auto;
	padding: 0;
}

p {
	margin-top: 1.3em;
}

a {
	color: #0000FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9999FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 145%;
	color: #CC3300;
}

h2 {
	font-size: 115%;
	color: #663300;

}

img.floatleft {
	float: left;
	margin-right: 5px;
}

img.floatright {
	float: right;
	margin-left: 5px;
}

img.center {
	text-align: center;
}

.smallprint {
	font-size: 90%;
	line-height: 1.3em;
}

.caption {
	font-size: 85%;
	color: #666666;
	font-style: italic;
}
.emphasized {
	font-weight: bold;
}
.add_linespacing {
	margin-top: 1.2em;
}