.smalltext {
font-family: Arial;
font-size: 10px;
color: white
}

.smalltextblack {
font-family: Arial;
font-size: 10px;
color: black
}

.smalltextblacktextbox {
font-family: Arial;
font-size: 10px;
color: black;
border: 1px black solid
}

.smalltextgray {
font-family: Arial;
font-size: 10px;
color: gray
}

.smalltextdarkgray {
font-family: Arial;
font-size: 10px;
color: #333333
}

.smalltextred {
font-family: Arial;
font-size: 11px;
color: #cc3333
}

.textsize11 {
font-family: Arial;
font-size: 11px;
color: black
}

.mediumtext {
font-family: Arial;
font-size: 14px;
color: black;
text-decoration: none
}

.mediumtextwhite {
font-family: Arial;
font-size: 14px;
color: white
}

.largetext {
font-family: Arial;
font-size: 16px;
color: gray
}

.largetextblack {
font-family: Arial;
font-size: 16px;
color: black
}

.largetextwhite {
font-family: Arial;
font-size: 16px;
color: white
}

.largetextlightgray {
font-family: Arial;
font-size: 16px;
color: #cccccc
}

