/* These are used in the HK PNET Resources pages */
body {margin: 0px;padding: 0px; font-family: Tahoma, arial, helvetica, serif;}
#bodyarea {background-color: #D4D4D4;}
input, button {font-family: Tahoma, arial, helvetica, serif;}
A:link { color: black;text-decoration: underline;}
A:visited { color: black; text-decoration: underline;}

/* This stops bookmarks from getting underlined in IE */
A:hover[name] {text-decoration: none;}

th
{
	text-align:left;
}

td
{	padding-left: 4;
	padding-right: 4;
}
.titlesectionheader
{	color: white;
	height:14px;
	background-color: #6B8EAE;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	font-size: 11px; 
}

.sectionheader
{	font-weight: bold;
	color: white;
	height:20px;
	background-color: #6B8EAE;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
}

.sectionheader a:hover{color: white;text-decoration: none;}
.sectionheader a:visited{color: white;}
.sectionheader a:link{color: white;}

.sectionsubheader
{	background-color: #C0C0C0;
	padding-left: 10px;
	padding-right: 10px;
}

.sectionbackground
{	border: 1px solid #7A7777;
	background-color: #EFEFEF;
	background-repeat: repeat-x;
	background-position: bottom;
}

.BackToTop 
{	font-weight:bold; 
	font-size: 14px; 
	text-decoration: underline;
}

.IndentTable{padding-left: 18px;padding-right: 10px;}

/* this highlights the current bookmark in firefox */
b:target, a:target {background: #f60;}
