/* This default syle sheet used for first website of 2005 and first built from ground up using CSS to avoid tables as much as possible */

body {
font-family: Arial, Geneva, sans serif;
background-color: white;
color: black;
margin: 40px 25% 40px 5%;
padding: 0;
}

p {
font-family: Arial, Geneva, sans serif;
font: 11pt/16pt;
text-align: justify;
color: black;
padding: 2px 10px 5px 10px;
margin: 5px 5% 15px 5%;
}

a:link { color: #blue; }
a:visited { color: #blue; }
a:hover { color: #F96610; }
a:active { color: #blue; }



.surheadp {
font-family: Arial, Geneva, sans serif;
font: 12pt/18pt;
text-align: left;
color: red;
padding: 5px 20px 10px 20px;

}

.indentednormallist {
font-family: Arial, Geneva, sans serif;
font: 11pt/17pt;
text-align: left;
color: black;
padding: 2px 10px 2px 2px;
margin: 5px 0% 5px 5%;
}

.nexttoimage {
font-family: Arial, Geneva, sans serif;
font: 9pt/13pt;
text-align: justify;
color: black;
padding: 2px 10px 5px 100px;
margin: 5px 5px 5px 20px;
}

.clear {
clear: left;
}

.tonyprofile {
font-family: Arial, Geneva, sans serif;
font: 10pt/15pt, italic;
text-align: left;
color: gray;
padding: 2px 10px 2px 2px;
margin: 5px 5% 5px 5%;
}

.guarantee (
font-family: Arial, Geneva, sans serif;
font: 10pt/15pt, italic;
text-align: left;
color: gray;
padding: 2px 10px 2px 2px;
margin: 5px 0% 5px 5%;
}

.quotation { font-family: Courier;
font-size: 10pt/15pt;
font-weight: bold;
padding: 2px 10px 5px 10px;
margin: 5px 5% 15px 5%;
text-align: justify;
border: 2px solid #000000;
background: #ffffea; 
}




ul {
	color: black;
	margin: 20px 5% 20px 100px;
	font: Arial, Sans-Serif;
	font-size: 10pt/15pt;
	font-weight: normal;
	padding: 10px 10px 10px 20px;
	list-style-image: url("images/redbullet.gif");
	}
	
li {
color: black;
	background-color: transparent;
	font: Arial, sans serif;
	font-size: 10pt/15pt;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
}	
		 
h1 {
	background-color: white;
	color: red;
	font-family: Arial, Geneva, sans serif;
	font: 18pt/25pt;
	font-weight: bold;
	padding: 2px 10px 5px 10px;
	margin: 5px 5% 15px 5%;
	border: ;
	text-align: center;
	}
	
	
	
h2 {
	color: red;
	background-color: ;
	font-family: Arial, Geneva, sans serif;
	font: 14pt/21pt;
	font-weight: bold;
	padding: 2px 10px 5px 10px;
	margin: 5px 5% 15px 5%;
	}
	
h3 {
	color: gray;
	background-color: transparent;
	font-family: Arial, Geneva, sans serif;
	font: 12pt/16pt, italic;
	font-weight: bold;
	padding: 10px 10px 10px 5px;
	margin: 5px 5% 5px 15px;
	}
	
h4 {
	color: #006f75;
	background-color: transparent;
	font-family: Arial, Geneva, sans serif;
	font: 12pt/18pt;
	font-weight: bold;
	padding: 2px 10px 5px 10px;
	margin: 5px 5% 15px 5%;
	}
	
h5 {
	color: gray;
	font-family: Arial, Geneva, sans serif;
	font: 23pt;
	font-weight: bold;
	
	}