@CHARSET "utf-8";
p   {
     float:left;
     margin:0px;
     display:block;
     width:120px;
     margin-top:5px;
    }
/*
li  {float:left;display:block;}
*/
.box1 {
	width:700px;
	height:24px;
    text-align:left;
	}

.on  {
      background-color:#4169E1;
      width:100px;
      height:24px;
      margin-right:5px;
      text-align:center;
     }

.off {
      background-color:#c3d9ff;
      width:100px;
      height:24px;
      margin-right:5px;
      text-align:center;
     }

.on a         {
               text-decoration:none;
               display:block;
               margin-top:5px;
              }
.on a:link    {color:#ffffff;}
.on a:visited {color:#ffffff;}
.on a:hover   {color:#ffffff;}

.off a         {
                text-decoration:underline;
                display:block;
                margin-top:5px;
               }
.off a:link    {color:#000000;}
.off a:visited {color:#000000;}
.off a:hover   {color:#ff0000;}

.box2 {
	clear:both;
	border-top:solid 5px #0b0f4d;
	border-bottom:solid 1px #0b0f4d;
	border-left:solid 1px #0b0f4d;
	border-right:solid 1px #0b0f4d;
	width:700px;
}
ul  {margin:0px;}

.box3
    {
     clear:both;
     border-top:solid 0px #4169E1;
     border-bottom:solid 0px #4169E1;
     border-left:solid 0px #4169E1;
     border-right:solid 0px #4169E1;
     width:700px;
     font-size:90%;
    }
.tab_list {
	height:24px;
	float:left;
	_margin-bottom:-3px;
}

img.tab{
	display:block;
	float: left;
	margin-right:1px;
}
