﻿
body {
	margin: 0px;
	font-family: Arial;
	background-color:#FFFFFF; 
}

TABLE
{
    font-size: 10pt;
    color: #666666;
    font-family: Arial;
    text-align: left;
    vertical-align: top;
    padding: 0px; 
    border-spacing: 0px; 
    border-collapse:collapse;
}


.TextCenterA
{
    font: 8pt Arial;
    color: #666666;
    background-color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.ThrillMe:hover 
{	
    background-color: #ffffff;
}

a:link     
{
	font-family: Arial;
    color:#666666;
    text-decoration:underline;
    font-size:8pt;
    }

a:visited  
{
	font-family: Arial;
    color:#666666;
    text-decoration:underline;
    font-size:8pt;
    }

a:active   
{
	font-family: Arial;
    color:#666666;
    text-decoration:underline;
    font-size:8pt;
    }

a:hover    
{
	font-family: Arial;
    color:#666666;
    text-decoration:none;
    font-size:8pt;
    }

.DivCentre
{
	  margin-right:auto;
	  margin-left:auto;
	  width:960px;
}

