/* AVTT StyleSheet Print */

a:link      { color: black; }
a:visited   { color: black; }
a:hover     { color: black; }
a:active    { color: black; }

body { 
  color: black;
}

h1 { 
  color: black;
}

h2{ 
  color: black;
}

h3 {  
}

h4 {
  color: black;
}

input, textarea, select { 
  color: black;
}
        
.footerText {
    color: black;
}

.footerText p {
}

.footerText .title {
    color: black;
}

.footerText .key {
}

.metaCenterAll {
	width: 100%;
	margin-left: 0px;
    left: 0;
    position: relative;
}

.metaTop { display: none; }
.metaTopSubmenu  { display: none; }
.metaSide { display: none; }
.metaFooter { display: none; }
.metaPrintHeader {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid black;
    margin-bottom: 12px;
 }
.metaMiddle {
    margin-top: 0px;
    width: 100%;
}
.metaMain {
    width: 100%;
}
.metaPrintLogo {
    width: 224px;
    float: left;
    height: 88px;
}
.metaPrintText {
    float: right;
    color: black;
    text-align: right;
    font-size: 20px;
    margin-top: 27px;
}
.metaPrintTextSmall {
    font-size: 10px;
    color: black;
}
.metaContent {
    width: 100%;
}

