body,td {
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;

   font-family: Arial, Verdana;
   font-size: 11px;
}

body {
   background-color: #ffffff;
}

a:link, a:visited, a:active {
   text-decoration: none;
   color: #bb0000;
}

a:hover {
   text-decoration: underline;
   color: #00bb00;
}

.top_bg {
   width: 750px;
   height: 160px;
   background-image: url('../images/bg_top.gif');
   background-repeat: no-repeat;
   background-position: center center;
}

.content_1 {
   text-align: left;
   color: #666666;
   width: 230px;
   padding-left: 10px;
   padding-right: 10px;
   border-right: solid 1px #999999;
   background-image: url('../images/bg_content_1.gif');
   background-repeat: repeat-y;
   background-position: center right;
}

.content_2 {
   text-align: left;
   color: #666666;
   width: 230px;
   padding-left: 10px;
   padding-right: 10px;
   border-right: solid 1px #999999;
   background-color: #f0f0f0;
}

.content_3 {
   text-align: left;
   color: #666666;
   width: 230px;
   padding-left: 10px;
   padding-right: 10px;
   background-image: url('../images/bg_content_3.gif');
   background-repeat: repeat-y;
   background-position: center left;
}

.bottom_bg {
   width: 750px;
   height: 50px;
   background-image: url('../images/bg_bottom.gif');
   background-repeat: no-repeat;
   background-position: top center;
   text-align: center;
}

.web_im {
   padding: 15px;
   background-image: url('../images/web_0.gif');
   background-repeat: no-repeat;
   background-position: center center;
}

.header {
   padding-top: 10px;
   padding-bottom: 10px;
}

.news_top {
   font-weight: bold;
}

.news_content {
   padding-bottom: 40px;
   text-align: justify;
}

.justified {
   text-align: justify;
}

.form {
   margin: 0px;
}

.input {
   background-color: #FFFFFF;
   border: 1px solid #999999;
   color: #666666;
   font-family: Arial;
   font-size: 11px
}

.output {
   background-color: #E8E8E8;
   border: 1px solid #999999;
   color: #666666;
   font-weight: bold;
   font-family: Arial;
   font-size: 11px
}