.whitetext {
    font-family: arial,helvetica;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

A {
    color:#FFFFFF;
    text-decoration: none;

}

A:visited {
    color:#FFFFFF;
}

A:hover   {color: #FFFF00; text-decoration: underline}

a img {
	border: none;
}

.smalltext {
    font-family: arial,helvetica;
    font-size: 10px;
    text-decoration: none;
    color: #000000;

}

.smallwhitetext {
    font-family: arial,helvetica;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
}

.linktext {
    font-family: arial,helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.threeDBox {
    position:relative;
    left:10px;
    width: 539px;
    height: 119px;
    top:18px;
    text-align: left;
    border-style: inset;
    border-top-width: 3px;
    border-left-width: 3px;
    border-bottom-width: 3px;
    border-right-width: 3px;
    border-color: #012737 #069DDC #069DDC #012737;
}

.spacer {
    position:relative;
    left:10px;
    width: 539px;
    height: 119px;
    text-align: left;
}