/* CSS Document */
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	padding-top: 6px;

}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	padding-top: 6px;

}

.textj {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #111111;
	text-align: justify;
	font-weight: normal;
}
.textjsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #111111;
	text-align: justify;
	font-weight: normal;
}
.textl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
	text-align: left;
	font-weight: normal;
}
.textdisclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}

.texthomepage {
	font-size: 16pt;
	font-weight: bold;
}

.textphonenumber {
    font-size: 24pt}

   A:link {text-decoration: none; color: #0033ff}
   A:visited {text-decoration: none; color: #0033FF}
   A:active {text-decoration: none; color: #0033ff}
   A:hover {text-decoration: none; color: #0033ff}

body {
/*  wine red colour:
	background-color: #993333; border:none; */
 	background-color: #ffffff; border:none; 
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px none 0; 
	
}

/* size of navigation item logos */
.imgnavitem
{
width: 86px;
height: 88px;
border: 0;
}

/* size of navigation item photos */
.imgpicitem
{
width: 118px;
height: 95px;
border: 0;
}

/* this line removes space at very top/left of page */
* {
	margin: 0;
}



