/*
	Rob Zoszak
	12th october 2004
	Stauff Corporation Pty Ltd.
*/

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* all text should be inside a table */
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.subHeading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	color: white;
	text-decoration: none;
	letter-spacing: -1px;
	white-space: nowrap;
}
h2{
	color:black;
	font-family:Arial;
	font-size:14pt;
	white-space: nowrap;
}

/* top menu links */
a.menu:link, a.menu:visited, a.menu:active {	 
	color:#505050;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	letter-spacing: -1px;
	white-space: nowrap;
}
a.menu:hover {
	color:#0099cc;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	letter-spacing: -1px;
	white-space: nowrap;
}

/* regular page links */
a:visited, a:link, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #007da6;
	text-decoration: none;
	white-space: nowrap;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #007da6;
	text-decoration: underline;
	white-space: nowrap;
}

table.submenu a {
	width:100%;
	display: block;
}
div.submenu a {
	color: #505050;
	background: white;
	text-decoration:none;
	padding: 15px 6px;
}

table.solutionsMenu a{
	width:100%;
	display: block;
}
div.solutionsMenu a{
	color: white;
	text-decoration:none;
	padding: 7px 6px;
}

a.solutionsMenu:visited, a.solutionsMenu:link, a.solutionsMenu:active, a.solutionsMenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	color: white;
	text-decoration: none;
	letter-spacing: -1px;
	white-space: nowrap;
}




.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #000;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	color: #000;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #007da6;
	text-decoration: none;
}
.dtree a.nodeSel {
	color: #000;
	/*background-color: #c0d2ec;*/
}
.dtree .clip {
	overflow: hidden;
}

hr {
	border: solid #0099CC 0.5px;
	height: 1px;
	color: #0099CC;
}
