body {
margin: 0px;
background-color: rgb(255,255,255);
scrollbar-face-color: rgb(255,255,255);
scrollbar-shadow-color: rgb(0,0,0);
scrollbar-highlight-color: rgb(255,255,255);
scrollbar-3dlight-color: rgb(0,0,0);
scrollbar-darkshadow-color: rgb(255,255,255);
scrollbar-track-color: rgb(255,255,255);
scrollbar-arrow-color: rgb(0,0,0);
font-family: Verdana;
font-size: 12px;
color: rgb(0,0,0);
}

A:link, A:hover, A:active, A:visited {
text-decoration: none;
color: rgb(100,100,100);
}

table {
font-size: 12px;
}

img {
border-width: 0px;
}

.bgClass {
background-image: url("gfx/background1.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top right;
}

.borderClass {
background-color: rgb(255,255,255);
border: 1px dashed rgb(0,0,0);
}

.transClass {
background-color: transparent;
}

.chromaClass {
filter: chroma(color=#FFFFFF);
}