/*
Graphic Design
*/

.TITRE 
{ 
	font-size: 12px;
	font-weight:bolder;
	color: #DD0C0C;
	height: 35px;
	min-height: 35px;
	vertical-align: top;
	text-align: left;
}

.Footer td
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;		
}

.Footer a:link 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;			
	color: #FF0000;
	text-decoration: none;
}

.Footer a:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;		
	text-decoration: none;
	color: #FF0000;
}

.Footer a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;		
	text-decoration: underline;
	color: #FF0000;
}

.Footer a:active 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;		
	text-decoration: none;
	color: #FF0000;
}


.VARTMenuTableGD
{
}

.VARTMenuGD
{
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-stretch:wider;
    font-weight:bold;
    text-decoration:none;
    height: 20px;
}

.VARTMenuGD a:link
{
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-stretch:wider;
    font-weight:bold;
    text-decoration:none;
}

.VARTMenuGD a:visited
{
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-stretch:wider;
    font-weight:bold;
    text-decoration:none;
}

.VARTMenuGD a:hover
{
    color:#DD0C0C;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-stretch:wider;
    font-weight:bold;
    text-decoration:none;
}

.VARTMenuSelectedGD
{
    color:#DD0C0C;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-stretch:wider;
    font-weight:bold;
    text-decoration:none;
    height: 20px;
}

.VARTMenuSelectedGD a:link
{
    color:#DD0C0C;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-stretch:wider;
    font-weight:bold;
    text-decoration:none;
}

.VARTMenuSelectedGD a:visited
{
    color:#DD0C0C;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-stretch:wider;
    font-weight:bold;
    text-decoration:none;
}

.VARTMenuSelectedGD a:hover
{
    color:#DD0C0C;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-stretch:wider;
    font-weight:bold;
    text-decoration:none;
}



A:link
{
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
A:visited
{
    font-weight: bold;
    font-size: 12px;
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
A:hover
{
    font-weight: bold;
    font-size: 12px;
    color: #DD0C0C;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}