﻿/* This StyleSheet contains custom styles for this project */

BODY {
	font-family: 'Open Sans', Arial;
	font-size: 150%;
	color: #000000;
	background-color: #ffffff;
}

H4 {
	font-weight: bold;
	font-size: 115%;
	x-next-class: BodyText;
	x-next-type: p;
	color: #4c4c4c;
	break-after: avoid;
	page-break-after: avoid;
}

p.BODYTEXT {
	margin-top: 0pt;
	font-weight: normal;
	line-height: 130%;
}
/*
A,A:link {
	color: #1918D6;
	text-decoration: underline;
	cursor: hand;
}
A:visited {
	color: #3E9BD3;
	text-decoration: underline;
}
A:hover {
	color: #9B9B9B;
}
A:active {
	color: #9B9B9B;
}
*/
.caption
{
    font-style: italic;
    margin-bottom: 0px;
    text-align: left;
}
.figure
{
    margin-bottom: 0px;
}
.Code
{
    color: Gray;
    font-family: 'Courier New';
    font-size: 9pt;
    line-height: normal;
}

/*
#pagetop a:link{
	color: #EEEEFF;
}

#pagetop a:visited {
	color: #EEEEFF;
}

#pagetop a:hover {
	color: orange;
}
*/

#pagetoptable1row3 a:link{
	color: #EEEEFF;
}

#pagetoptable1row3 a:visited {
	color: #EEEEFF;
}

#pagetoptable1row3 a:hover {
	color: orange;
}