/* Defining the body element of the webpage */
body{ 
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: white;
scrollbar-base-color: #ffffff;
scrollbar-face-color:#3190ee;
scrollbar-3dlight-color: blue; 
scrollbar-arrow-color:#ffffff;
scrollbar-shadow-color:#ffffff;
}
/* Defining the header element of the webpage */
h1{
font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 20;

	font-weight: bold;

	color: #060DC7;

	margin: 0px;

	text-align: left;

	padding: 5px;

}
h2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14;

	font-weight: bold;

	color: #060DC7;

	margin: 0px;

	padding: 10px;

	text-align: center;

}

h3 {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: medium;

	font-weight: bold;

	color: #000000;

	text-align: center;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 5px;

	padding-left: 0px;

	margin: 0px;

}				

h4 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: medium;

	font-weight: bold;

	margin: 0px;

	padding-top: 15px;

	padding-right: 0px;

	padding-bottom: 15px;

	padding-left: 0px;

	text-align: left;

}

/* Defining the link element of the webpage */
a{ color: blue; font-weight:bold; text-decoration: none; }
a img {

	border-width: 0px;
	border-style: none;
	text-decoration: none;
	
}

a:visited {

	color: blue;
	text-decoration: none;	
}

a:hover {

	color: red;
	text-decoration: underline;

}

/* dotted border */
#bordr { 
		border:2px dashed #0003b5;
       }
       
/* List Image */       
ul {
	list-style-image:url(../images/tick.gif);
   }




/* JON */

#bread {
	width:800px;
	margin:0 auto;
	padding:0 20px;
	font-size:10px;
	color:#3190EE;
}
#bread a{
	font-size:10px;
	color:#3190EE;
	font-weight:normal;
}

h1 {
	font-family: Times New Roman;
	font-size:32px;
	color:blue;
	text-align:center;
}
h2 {
	font-family: Times New Roman;
	font-size:16px;
	color:#3190EE;
	text-align:center;
	margin:0px;
	padding:0px;
}
h3 {
	font-family: Times New Roman;
	font-size:18px;
	color:blue;
	text-align:center;
}
h4 {
	font-family: Arial;
	font-size:12px;
	color:blue;
	text-align:left;
	padding:0;
}

#cleaning-tips {
	font-size:9px;
	padding:10px;
	width:148px;
	text-align:left;
	background-color:#dfe9cc;
	border:1px solid black;
	clear:left;
}
#cleaning-tips p{
	font-size:9px;
	padding:0;
	margin:0;
}
#cleaning-tips a{
	color:666;
	font-size:9px;
}

.footer {
	font-size:9px;
	padding:10px 0;
	text-align:center;
}
.footer a{
	font-size:9px;
}
.imgfooter {
margin:50px 0 20px 0;
}