/**#D80101 is red*/
label.error{
	color:#d80101;
	margin-left:0.3125rem;
	font-weight:bold;
	font-size:0.75rem;
}
/**dark green, bold--changed to SBSA teal #009C9C on 20230406  */
.style1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #009C9C;
	font-weight: bold;
}
/**SBSA Green  00B45A changed to teal 008C8C */
.style3 {
    color: #008C8C;
}
.style3center {
	color: #008C8C;
	text-align:center;
}
.style3large {
	color: #008C8C;
	Font-size: 1rem;
}
/**SBSA Blue*/
.style3Blarge {
	color: #000096;
	Font-size: 1.0625rem;
}

.style5 {color: #000096;
}
.style5large {
	color: #000096;
	Font-size: 1rem;
}
.style2 {	color: #000000;
	font-weight: bold;
}
/**Dark gray 14px and bold*/
.style4 {color: #333333}
/**Changed from 0.9375rem to 1rem added color #666666*/

/**
mobile devices in portrait mode. This affects the FOOTER. These styles seem to be used only in the footer.
*/
/** @media only screen and (orientation: portrait) and (max-width: 768px){
*/
/**---------------------vv @MEDIA vv------------------------------------------*/
/**PORTRAIT*/
@media only screen and (max-width:30rem), only screen and (orientation: portrait) {
	.style6 {
	font-size: 2rem;
	font-weight: bold;
	color: #333333;
	margin-right: 2rem;
	}
.style6margin {
font-size: 2rem;
	font-weight: bold;
	margin-left: 1.25rem;
	}

/**kelly green for styles 7,8,9,11 Changed to bright teal #008C8C. Changed again to 007878 Affects footer added font size 1.25rem*/
.style9 {
	color: #007878;
	font-size: 2rem;
	}
/**added color  This is the rest of the copyright notice #333333 is almost black*/
.style11 {
	font-size: 2rem;
	color: #333333;
	}
}
/**LANDSCAPE*/

@media only screen and (orientation: landscape)  {
.style6 {
	font-size: 1rem;
	font-weight: bold;
	color: #333333;
	}
.style6margin {
font-size: 0.875rem;
	font-weight: bold;
	margin-left: 1.25rem;
	}

/**kelly green for styles 7,8,9,11 Changed to bright teal #008C8C. Changed again to 007878 Affects footer added font size 1.25rem*/
.style9 {
	color: #007878;
	font-size: 1.2rem;
	}
/**added color  This is the rest of the copyright notice #333333 is almost black*/
.style11 {
	font-size: 1rem;
	color: #333333;
	}
}
/**PCs*/

/**For pcs 
@media  screen and (min-width:980px)
*/
@media  screen and (min-width:61.25rem)  {	
.style6 {
	font-size: 1rem;
	font-weight: bold;
	color: #333333;
	}
.style6margin {
font-size: 0.875rem;
	font-weight: bold;
	margin-left: 1.25rem;
	}

/**kelly green for styles 7,8,9,11 Changed to bright teal #008C8C. Changed again to 007878 Affects footer added font size 1.25rem*/
.style9 {
	color: #007878;
	font-size: 1.2rem;
	}
/**added color  This is the rest of the copyright notice #333333 is almost black*/
.style11 {
	font-size: 1rem;
	color: #333333;
	}
}
/**---------------------^^ @MEDIA ^^------------------------------------------*/

/**color #008C8C is medium teal #000096 is dark blue*/
.style7 {color: #008C8C}

.style8 {color: #008C8C}
/**SBSA Blue for captions*/
.styleCaption {color: #000096;
		Font-size: 0.8125rem
}
.TextWrap {
	float: left;
	margin-right: 0.9375rem;
	border: thin solid #000000;
	margin-bottom: 0.3125rem;
}
.TextWrap2 {
	float: left;
	margin-right: 0.9375rem;
	margin-bottom: 2px;
}

/**Added by APC for right wrapped diagrams*/
.TextWrapRight {
	float: right;
	margin-left: 0.9375rem;
	margin-bottom: 0.3125rem;
}
.TextWrapRight text {
	color: #000096;
}
.IndentforLists {
	margin-left: 1.5625rem;
	margin-bottom: 0.3125rem;
}