body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section {
  margin:0;
  padding:0;
  border:0;
  color: #000;
}
ul,ol {
  padding-left:2em !important;
}
ol ol li {
  list-style-type:lower-alpha;
}
ol ol ol li {
  list-style-type:lower-roman;
}
b,strong {font-weight:bold;}
body {
  font-size:1em;
}
table {
  font-size:15px;
}
a:link,
a:active,
a:visited,
a:hover {
  font-family:sans-serif;
  text-decoration:none;
  color:#000099;
}
a:hover {
  color:red;
}
input,textarea,button,select {
  font-size:1em;
  margin:0;
  line-height:normal;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.topline {
  font-family:sans-serif;
  font-weight:bold;
  color:#000099;
}
.toplineblack {
  font-family:sans-serif;
  font-weight:bold;
}
.textnormal {
  font-family:sans-serif;
}
.textlittle {
  font-family:sans-serif;
}
.textnormalitalic {
  font-family:sans-serif;
  font-style:italic;
}
.textnormalunderline {
  font-family:sans-serif;
  text-decoration:underline;
}
.textnormalbold {
  font-family:sans-serif;
  font-weight:bold;
}
.textnormalboldblue {
  font-family:sans-serif;
  font-weight:bold;
  color:#000099;
}
.textnormalwhite {
  font-family:sans-serif;
  font-weight:bold;
  color:white;
}
.textnormalboldred {
  font-family:sans-serif;
  font-weight:bold;
  color:red;
}
.textnormalboldgreen {
  font-family:sans-serif;
  font-weight:bold;
  color:#009900;
}
.textnormalbolditalic {
  font-family:sans-serif;
  font-style:italic;
  font-weight:bold;
}
.tdback {
  font-family:sans-serif;
  background:#EAEAEA;
  padding: 2px;
}
.tdbackgray {
  font-family:sans-serif;
  font-style:italic;
  background:#CCCCCC;
}
.tdbackgraynormal {
  font-family:sans-serif;
  background:#CCCCCC;
}
.tdbackorange {
  font-family:sans-serif;
  background:#FF9900;
  font-weight:bold;
  padding: 6px!important;
}
.htmlformat {
  font-family:monospace;
  color:red;
}
.htmlformattext {
  font-family:monospace;
  color:gray;
}
.verdana {
  font-family:sans-serif;
  font-weight:bold;
  background:#CCCCCC;
}
.verdana_normal {
  font-family:sans-serif;
}
.verdana_small {
  font-family:sans-serif;
  font-size:10px;
}

.footer {
  font-size: 12px;
}

.content > table:nth-of-type(1) {
}

.content > table:nth-of-type(1) > tbody > tr > td:nth-of-type(2) {
  width: 180px;
}

.content > table:nth-of-type(1) > tbody > tr > td:nth-of-type(2) img {
  width: 100%;
}

.content > table:nth-of-type(1) > tbody > tr > td:nth-of-type(2) table {
  width: 164px;
}

.content > table:nth-of-type(1) > tbody > tr > td:nth-of-type(2) td {
  width: 158px;
  padding: 2px 3px;
}

.content > table:nth-of-type(1) > tbody > tr > td:nth-of-type(2) td a {
  display: block;
  width: 152px;
  padding: 6px;
  background-color: beige;
  border-bottom: 1px solid #ccc;
  color: #000;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.content > table:nth-of-type(1) > tbody > tr > td:nth-of-type(2) td a:hover {
  background-color: #7E85BA;
  color: #fff;
}

.content > table:nth-of-type(1) > tbody > tr > td:nth-of-type(2) td a b {
  color: #8F0000;
}

.content > table:nth-of-type(1) > tbody > tr > td:nth-of-type(2) td a:hover b {
  color: #fff;
}

.content > table:nth-of-type(1) > tbody > tr > td:nth-of-type(2) p {
  margin: 0 0 1.5em 0;
}

.content > table:nth-of-type(1) > tbody > tr > td:nth-of-type(2) .tdbackgraynormal {
  background-color:#fff;
}
.content > table:nth-of-type(1) > tbody > tr > td:nth-of-type(2) .tdback {
  background-color:#fff;
  padding: 0;
}

.content > table:nth-of-type(1) > tbody > tr > td:nth-of-type(3) {
  width: 745px;
}

.content > table:nth-of-type(1) > tbody > tr > td:nth-of-type(3) table {
  /*background-color: #fff;*/
}

.content > table:nth-of-type(1) > tbody > tr > td:nth-of-type(3) p {
  padding: 1em 0;
}

.content > table:nth-of-type(1) > tbody > tr > td:nth-of-type(3) td:nth-of-type(2) {
  padding: 4px;
}

.content > table:nth-of-type(1) > tbody > tr > td:nth-of-type(4) {
  width: 150px;
}
