@charset "utf-8";

/* CSS Document */



body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	text-align: left;
}
h1 {
	font-size: 25px;
	color: #D59F00;
	margin-left: 10px;
	text-align: left;
	margin-bottom: 0px;
}
h2 {
	color: #AA8000;
}
.subheading {
	margin-top: 0px;
}

.heading {
	margin-bottom: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #795B00;
}
h4 {
	margin-bottom: 5px;
}


.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}

.record {
	text-align: right;
	padding-right: 20px;
}
#img_left {
	margin-right: 30px;
}

.emphasis {
	font-size: 16px;
	font-weight: bold;
	color: #D59F00;
}
.justify {
	text-align: justify;
}
.bulletlist {
	display: list-item;
	list-style-type: circle;
}



a:link {
	color: #086970;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #086970;
	font-weight: bold;
	text-decoration: none;
}


a:hover {
	color: #0ABDCB;
	text-decoration: underline;
}
.returntop a:link {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	padding-left: 10px;
	text-decoration: underline;
}
.returntop a:visited {
	font-style: italic;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	padding-left: 10px;
}
.returntop a:hover {
	text-decoration: none;
}
.removebottommargin {
	margin-bottom: 0px;
}

.verd12 {
	font-size: 14px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

