/* body {
    font-family: arial;
    } */
/* h1 {
    background-color:#c1e0ff;
    border: 0px solid;
    color: Black;
    text-align: center;
    } */
.shadow h2 {
    color: Black;
	text-align: center;
    }

.shadow table {
    border: 1px solid #39F;
    width: 100%;
    }
table.tbl {
    border: 0px solid white;
    padding-left: 10px;
    /* width: 800px; */
    }
table.tbl .col1 {
	border: 0px solid white;
	width: 25%;
	color: black;
    padding: 0px;
    font-weight:bold;
    vertical-align: top;
	}
table.tbl .col2 {
	border: 0px solid white;
	/* width: 80%; */
	color: black;
    padding: 0px;
	}
table.tbl .col1b {
	border: 0px solid white;
	width: 25%;
	color: white;
    padding: 0px;
    font-weight:bold;
    vertical-align: top;
	}
table.tbl .col2b {
	border: 0px solid white;
	/* width: 80%; */
	color: white;
    padding: 0px;
	}
.shadow th, .shadow td {
    border: 0px;
    text-align: left;
    padding: 0px;
    }
.shadow h4 {
    color:#09F;
    text-indent: 5px;
    }
.shadow p {
    color:black;
    text-indent: 0px;
    padding-right: 40px;
/*    line-height: .3 em;
*/
    }
.shadow .agendaitem {
/*    text-indent: 50px;
*/
    margin-top: 0px;
    padding-left: 30px;
    }
.shadow .agendaextra {
    margin-top: 0px;
    padding-left: 20px;
    line-height: 1.65 em;
    }
.bold {
	font-weight: bold;
}
.signoff {
/*    text-indent: 50px;
*/
    margin-top: 0px !important;
    margin-left: 40px !important;
    line-height: .5 em;
    }
.shadow ol {
	list-style-type: decimal;
	margin: 0px;
	}

.shadow li {
	margin: .2 em 0;
	line-height: 1.5em;
	}

.shadow ol.alpha {
	list-style-type: lower-alpha;
	margin: 0px;
	}

.shadow {
	/* width: 850px; */
	-webkit-box-shadow: 10px 10px 10px #888888;
	-moz-box-shadow: 10px 10px 10px #888888;
	box-shadow: 10px 10px 10px #888888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/PIE.htc);
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 2px solid #CCC;
	background: #fff;
}

.shadow hr {
	height: 1px;
	background: #ccc;
}

.boxinnertop {
	background-color: #0071D6;
	width: 100%;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	behavior: url(/css/PIE.htc);
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 0px;
	text-align: center;
	border: 0px solid #CCC;
	color:white;
}
.boxinnerbottom {
	background-color: #0071D6;
	/* width: 100%; */
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	behavior: url(/css/PIE.htc);
	position: relative;
	padding: 10px;
	text-indent: 0px;
	text-align: center;
	border: 0px solid #CCC;
	color:white;
}
.boxinner {
	background-color: #1482d7;
	width: 100%;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	behavior: url(/css/PIE.htc);
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 0px;
	text-align: center;
	border: 0px solid #CCC;
	color:white;
}
.boxinnersub {
	background-color: #cfe6f7;
	width: 100%;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	behavior: url(/css/PIE.htc);
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-indent: 15px;
	border: 0px solid #CCC;
	color:black;
	font-weight: bold;
}
.boxinnergrey {
	background-color: #dddde0;
	width: 100%;
	text-indent: 0px;
	}
.boxinnercontent {
	background-color: white;
	width: 97.5%;
	text-indent: 0px;
	padding-left: 20px;
	border: 0px;
}
.boxinnerbody {
	background-color: white;
	width: 97.5%;
	text-indent: 0px;
	padding-left: 10px;
	border: 0px;
}