
    .main {
        font-family: arial;
        font-size: 10px;
    }
    
    table {
        font-family: arial;
        font-size: 12px;
    }
    
    input.button{
        font-family:arial;
        font-size:12px;
        font-weight:bold;
        border-style:solid;
        border-color:#000000;
        background-color:#999966;
        color:white;
		-webkit-border-radius:5px 5px 5px 5px; 
		-moz-border-radius:5px 5px 5px 5px; 
		border-radius:5px 5px 5px 5px; 
    }

    .links a{
        color:blue;
        text-decoration:none;
    }

    .links a:hover{
        color:red;
    }

    .table_td{
        border-top:1px solid #808080;
        height:24px;
    }

    .table_td1{
        border-bottom:2px solid black;
        padding-bottom:3px;
    }

    .table_td3{
        border-top:2px solid black;
        padding-top:3px;
    }

    .table_td2{
        height:24px;
    }

