
html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.thunder-bg {
    height: 100%;
    min-height: 100%;
}
body > .thunder-bg {
    height: auto;
}
* html .wind-bg {
    height: 1%;
}
div.block {
    clear: both;
    height: 1%;
}
div.column {
    height: 1%;
}
a {
    color: #00c;
    cursor: pointer;
    text-decoration: none;
}
a:visited {
    color: #880088;
}
a:hover {
    text-decoration: underline;
}
a img {
    border-width: 0;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: bottom;
}
img {
    vertical-align: bottom;
}
span.img span {
    display: block;
    padding: 5px 0;
}
span.img a img {
    padding: 2px;
}
span.img a:hover img {
    background-color: #00c;
}
* html span.img a:hover {
    background-color: #00c;
}
* html a img {
    vertical-align: middle;
}
span.left {
    margin: 5px 15px 5px 0;
}
span.right {
    margin: 5px 0 5px 15px;
}
span.left img, span.right img {
    display: block;
}
.left {
    float: left;
}
.right {
    float: right;
}
.al {
    text-align: left;
}
.ar {
    text-align: right;
}
.ac {
    text-align: center;
}
strong {
    font-weight: bold;
}
em {
    font-style: normal;
}
#page-title {
    display: none;
}
h1 {
    margin: 0;
    padding: 0;
}
h2 {
    margin: 0;
    padding: 0;
}
span.h2 {
    display: block;
}
h3 {
    margin: 0;
    padding: 0;
}
h4 {
    clear: both;
    margin: 0;
    padding: 0;
}
p {
    clear: both;
    margin: 0;
    padding: 0;
}
p.lead {
    font-weight: bold;
}
blockquote {
    clear: both;
    margin: 0;
    padding: 0;
}
span.blockquote {
    display: block;
}
address {
    clear: both;
    font-style: normal;
}
.slice {
    clear: both;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
ul li, li ul li {
    list-style-type: disc;
    margin: 0 0 0 20px;
}
ul.disc li, li ul.disc li {
    background-repeat: no-repeat;
    list-style-type: none;
}
ul.none li, li ul.none li {
    background-image: none;
    list-style-type: none;
}
ol li, li ol li, ol.decimal li, li ol.decimal li {
    background-image: none;
    list-style-type: decimal;
    margin: 0 0 0 27px;
}
ol.alpha1 li, li ol.alpha1 li {
    background-image: none;
    list-style-type: upper-alpha;
}
ol.alpha2 li, li ol.alpha2 li {
    background-image: none;
    list-style-type: lower-alpha;
}
ol.roman1 li, li ol.roman1 li {
    background-image: none;
    list-style-type: upper-roman;
}
ol.roman2 li, li ol.roman2 li {
    background-image: none;
    list-style-type: lower-roman;
}
table.table {
    border-collapse: collapse;
    border-width: 0;
    clear: both;
    text-align: left;
    vertical-align: top;
}
form {
    margin: 0;
    padding: 0;
}
input, textarea {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #ccc;
}
div.hr {
    border-top: 1px dotted #000;
    padding: 0 0 10px;
}
div.hr hr {
    display: none;
}
.hid {
    display: none;
}
.clear {
    clear: both;
}
.over-img {
    display: none;
}
span.left img.over-img, span.right img.over-img {
    display: none;
}
.bd-slide {
    display: inline-block;
    overflow: hidden;
    position: relative;
    visibility: hidden;
}
.ac table {
    margin-left: auto;
    margin-right: auto;
}
.ar table {
    float: right;
}

.color_chipstyle01 {
	 width:580px;
	 background-color:#8DC701;
	 color:#ffffff; 
	 padding:8px 5px;
}