/*-----------Main Page Variables-----------*/
body {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	border-color: inherit;
	width: auto;
	background-color: #FFFFFF; /* This will set the base BODY color of your page */
	font-family: arial, helvetica, geneva;
	text-align: center;
    }
	
.suppliersBack {
	background: #44b4bf;
    }
	
/*-----------Home Page Text-----------*/
.mainText {
    font-family: arial, helvetica, geneva;
	font-size: 8pt;
	margin: 0px 2px 5px 50px; /* Top Right Bottom Left */	
	color: #FFFFFF;
    }
	
.boldText {
    font-family: arial, helvetica, geneva;
	font-size: 8pt;
	margin: 0px 2px 5px 50px; /* Top Right Bottom Left */	
	color: #FFFFFF;
	font-weight: bold;
    }
	
.frenchText {
    font-family: arial, helvetica, geneva;
	font-size: 8pt;
	margin: 0px 0px 5px 50px; /* Top Right Bottom Left */	
	color: #FFFFFF;
	font-style: italic;
    }
	
.mapText {
    font-family: arial, helvetica, geneva;
	font-size: 8pt;
	margin: 0px 50px 0px 20px; /* Top Right Bottom Left */	
	color: #FFFFFF;
    }
	
.mapFrenchText {
    font-family: arial, helvetica, geneva;
	font-size: 8pt;
	margin: 0px 50px 0px 20px; /* Top Right Bottom Left */	
	color: #FFFFFF;
	font-style: italic;
    }	
	
.contactMainText {
    font-family: arial, helvetica, geneva;
	font-size: 8pt;
	margin: 0px 10px 5px 0px; /* Top Right Bottom Left */	
	color: #FFFFFF;
    }
	
.contactBoldText {
    font-family: arial, helvetica, geneva;
	font-size: 8pt;
	margin: 0px 0px 5px 0px; /* Top Right Bottom Left */	
	color: #FFFFFF;
	font-weight: bold;
    }
	
.suppMainText {
    font-family: arial, helvetica, geneva;
	font-size: 8pt;
	margin: 0px 0px 5px 0px; /* Top Right Bottom Left */	
	color: #FFFFFF;
    }
	
.suppBoldText {
    font-family: arial, helvetica, geneva;
	font-size: 8pt;
	margin: 0px 0px 5px 0px; /* Top Right Bottom Left */	
	color: #FFFFFF;
	font-weight: bold;
    }
	
A.Links {
    font-family: arial, helvetica, geneva;
	font-size: 8pt;
	color: #FFFFFF;
	text_decoration: underline;
    }
	
A.Links:HOVER {
    font-family: arial, helvetica, geneva;
	font-size: 8pt;
	color: #FFFFFF;
	text_decoration: underline;
	font-weight: bold;
    }
	
ul,li {
    font-family: arial, helvetica, geneva;
	font-size: 8pt;
	margin: 0px 0px 0px 35px; /* Top Right Bottom Left */	
	color: #FFFFFF;
    }