body	
	{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #ffcc66;
	padding: 0;
	margin: 0;
	}

/* --- headings --- */

h1, h2, h3  
	{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ffcc66;
	background-color: transparent;
	padding: 1em 0 0 0; 
	margin: 0;
	}
	
h1
	{
	font-size: 130%;
	text-align: left;
	font-weight: bold;
	}

h2
	{
	font-size: 110%;
	text-align: left;
	font-weight: bold;
	}


h3
	{
	font-size: 100%;
	font-weight: bold;
	}
	


/* --- paragraph --- */
p	
	{
	font-family: arial, helvetica, sans-serif;
	background-color: transparent;
	color: #000000;
	font-size: 100%;
	padding: 1em 0 0 .5em;
	}


/* --- classes --- */
.backTop
	{
	text-align: right;
	font-size: 80%;
	padding-right: 1em;
	}
	
.bold
	{
	font-weight: bold;
	}

.contacts
	{
	text-align: left;
	font-size: 100%;
	color:#ffcc66;
	background-color: transparent;
	font-family: arial, helvetica, sans-serif;
	padding: 1em 0 0 1em;
	}
	



.services
	{
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 85%;
	padding: 0 0 0 1em;
	color:#000000;
	background-color: transparent;
	font-weight: bold;
	}

.services2
	{
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 85%;
	padding: 0 0 0 1em;
	color:#000000;
	background-color: transparent;
	font-weight: bold;
	}
.centred
	{
	text-align:center;
	}

.centred-logos
	{
	padding:2%;
	text-align:center;
	font-size: 70%;
	}
.footer 
	{
	font-size: 60%;
	}

.floatcenter 
	{
	width:400px;
	margin:0em 5em 0em 2em;
	padding:2%;
	text-align:center;
	font-size: 90%;
	}
	
/* --- list --- */	
.squareBullet
	{
	font-family: arial, helvetica, sans-serif;	
	list-style:square;
	color: #ffffff;
	}	

/* --- links --- */
a:link
	{
   	color: #ffcc66;
	background-color: transparent;
	text-decoration: none;
   	}

a:visited 	
	{
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	}

a:hover  	 
	{
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	}

a:active  	  
	{
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	}
img
	{
	border: none;
	}

