@charset "UTF-8";
/* CSS Doc */

/* Applies to all elements of page */

table { 
width: 100%;
border: 1px solid; 
}

.gov_text {
font-family: Times New Roman;
}

.title_sect {
font-size: 32px;
font-weight: bold;
text-align: center;
}

.ovr_tab_sub {
width: 25%;
border: 1px solid;
vertical-align: top;
}
.ovr_tab_inf {
width: 75%;
border: 1px solid;
}

.stab_inf {
width: 15%;
border: 1px solid;
}
.stab_pw {
width: 7%;
border: 1px solid;
text-align: center;
}
.stab_pd {
width: 10%;
border: 1px solid;
text-align: center;
}
.stab_nb {
width: 12%;
border: 1px solid;
text-align: center;
}
.stab_nbt {
width: 12%;
border-top: 1px solid;
border-right: 1px solid;
border-left: 1px solid;
text-align: center;
}
.stab_nbb {
width: 12%;
border-right: 1px solid;
border-left: 1px solid;
border-bottom: 1px solid;
text-align: center;
}

.stab_note {
width: 30%;
border: 1px solid;
text-align: center;
}


