/* general */

body { margin: 0px; padding: 0px; background-color: #6699cc; }

td { font-family: arial; font-size: 12px; }

h4 { font-size: 16px; }
h5 { font-size: 14px; }

.small { font-size: 10px; }
.medium { font-size: 12px; }
.white { color: #ffffff; }

.tablehead { font-family: arial; font-size: 12px; color: #ffffff; text-align: left; background-color: #ff66cc; }
.tableheadorange { font-family: arial; font-size: 12px; color: #ffffff; text-align: left; background-color: #ff9900; }
.tableheadorangecenter { font-family: arial; font-size: 12px; color: #ffffff; text-align: center; background-color: #ff9900; }


/* links */

a, a:link, a:active, a:visited { font-weight: bold; text-decoration: none; color: #003399; }
a:hover { font-weight: bold;  text-decoration: none; color: #3399FF; }