<head> <title>stylesheet</title> 
<style type="text/css">{  }
h1 { font-family: Verdana; font-size: 14pt; color: #000099; font-weight: bold }
h2 { font-family: Verdana; font-size: 11pt; color: #4E5C65; font-weight: bold }
h3 { font-family: Verdana; font-size: 10pt; color: black; font-weight: bold }
h4 { font-family: Verdana; font-size: 14pt; color: #FF0000; font-weight: normal }
p { font-family: Verdana; font-size: 10pt; color: black; font-weight: normal }

a.menu:link { font-family: Verdana; font-size: 10pt; font-weight:normal; text-decoration: none; color: white}
a.menu:visited { font-family: Verdana; font-size: 10pt; text-decoration: none; color: white }
a.menu:hover {color: #D5AF42}

a.main:link { font-family: Verdana; font-size: 10pt; font-weight:normal; text-decoration: none; color: blue}
a.main:visited { font-family: Verdana; font-size: 10pt; text-decoration: none; color: blue }
a.main:hover {color: #D5AF42}

body { background-color: white; margin: 0px }
UL { font-family:Verdana; font-size:10pt; color: black}
OL { font-family:Verdana; font-size:10pt; color: black}

select       { font-family: verdana; font-size: 12px }
input.Small  { font-family: verdana; font-size: 12px }
input        { font-family: verdana; font-size: 12px }
input.Button { font-family: verdana; font-size: 12px }
.style1 {font-weight: bold}
.style2 {font-size: 16pt}

table#uniform{
    background-color: white;
    border: solid #000 3px;
    width: 90%;
}

table#uniform td {
    padding: 1px;
    border: solid #000 1px;
}

table#ack{
    background-color: white;
    width: 90%;
}

table#ack td {
    padding: 5px;
}

table#venues{
    background-color: white;
    width: 90%;
}

table#venues td {
    padding: 1px;
    border: solid #000 1px;
    white-space:nowrap;
}

.data {
    color: #000000;
    background-color: white;
    font-family: Verdana; 
    font-size: 10pt;     
}

</style>
</head>
