/* CSS Document */
/* NZPBB 7-9-06 */

/* Default page font style set here */
body {
	margin: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* Default link behaviour here */
a{
	color: #339900;
}

a:hover{
	color: #006600;
}

td.contentCell{
	border-right: #006600 1px solid;
}

.wHeading1{
	font-size: 24px;
	color: #336600;
	font-weight: bold;
}

.wtitle{
	font-size: 16px;
	color:#336600;
	font-weight: bold;
}

.wbodytext{
	font-size: 11px;
	color: #333333
}

.wHeading2{
	font-size: 24px;
	color: #336600;
}
.wfooter{
	font-size: 10px;
	color: #FFFFFF
}

.wsireprofile{
	font-size:12px;
	color:#333333;
	font-weight:bold;
	
}

.wsireprofiledetails{
	font-size:10px;
	color:#333333;

}

.wcontacts{
	font-size:11px;
	color:#666666
	
}

p.content{
	padding-left:30px;
	padding-right:30px;
}

.wrightmenu{
	font-size: 10px;
	color:#666666;
	
}
p.rightmenu{
	font-size: 11px;
	padding-left:5px;
	padding-right:5px; 
}

/* MAIN MENU STYLE */



 .menu1{
	font-size: 11px;
	margin-left:1px;
	padding-left: 1px;
	padding-top:3px;
	display:block;
	text-decoration: none;
	color: #000000;
	height: 16px;
	border-bottom: #666666 1px dashed;
}

 .menu1Over{
	background-image: url(images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11px;
	margin-left:1px;
	padding-left: 1px;
	padding-top:3px;
	display:block;
	text-decoration: none;
	color:#CC3333;
	height: 16px;
	border-bottom: #666666 1px dashed;
}


 .submenu{
	background-image: url(images/submenu.gif);
	font-size: 11px;
	display: block;
	height: 16px;
	margin-left: 25px;
	padding-top: 5px;
	padding-left: 1px;
	color: #000000;
	height: 18px;
	text-decoration: none;
}

.hide{
	display: none;
}

.show{
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #003300;
}

img.photo{
	border:  #666666 1px solid;
}






