
BODY{
	background: #FFFFFF;
    PADDING: 0px;
    MARGIN: 15px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;    
    background-image: url(back.gif);
    background-repeat: repeat-x;
}

.note
{
    position: absolute; 
    width: 700px; 
    left: 50px; 
    top: 400px; 
    font-size: 12px; 
    color: #aed8f6;
    padding: 30px 0px 0px 0px;
}

.link, link:visited
{
    font-size: 12px; 
    color: #333333; 
    font-weight: regular; 
    text-decoration: none;
}
.link:hover, .link:active
{
    font-size: 12px; 
    color: #8e8e8e; 
    font-weight: regular; 
    text-decoration: none;
}

.btn_green
{
    background-image: url(btn_green.gif);
    height: 32px;
    width: 158px;
    border: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}
.btn_green:hover
{
    background-image: url(btn_green_over.gif);
}


.btn_r
{
    background-image: url(btn_red.gif);
    height: 32px;
    width: 158px;
    border: 0px solid #000000;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}
.btn_r:hover
{
    background-image: url(btn_red_over.gif);
}

td.off {
BACKGROUND: #FFFFFF; background-image: url(btn_green.gif); font-weight: bold; font-size: 12px; font-color: #FFFFFF; text-align: center; border: none; height: 32px; width: 158px; padding: 0px; margin: 0px; line-height: 17px;
}
td.on {
BACKGROUND: #FFFFFF; background-image: url(btn_green_over.gif); font-weight: bold; font-size: 12px; font-color: #FFFFFF; text-align: center; border: none; height: 32px; width: 158px; padding: 0px; margin: 0px; line-height: 17px;
} 

td.off2 {
BACKGROUND: #FFFFFF; background-image: url(btn_red.gif); font-weight: bold; font-size: 12px; font-color: #FFFFFF; text-align: center; border: none; height: 32px; width: 158px; padding: 0px; margin: 0px; line-height: 17px;
}

td.on2 {
BACKGROUND: #FFFFFF; background-image: url(btn_red_over.gif); font-weight: bold; font-size: 12px; font-color: #FFFFFF; text-align: center; border: none; height: 32px; width: 158px; padding: 0px; margin: 0px; line-height: 17px;
} 

a.btn {color: #FFFFFF; text-decoration: none; display: block;}
a.btn:link {color: #FFFFFF; text-decoration: none; display: block;}
a.btn:visited {color: #FFFFFF; text-decoration: none; display: block;}
a.btn:hover {color: #FFFFFF; text-decoration: none; display: block;}
a.btn:active {color: #FFFFFF; text-decoration: none; display: block;}
/**/
a.euroland {color: #aed8f6; text-decoration: none; font-weight: regular;}
a.euroland:link {color: #aed8f6; text-decoration: none; font-weight: regular;}
a.euroland:visited {color: #aed8f6; text-decoration: none; font-weight: regular;}
a.euroland:hover {color: #aed8f6; text-decoration: none; font-weight: regular; background: #3fa2dd;}
a.euroland:active {color: #aed8f6; text-decoration: none; font-weight: regular;  background: #3fa2dd;}

