/* Styles for all but Netscape 4.x. 
BODY does not work properly with Mozilla if first item
ffcc99  ffd0a0 ffddaa
*/
@media print { .noprint { display:none; } }

.boxshadow {
  box-shadow: none;
} 

/* horiz vert blur-radius color   rgba(80, 80, 80, .4)*/
.txtshadow {
  text-shadow: none;
}

fieldset {border-radius: 10px; box-shadow: none;}

A:link {color: #000000}
A:visited {color: #000000}
A:active {color: #000000}
A:hover {color: #000000}

A.plain {text-decoration: none; color: #000000}
A.plain:link {text-decoration: none; color: #000000}
A.plain:visited {text-decoration: none; color: #000000}
A.plain:active {text-decoration: none; color: #000000}
A.plain:hover {text-decoration: none; color: #000000}

/* background-color: #ffcc99; #ffffcc #ffffff */
BODY {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; 
color: #000000; background-color: #ffffff; line-height: 1.5;
margin:0px; padding:0px; border:0px;}
TH {font-weight: bold;}
CAPTION {font-size: 12pt; font-weight: bold; text-align:center;}
/* 006699 000088 0000C0 */
.title {font-size: 14pt; font-weight: bold; text-align: left; color: #000000; text-shadow: none;}
.subtitle {font-size: 12pt; font-weight: bold; color: #000000; text-shadow: none;}
img {box-shadow: none; margin-right: 10px; margin-bottom: 10px;}
#logo-img {float: left; margin-right: 5px; padding-right: 5px; border: 0px; box-shadow: none;}
#page_header {font-size: 14pt; font-weight: bold; text-align:left; color: #000000;}
/* #content {width: 100%; } */
/* #logo {display:none;} */
#content {width: 95%; padding: 15px; padding-right: 15px; 
   margin-right: auto; margin-left: auto; background-color: #ffffff; 
   border: 0px; box-shadow: none;} /*  border: solid 3px #2960AF; margin: 0px; padding: 5px; */
.normal {font-size: 10pt; font-family: Arial, Helvetica, sans-serif;}
.smaller {font-size: 8pt; font-family: Arial, Helvetica, sans-serif; }
.larger {font-size: 12pt; font-family: Arial, Helvetica, sans-serif; }
.space_before{
	border-top: 2em;
	margin-top: 2em;
}
H1,H2,H3,H4{ color: #000000; text-shadow: none;}
H1 {font-size:24px;}
H2 {font-size:20px;}
H3 {font-size:18px;}

.bold {font-weight: bold;}
.blue {color: #000000;}
.red {color: #000000;}
.red2 {color: #000000;}
.green {color: #000000;}
.green2 {color: #000000;}

#webring {display:none;}

.center {text-align:center;}
.centered {text-align:center;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.noprint {display:none;}
.clear {clear:both;}
.no-top-margin{margin-top: 0px;}
.line-ht-150{line-height: 1.5em;}
.width-11em{width: 11em;}
.width-12em{width: 12em;}
.width-16em{width: 16em;}
.width-18em{width: 18em;}
.width-19em{width: 19em;}
.width-20em{width: 20em;}
.width-22em{width: 22em;}
.pad-left-4px{padding-left: 4px;}
.border-blue-2px{border:solid 2px #2040A0;}
.page-break-before{page-break-before: always;}
