
BODY, A, TD, th, P, LI, OL, UL, SUP, SELECT, INPUT, tr html {
font-family : Arial, Helvetica, sans-serif;
font-size : 12pt;
margin-left : 0.05in;
margin-right : 0.05in;
}
H1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 20pt;
color : red;
margin-bottom : 0;
margin-top : 0;
}
H2 {
font-family : Arial, Helvetica, sans-serif;
font-size : 12pt;
color : red;
margin-bottom : 0;
margin-top : 0;
}
H3 {
font-family : Arial, Helvetica, sans-serif;
font-size : 11pt;
margin-bottom : 0;
margin-top : 0;
}
H4 {
font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
color : red;
margin-bottom : 0;
margin-top : 0;
}
strong {
font-weight : bold;
}
a.link {
color : #000000;
}
a.visited {
color : #ff7700;
}
a.active {
color : #666666;
}
a.hover {
color : #333333;
}
a.TD {
font-size : 10px;
text-decoration : none;
}
a.TD:link {
color : #0000ff;
}
a.TD:visited {
color : #0066a1;
}
a.TD:active {
color : #0084a5;
}
a.TD:hover {
color : #ff0000;
font-size : 10px;
}
a.navbar {
text-decoration : none;
font-weight : bold;
font-size : 12px;
}
a.navbar:link {
color : #ffffff;
}
a.navbar:visited {
color : #f7bdde;
}
a.navbar:active {
color : #f7bdde;
}
a.navbar:hover {
color : #0000ff;
font-size : 13px;
}
a.linkbar {
text-decoration : none;
font-size : 12px;
}
a.linkbar:link {
color : #0000ff;
}
a.linkbar:visited {
color : #0066a1;
}
a.linkbar:active {
color : #0084a5;
}
a.linkbar:hover {
color : #0084a5;
font-size : 14px;
font-weight : bold;
}
a.content {
text-decoration : none;
font-family : arial, helvetica, sans-serif;
font-size : 12px;
line-height : 110%;
}
a.content:link {
color : #0000ff;
}
a.content:visited {
color : #ff7700;
}
a.content:active {
color : #0084a5;
}
a.content:hover {
color : #ff0000;
}
a.titlebar {
text-decoration : none;
font-family : arial, helvetica, sans-serif;
font-size : 12px;
}
a.titlebar:link {
color : #0000ff;
}
a.titlebar:visited {
color : #ff7700;
}
a.titlebar:active {
color : #0084a5;
}
a.titlebar:hover {
color : #ff0000;
font-size : 13px;
font-weight : bold;
}
a.TDH {
font-size : 16px;
text-decoration : none;
font-weight : bold;
}
a.TDH:visited {
color : #0066a1;
}
a.TDH:active {
color : #0084a5;
}
a.TDH:hover {
color : #ff0000;
font-size : 16px;
font-weight : bold;
}

#container { display:block; }

@media only screen and (orientation:portrait){

  #container {

    height: 100vw;

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    transform: rotate(90deg);

  }

}

@media only screen and (orientation:landscape){

  #container {

     -webkit-transform: rotate(0deg);

     -moz-transform: rotate(0deg);

     -o-transform: rotate(0deg);

     -ms-transform: rotate(0deg);

     transform: rotate(0deg);

  }

}