body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #11442C;
	margin-right: 22%;
	border: none;
	line-height: 100%;
}
li {
	list-style-position: outside;
	list-style-type: square;
	line-height: 175%;
}

a:link {
	color: #1A6842;
}
a:visited {
	color: #1A6842;
}
a:active {
	color: #1A6842;
}
a:hover {
	font-style: oblique;
}
h1 {
	font-size: 19px;
	color: #000000;

  text-align: center
}
h2 {
	font-size: 15px;
	color: #000000;

}
.standout {
    font-size: 15px;
	color: #000000;
}

.standout a:link {
}
.standout a:hover {
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-align: center;
}
.tiny a:link {
	text-decoration: underline;
}

.image_pad {
	font-size: 15px;
	color: #000000;
	padding: 5px;
	border: medium solid #003333;
	background-color: #BDDCC8;
	margin-left: 10px;
}

.image_pad_left {
	font-size: 15px;
	color: #000000;
	padding: 5px;
	border: medium solid #003333;
	background-color: #BDDCC8;
	margin-right: 7px;
}
