﻿

/*==========================================================
     Design By:  Designed By Loyalty Logistix Ltd
  Copyright(c):	 Loyalty Logistix Ltd
============================================================

=== CONTENTS ===============================================
    Body Style
    Divs 
    Table & Cell Styles 
    Title & Font Styles 
    Hyperlink Styles  

==========================================================*/






/************************************************/ 
/*  Body Style			                        */
/************************************************/

body 
    {   
    font-family:		Arial, Helvetica, Sans-Serif;
    font-size:			0.7em;
    color:				#000000;
    margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;   
    }








/************************************************/ 
/*  Divs			                            */
/************************************************/


/*== Header ====================================*/
#header
    {   
	width:		780px;
	border:		0px;
	padding:	0px 0px 0px 0px;
    }
        
        

/*== Page ======================================*/
#pagecontent
    {   
	width:		780px;
	border:		0px;
	padding:	0px 0px 0px 0px;
	}
    







/************************************************/
/*  Table & Cell Styles                         */
/************************************************/
  
  
/*== All Tables ================================*/
table
    {
    border:		0px;
	margin:		0px 0px 0px 0px;
	padding:	0px 0px 0px 0px;
    }
    
    
    
/*== All Table Cells ===========================*/
td
    {
	text-align: left;
    border:		0px;
	margin:		0px 0px 0px 0px;
	padding:	0px 0px 0px 0px;
    }








/************************************************/ 
/*  Title & Font Styles                         */
/************************************************/


/*== Titles ====================================*/
h1 
    {
    font-size:		2.3em;
    font-weight:	normal;
    color:			#000000;  
    margin:			0px 0px 5px 0px;
    }








/************************************************/
/*  Hyperlink Styles                            */
/************************************************/


/*== Page Links ================================*/
a
    {
    font-size:			1.4em;	
    Text-decoration:	none;     
	Color:				#f0a600;
    }

a:hover
    {
	Text-decoration:	none;  
	Color:				#000000;
    }








/*========================================================*/


