body{background:#c8ddbe;
     }

#P3PageBox {
     color:#845e2a;
     background-color:#badbf8;
     width:900px;
     margin-left:auto;
     margin-right:auto;
     margin-top:2em;
     border:1em solid #badbf8;
}


a:link {color:#006da0;
	background-color:transparent;
	font-weight:bold;
     	text-decoration: none;
        }
a:visited{color:#006da0;
        background-color:transparent;
	font-weight:bold;
     	text-decoration: none;
        }
a:hover {color:#934C57;
	background-color:#ffcc00;
	font-weight:bold;
     	text-decoration: none;
        }
a:active{color:#934C57;
	background-color:#ffcc00;
	font-weight:bold;
     	text-decoration: none;
        }

img {
        border:20px solid #BADBF8;
	}

h1{
   font-size: 40px;;
}

h2{
   font-size: 1.3em;
}
h3{
   font-size: 1em;
}


h1,h2,h3 {
/*     color:#467039;   - Green */
      color:#934C57;
     background:#BADBF8;
     text-align: center;
}

.Centered {
     text-align:center;
}
.Underline {
     text-decoration:underline;
}
.Bold {
     font-weight:bold;
     text-indent:0;
}

.SDBoxPageText {
        width:90%;
	padding:1em;
	margin:0px;
	}


.SDByLine {
  display : none;
}

.SDPhoto {
	font:12pt Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	line-height:12pt;
        text-align: left;
	}
.SDPhoto strong{
     color:#934C57;
     background:#BADBF8;
     text-align:center;
}

.ColorChart {
	font:1em Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	line-height:1.2em;
        color:#934C57;
        text-align: center;
	}

.P3Table {
	font:11px Arial, Helvetica, sans-serif;
	line-height:22px;
	color:#26354A;
	background-color:transparent;
	letter-spacing:0.1em;
	text-align:center;
    	vertical-align:top;
	width:105%;
        border-collapse:collapse;
        border:1px outset #808080;
	}
.P3Table td{
       	font:1.5em Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1.7em;
        color:#934C57;
        text-align: center;
         border:1px inset #808080;
         }
.P3Table .tabCol1{
         width:20%;
         border-right-style:hidden;
         }
.P3Table .tabCol2{
         width:20%;
         border-left-style:hidden;
         }
.P3Table img {
        vertical-align:middle;
	}