
body {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
background-color: #0065a8;
z-index: 2;
background-image:url(../images/background3.png);
height: 800px;
font-family: Verdana;
}

h1 {
font-size: 12pt;
font-family: Verdana;
color: #fff;
}
.play {
color: #fff;
text-decoration: none;
font-weight: bold;
}
.roundShadow {
 background-color: #dddddd;
 border-color: #0065a8;
 border-width: 1px;
 -webkit-box-shadow: 3px 3px 3px #333;
 -moz-box-shadow: 3px 3px 3px #333;
 box-shadow: 3px 3px 3px #333;
 border-radius: 5px;
 -moz-border-radius: 5px;
}
.buttonCell {
background-color:#0065a8;
font-family:Arial, Helvitica;
font-weight:Bold;
font-size:9pt;
color:#fff;
border-left:thin solid #39c;
border-right:thin solid #036;
border-top:thin solid #39c;
border-bottom:thin solid #036;
text-align:center;
padding:2px 5px;
}

.buttonCellBluePush {
background-color:#28b;
font-family:Arial, Helvitica;
font-weight:Bold;
font-size:9pt;
color:#333;
border-left:thin solid #036;
border-right:thin solid #39c;
border-top:thin solid #036;
border-bottom:thin solid #39c;
text-align:center;
padding:2px 5px;
}

.buttonCellRed {
background-color:#c00;
font-family:Arial, Helvitica;
font-weight:Bold;
font-size:9pt;
color:#fff;
border-left:thin solid #f33;
border-right:thin solid #900;
border-top:thin solid #f33;
border-bottom:thin solid #900;
text-align:center;
padding:2px 5px;
}

.buttonCellGreen {
background-color:#0c0;
font-family:Arial, Helvitica;
font-weight:Bold;
font-size:9pt;
color:#fff;
border-left:thin solid #3f3;
border-right:thin solid #090;
border-top:thin solid #3f3;
border-bottom:thin solid #090;
text-align:center;
padding:2px 5px;
}

.buttonCellOrange {
background-color:#f80;
font-family:Arial, Helvitica;
font-weight:Bold;
font-size:9pt;
color:#000;
border-left:thin solid #fc0;
border-right:thin solid #f60;
border-top:thin solid #fc0;
border-bottom:thin solid #f60;
text-align:center;
padding:2px 5px;
}

.buttonCellBlack {
background-color:#000;
font-family:Arial, Helvitica;
font-weight:Bold;
font-size:9pt;
color:#fff;
border-left:thin solid #999;
border-right:thin solid #000;
border-top:thin solid #999;
border-bottom:thin solid #000;
text-align:center;
padding:2px 5px;
}

.buttonCellGrey {
background-color:#7e7e7e;
font-family:Arial, Helvitica;
font-weight:Bold;
font-size:9pt;
color:#000;
border-left:thin solid #999;
border-right:thin solid #000;
border-top:thin solid #999;
border-bottom:thin solid #000;
text-align:center;
padding:2px 5px;
}

a.buttonCellBluePushLink {
text-decoration:none;
font-size:9pt;
font-weight:700;
font-family:Arial, Helvetica;
color:#333;
}
a.buttonCellLink {
text-decoration:none;
font-size:9pt;
font-weight:700;
color:#fff;
font-family:Arial, Helvetica;
}
a.buttonCellLink:active {
text-decoration:none;
font-size:9pt;
font-weight:700;
color:#ff0;
font-family:Arial, Helvetica;
}

a.buttonCellLink:hover {
color:#fc3;
font-size:9pt;
text-decoration: none;
}
a.download {
color: #ddd;
text-decoration: none;
}
a.download:visited {
color: #ddd;
text-decoration: none;
}
a.download:hover {
color: yellow;
text-decoration: none;
}
a.download:active {
color: yellow;
text-decoration: none;
}
