@charset "utf-8";
/* CSS Document */
body {
margin: 0px;
}
td {
vertical-align: top;
}
.bigger {
font: 15px/20px "Calibri";
}
a {
font: 15px/20px "Calibri";
color: #666666;
text-decoration: none;
}
a:hover {
color: #ED2790;
}
h2 {
font: 15px/20px "Calibri";
color: #ED2790;
}
h2.blue {
color: #0099CC;
}
#flash {
width: 100%;
height: 600px;
}
#info {
width: 100%;
background: #eeeeee;
font: 10px/20px "Calibri";
color:#666666;
text-align: justify;
}
#footer {
width: 100%;
height: 40px;
background: #FFFFFF;
font: 15px/40px "Calibri";
text-align: center;
vertical-align: bottom;
}
#footer img {
vertical-align: text-top;
}

