body {background-color:#000000; font-family: Georgia, "Times New Roman", Times, Serif; font-size: 12pt; color: #999999;}

a {text-decoration: underline; color:#999999;}

a.none {text-decoration: none; color:#999999;}

a.back {text-decoration: none; color:#999999;}

a:hover {font-weight: italic; color:#039BFF;}

a:visited {color:#CCCCCC;}

a:visited.none {text-decoration: none; color:#CCCCCC;}

a:visited.back {text-decoration: none; color:#999999;}

b.white {color:#FFFFFF;}

b.light {color:#CCCCCC; font-size:14pt}

div.nav {position: absolute; top: 275px; left: 50px; width: 400px; color: #999999; text-align: justify;}

div.cd {position: absolute; top: 250px; right: 1%; width: 216px; padding-right: 4px; padding-left: 4px; }

div.vote {position: absolute; top: 300px; right: 1%; width: 216px; padding-right: 4px; padding-left: 4px; }
.vote { font-size: 24px; }

span.ie {font-size: 10pt;}


h3 {font-size: 20pt; text-align: center;}
h5 {font-size: 16pt;}
h6 {font-size: 14pt;}

p.small {font-size: 10pt; text-indent: 12px;}

p.note {font-size: 8pt;}

p.patrick {font-family: "track"; font-size: 10pt;}

dt {font-family: Georgia, "Times New Roman", Times, Serif; font-size: 12pt; color: #0099FF;}

dd {font-family: Georgia, "Times New Roman", Times, Serif; font-size: 12pt; color: #999999; text-align: justify; position: relative; left: -7%;}

.aborder img{
border: 2px solid #f0ffe5;
}

.aborder:hover img{
border: 2px solid #0099ff;
}

.borderit:hover{
color: #0099ff; /* irrelevant definition to overcome IE bug */
}


{Stand alone fonts}
  @font-face {
    font-family: Patrick;
    font-style:  normal;
    font-weight: normal;
    src: url(PATRICK1.eot);
  }
  @font-face {
    font-family: track;
    font-style:  oblique;
    font-weight: normal;
    src: url(PATRICK0.eot);
  }
  
 
label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 30px;
}

br{
clear: left;
}