body {
background-color: #ffffff;
font-family: arial, helvetica, sans-serif;
}

a:link {
color: #004080;
}

a:visited {
color: #0060B2;
}

a:active {
color: #0000A0;
}

.header1 {
font-size: 1.3em;
}

.smallText {
font-size: 0.6em;
}

p {
font-size: 0.9em;
}

.rightImg {
float: right;
}

.leftImg {
float: left;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

.left {
text-align: left;
}

/* black background */
.tableBG1 {
BACKGROUND-COLOR: #000000;}

/* white background */
.tableBG2 {
BACKGROUND-COLOR: #ffffff;}

/* grey background */
.tableBG3 {
BACKGROUND-COLOR: #c0c0c0;}

.undl { text-decoration: underline; }