@media print {

/* Global link colors and styles */
a {color:#000000;text-decoration:underline;}

/* Properties of Horizontal Navigation Division */
.navigation-h {
   visibility:hidden;
   height:0px;
   width:0px;
}

/* Properties of Vertical Navigation Division */
#navigation-v {
   visibility:hidden;
   height:0px;
   width:0px;
}

/* Properties of Website Footer */
#footer {
   visibility:hidden;
   height:0px;
   width:0px;
}

/* Properties of H1 Headings - Page Banner Title */
H1 {
   margin-top: 0px;
   margin-bottom: 0px;
   text-align:center;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 40px;
   color: #000000;
}

/* Properties of H2 Headings - Navigation Links */
H2 {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 20px;
   color: #000000;
   margin-top:0px;
   margin-bottom:0px;
   text-align: center;
}

/* Properties of Horizontal Rules */
HR {
   float: center;
   width: 100%;
   height: 0px;
   color: #000000;
   background-color: #000000;
   border: 1px solid #000000;
   border-bottom: 0px;
   margin-top:4px;
   margin-bottom:4px;
   padding:0;
}

/* Properties of normal paragraph text */
p {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #000000;
   margin-top:0px;
   margin-bottom:0px;
}

/* Properties of unordered lists */
ul {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   line-height: 17px;
   margin-top:0px;
   margin-bottom:0px;
}

/* Properties of ordered lists */
ol {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   line-height: 17px;
   margin-top:0px;
   margin-bottom:0px;
}

/* Properties of Standard Tables */
.table_standard {
   border-collapse:collapse;
   border:2px solid #000000;
}

/* Properties of the Banner Table */
.table_banner {
   border-collapse:collapse;
   border:2px solid #000000;
   border: none;
   margin-left:auto;
   margin-right:auto;
   margin-top:0px;
   margin-bottom:0px;
}

/* Properties of a Normal Input Box */
input.normal {
   border: 1px solid black;
}

/* Properties of Main Website Division */
.div_main {
   min-height: 340px;
   vertical-align: top;
}

/* Center Text */
.centered {text-align: center;}

/* Indent Text */
.indented {text-indent:40px;}

/* Properties of Navigation Text */
p.navigation, p.navbar {
   visibility:hidden;
}

}
