/* Styles for all but Netscape 4.x. 
BODY does not work properly with Mozilla if first item
ffcc99  ffd0a0 ffddaa  FFE4C4 body was BDCBF2  content was ffffcc
*/

/* @media print { .noprint { display:none; } } */

/* horiz vert blur-radius spread-radius color    rgba(80, 80, 80, .4)
  -moz-box-shadow:    3px 3px 3px 0px #808080;
  -webkit-box-shadow: 3px 3px 3px 0px #808080;
*/
.boxshadow {
  box-shadow: 3px 3px 3px #606060;
} 

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

fieldset {margin-top: 10px; border-radius: 10px; box-shadow: 3px 3px 3px #606060;}

A:link {color: #2040A0}
A:visited {color: #660066}
A:active {color: #ff0000}
A:hover {color: #ff0000}

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}

/* blue: # 0000A0 0000D0 0291Ae (blue-green)  good: 0261BF  2960AF 296080 */
/* light tan: ffffcc  ffcc99 FFE4C4 FFDDAA F0E0B0 F0E0C0  F5DEB3  blues: 204080 A0A0E0 */
/* yellowish tan used by SCMATX background-color: F4E7BD; background-color: #F0E0C0; */
BODY {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; 
color: #000000; line-height: 1.5; 
margin:0px; padding:10px; border:0px;}
TH {font-weight: bold;}
CAPTION {font-size: 12pt; font-weight: bold; text-align:center;}
/* 006699 000088 0000C0 0000A0 */
.title {font-size: 14pt; font-weight: bold; color: #2040A0;  text-shadow: 1px 1px 1px #606060;} /* text-align:center;  */
.subtitle {font-size: 12pt; font-weight: bold; color: #2040A0; text-shadow: 1px 1px 1px #606060;}
img {box-shadow: 4px 4px 4px #606060; margin-right: 10px; margin-bottom: 10px;}
#logo-img {float:left; margin-right:5px; padding-right:5px; border: 0px; box-shadow: none;}
#cdss-br {line-height:0.5em;}
#cdss {margin:0px; padding:0px;}
#page_header {font-size: 14pt; font-weight: bold; color: #2040A0; 
vertical-align:top; margin-bottom:0px; padding-bottom:0px; margin-left:5em;}
#main-content {width: 750px; padding: 6px;
   margin-right: auto; margin-left: auto; margin-top: 0px; margin-bottom: 0px;
   border: solid 3px #2040A0; border-radius: 25px;
   box-shadow: 6px 6px 6px #606060; 
}
/* background-color: #F0E0C0;
*/ /*  width: 95%;  #F0E0C0 */
  
.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; }
.larger2 {font-size: 14pt; font-family: Arial, Helvetica, sans-serif; }
.space_before{
	border-top: 2em;
	margin-top: 2em;
}

h1,h2,h3,h4{ color: #2040A0;  text-shadow: 1px 1px 1px #606060;}
h1 {font-size:24px;}
h2 {font-size:20px;}
h3 {font-size:18px;}

.blue {color: #2040A0;}
.red {color: #FF0000;}
.red2 {color: #880000;}
.green {color: #00FF00;}
.green2 {color: #008800;}

.center {text-align:center;}
.centered {text-align:center;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.underline {text-decoration: underline;}
.noprint {display:block;}
.clear {clear:both;}
.no-top-margin{margin-top: 0px;}
.no-bottom-margin{margin-bottom: 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;}
