﻿


.pageHeader
{
    width:700px;
    height:200px;

    background-color:#F37022;
    background-image:url('images/header.jpg');
    background-repeat:no-repeat;
}
.pageHeaderFR
{
    width:700px;
    height:200px;

    background-color:#F37022;
    background-image:url('images/headerFR.jpg');
    background-repeat:no-repeat;
}



.buttonRegular
{
    font-family: Arial, Helvetica, sans-serif;
    color:#efefef;
    text-decoration:none;
    
    font-size:8pt;
    font-weight:bold;
    
    background-color:#F37022;
    background-image:url('images/buttonRegular.png');
    background-repeat:no-repeat;
}
.buttonRegular:link 
{
    color:#ffffff;
}
.buttonRegular:hover 
{
    color:#ffffff;
}
.buttonRegular:visited 
{
    color:#ffffff;
}
.buttonRegular:active 
{
    color:#0000ff;
}








.buttonLarge
{
    width:100px;
    height:24px;

    font-family: Arial, Helvetica, sans-serif;
    color:#ffffff;
    text-decoration:none;
    
    font-size:8pt;
    font-weight:bold;
    
    border-width: 0;
    cursor:pointer;
    padding:1px;
    
    background-color:#F37022;
    background-image:url('images/buttonLarge.png');
    background-repeat:no-repeat;
}

