@charset "utf-8";
/* CSS Document */

<style>
.thdrcell {
background:#F3F0E7;
font-family:arial;
font-size:12px;
font-weight:bold;
padding:5px;
border-bottom:1px dashed #2c7fc3;
}

.tdatacell {
font-family:arial;
font-size:12px;
padding:5px;
background:#FFFFFF;
text-align:center;
}

.dvhdr1 {
background:#F3F0E7;
font-family:arial;
font-size:12px;
font-weight:bold;
border:1px dashed #2c7fc3;
padding:5px;
width:150px;
}

.dvbdy1 {
background:#FFFFFF;
font-family:arial;
font-size:12px;
border-left:1px dashed #2c7fc3;
border-right:1px dashed #2c7fc3;
border-bottom:1px dashed #2c7fc3;
padding:5px;
width:150px;
}

p {
margin-top:20px;
}

h1 {
font-size:13px;
}

.dogvdvhdr {
width:500;
background:#C4D5E3;
border:1px dashed #2c7fc3;
font-weight:bold;
padding:10px;
}

.dogvdvbdy {
width:500;
background:#FFFFFF;
border-top:1px dashed #2c7fc3;			
border-left:1px dashed #2c7fc3;
border-right:1px dashed #2c7fc3;
border-bottom:1px dashed #2c7fc3;
padding:10px;
}

.pgdiv {
width:320;
height:250;
background:#E9EFF4;
border:1px dashed #2c7fc3;
padding:10px;
margin-bottom:20;
font-family:arial;
font-size:12px;
text-align:center;
}
</style>