body,td{font-size: 12px;}
img{border-style:none;}
.table1 {
        color: "blue";
        height: 45;
        border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: "skyblue";
        }

.table2 {
　　　　color: "blue";
        background-color:"lightskyblue";
	font-size: 15px;
       	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: "skyblue";
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: "skyblue";
	}

.headtable1 {
　　　　    color: "black";
	    background-color: "beige";
            font-size: 10px;
	    border-top-width: 1px;
	    border-top-style: solid;
	    border-top-color: "beige";
	    border-bottom-width: 1px;
	    border-bottom-style: solid;
	    border-bottom-color: "beige";
	    }

.headtable2 {
            color: "black";
            background-color: "lavender";
            font-size: 10px;
	    border-top-width: 4px;
	    border-top-style: double;
	    border-top-color: "navy";
	    border-bottom-width: 1px;
	    border-bottom-style: solid;
	    border-bottom-color: "lavender";
            }

.headtable3 {
　　　　    border-top-width: 0px;
	    border-bottom-width: 0px;
	    }
	    
.foottable1 {
　　　　    color: "white";
	    background-color: "darkblue";
            font-size: 10px;
	    border-top-width: 1px;
	    border-top-style: solid;
	    border-top-color: "darkblue";
	    border-bottom-width: 1px;
	    border-bottom-style: solid;
	    border-bottom-color: "darkblue";
	    }

.list1 {
        color: "blue";
	text-align: center;
        height: 30; 
        width: 130;
        border-top-width: 4px;
	border-top-style: double;
	border-top-color: "navy";
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: "navy";
        }

.list2 {
        color: "blue";
        text-align: left;
       }
