body {
    font-family : verdana, arial, no-serif;
    font-size : 12px;
}

table {
    border : 1px solid #eeeeee;
    width : 100%;
    margin : 0;
    margin-bottom : 10px;
    padding : 0;
    border-collapse : collapse;
    font-family : verdana, arial, no-serif;
    font-size : 12px;
}
table tr, table tr th, table tr td {
    border : 1px solid #eeeeee;
    padding : 3px;
}
table tr th, table tr td {
    background-color : #dddddd;
}
table tr.c th, table tr.c td {
    background-color : #cccccc;
}
table tr th {
    background-image : url("../images/th.png");
    color : #ffffff;
    letter-spacing : 1px;
}

h1, h2, h3, h4, h5, h6 {
    font-size : 20px;
    color : #334d2c;
    border-left : 12px solid #334d2c;
    border-bottom : 1px solid #334d2c;
    padding-left : 10px;
    margin-top : 0px;
    margin-bottom : 5px;
}

h2 {
    font-size : 18px;
}

h3 {
    font-size : 16px;
}

h4 {
    font-size : 14px;
}

h5 {
    font-size : 12px;
}

h6 {
    font-size : 11px;
}

p {
    margin-bottom : 12px;
}

abbr {
    cursor : help;
}

a {
    color : #006600;
}

a:hover {
    text-decoration : none;
}

input[type=text], input[type=password] {
    border : 1px solid #334d2c;
    width : 200px;
    background-color : #cccccc;
}

input[type=submit] {
    border : 1px solid #334d2c;
    width : 100px;
    background-color : #aaaaaa;
}
