/* CSS Document */
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}
.heading1 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial;
}
.heading2 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	font-family: Tahoma, Verdana, Arial;
}
.heading3 {
	color: #003366;
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial;
}
.heading4 {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
}
.PageStyle {
	font-family:Tahoma; 
	font-size: 13px;
	font-weight: 700;
	color: #000000;
}
.CurrPage {
	font-family:Tahoma; 
	font-size: 13px;
	font-weight: 700;
	color: #996600;
}
.linkCell {
	cursor:pointer;cursor:hand;
}
.linkCell:hover {
	text-decoration: underline;
}
-->