body
{
      color:#cccccc; 
}
select
{
    color:#1A215A;
    background-color:lightgray;
}
#header
{
    margin-top:0px;
    background-image: url("../images/vsabanner.png"); 
    background-repeat: no-repeat;
    background-size: 250px 85px;
    background-position:center;
    width:100%;height:240px;
    z-index:1;
    position:relative;
    background-color:#004b8c;
}
#croppedheader
{
    margin-top:0px;
    background-image: url("../images/vsabanner.png"); 
    background-repeat: no-repeat;
    background-size: 250px 85px;
    background-position:center;
    width:100%;height:240px;
    z-index:1;
    position:relative;
    background-color:#004b8c;
}
th 
{
  background-color:#4bc2df;
}
input
{
    background-color:lightgray;
    color:#1A215A;
}
.mydarkblue
{
    color:#004b8c;
}
.myblue
{
    color:#4bc2df;
}
.mydarkblueback
{
   color:silver;
   background-color:#004b8c;
}
.myblueback
{
    color:#1A215A;
    background-color:#8FA9D6;
}
.mylittlebluebutton
{
    background-color:#8FA9D6;
}
.gold
{
    background-color:gold;
}
.silver
{
    background-color:silver;
}
.bronze
{
    background-color:darkgoldenrod;
}
.platinum
{
    background-color:#F6FAE0;
}
.honor
{
    background-color:#bab8d3;
}
.copper
{
    background-color:#B87333;
}
.goldw
{
    color:gold;
}
.silverw
{
    color:silver;
}
.bronzew
{
    color:darkgoldenrod;
}
.copperw
{
    background-color:#B87333;
}