/* CSS Document */
BODY {
  background-image:  url(images/bg_page.gif);
  background-repeat: repeat-x;
  background-attachment: fixed;
}

a:link {
	color: #000099;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	}

a:visited {
	color: #000099;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; color: #0000FF;
	}


.table {
	font-family: Arial, Helvetica, sans-serif;	
    font-size: 20px;
	border: 1px solid #000000;
	display: block;
	text-align: left;
	color: #000000;
	text-decoration: bold;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

.cellbg {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;	
	background-image:  url(ph_img/bg_cell.gif);
    background-repeat: repeat-x;
	border: 1px solid #000000;
	text-align: left;
	color: #000000;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;

}
.contactbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: center;

}

a.top:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;

	}
	
	a.top:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none
	}

	a.top:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none
	}

	a.top:hover {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
	}

a.menu {
	border: 1px solid #000000;
	display: block;
	width: 145px;
	height: 35px;
    font-size: 12px;
	text-align: center;
	color: #000000;
	text-decoration: bold;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	vertical-align: middle;
}

a.menu:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
	
	a.menu:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none
	}

	a.menu:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none
	}

	a.menu:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	}
	
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #000000;
	text-align: center;
	font-weight: bold;


}
.headerleft {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-align: left;
}
.centre {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.cellcentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image:  none;
	border: 1px solid #000000;
	text-align: center;
	color: #000000;
	padding: 5px;

}
