@charset "UTF-8";
/* CSS Document */

.redlink {
 font-family: arial, tahoma, verdana;
 text-decoration: underline;
 font-weight: normal;
 font-size: 10px;
 color: #e34512;}
.redlink:hover {
 font-family: arial, tahoma, verdana;
 text-decoration: none;
 font-weight: normal;
 font-size: 10px;
 color: #000000;}

.red {
 font-family: arial, tahoma, verdana;
 font-weight: bold;
 font-size: 12px;
 color: #e34512;}

.textb {
 font-family: arial, tahoma, verdana;
 font-weight: bold;
 font-size: 12px;
 color: #264769;}

td {
 font-family: arial, tahoma, verdana;
 font-weight: normal;
 font-size: 11px;
 color: #647587;}

.copy {
 font-family: arial, tahoma, verdana;
 text-decoration: none;
 font-weight: normal;
 font-size: 11px;
 color: #647587;}

.bg {
 background-image: url(images/index_03.jpg);
 background-repeat: no-repeat;
 background-position: top;}

body {
 overflow: auto;
 background-color: #ffffff;
 margin: 0px;
 padding: 0px;
 scrollbar-face-color:#76a0d1;
 scrollbar-highlight-color:#ffffff;
 scrollbar-3dlight-color:#76a0d1;
 scrollbar-darkshadow-color:#76a0d1;
 scrollbar-shadow-color:#76a0d1;
 scrollbar-arrow-color:#ff0000;
 scrollbar-track-color:#ffffff;}
