
body, table {
 font-size: 8pt;
 font-family: arial, sans-serif;
 color: #666666;
}

a:link { 
 color:#009900;
 text-decoration:underline; 
}
a:visited { 
 color:#009900;
 text-decoration:underline; 
}
a:hover {
 color:#009900;
 text-decoration:none; 
}
a:active { 
 color:#009900;
 text-decoration:underline; 
}
a:focus { 
 color:#009900;
 text-decoration:none; 
}

input, submit, select { 
 font-family: Arial; 
 color: #009900;
 font-size: 8pt; 
 font-weight: normal; 
 background-color: #FFFFFF;
 border: #666666 1px solid;
}

textarea { 
 font-family: Arial; 
 color: #009900;
 font-size: 8pt; 
 font-weight: normal; 
 background-color: #FFFFFF;
 border: #666666 1px solid;
}

.topic {
 text-decoration: underline;
 font-size: 13pt;
 color: #009900;
}

.topicgrey {
 text-decoration: none;
 font-size: 13pt;
}

.colorgreylight {
 color: #999999;
}

.positiontable {
 table-layout: fixed;
}