@charset "UTF-8";
/* CSS Document */

.title {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 24px;
}


.heading3 { /* title for div pictures */
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.paragraph {
	color: #463c3c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: normal;
    line-height: 18px;
    text-align: left;
	text-indent: 0px;
    text-transform: none;
}

.pic {
	border: #8B8589 solid 5px; /* taupe */
	display: block;
	text-align: center;
	margin-left: 8px;
	margin-right: 8px;
}

table.maintext {
	padding: 10px;
	color: #463c3c;
    font-family: Arial, Helvetica, sans-serif;/* default text will be .paragraph */
    font-size: 14px;
	font-weight: normal;
    line-height: 18px;
    text-align: left;
    text-indent: 0px;
    text-transform: none;
}

a {
	text-decoration: underline;
	color: #333;
	font-weight: bold; 
}

a:visited {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
	color: #111;
}

a.caption-link {
	text-decoration: underline;
	color: white;
	font-weight:normal;
}

a.caption-link:visited {
	text-decoration: underline;
	color: white;
}

a.caption-link:hover {
	text-decoration: none;
	color: #ff9900; /*orange*/
}

.pic-link {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	font-weight: normal;
}

.pic-link:hover img {
	border-color: black;
}
