H2 {
    font-family: Arial;
    font-weight: bold;
    font-size: 18pt;
}

P {
    font-family: Arial;
    font-weight: bold; 
    font-size: 10pt;
}

P.white {
    font-family: Arial;
    font-size: 10pt;
    color: white;
}

P.white A {
    font-family: Arial;
    font-size: 10pt;
    color: black;
}

TABLE.border THEAD TD {
    border-top: 2px solid black;
    border-bottom: 1px solid black;
}

TABLE.border TD {
    border-top: 0px solid black;
    border-bottom: 1px solid black;
}
TABLE.border TD P {
    margin-left: 10px;
}

INPUT {
    border: 1px solid;
}

A {
    font-family: Arial;
    font-size: 10pt;
}

BODY {
    background-color: #99CCCC;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
