/* Default CSS Styles, version: 2014.01, Anton Baskov */

* { margin: 0; padding: 0; }
div { overflow: hidden; }
html, body { height:100%; }

body { background-color: #FFFFFF; color: #000000; }

img, a img { border: none; }
a, a:hover { color: inherit; text-decoration: none; }

table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { font-weight: normal; text-align: center; }
th, td { vertical-align: top; }
ol { list-style-type: decimal; margin-left: 1.2em; padding-left: 2em; }
ul { list-style-type: disc; margin-left: 1.2em; padding-left: 1.2em; }
li { }

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight: normal; }

.nobr { white-space: nowrap !important;}
