	a:link	{		text-decoration: none;		cursor: hand;	}		a:hover	{		text-decoration: none;		cursor: hand;	}		a:active	{		text-decoration: none;		cursor: hand;	}		a:visited	{		text-decoration: none;		cursor: hand;	}		.navbarTxt	{		background-color: #46356E;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 10px;		line-height: 10px;		color: white;		font-weight: bold;	}	.navbarTxt:hover	{		color: #DAB6E3;		text-decoration: none;		cursor: hand;	}		.bodyTxt	{		background-color: #ffffff;		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 12px;		line-height: 15px;		color: black;		font-weight: normal;	}	.pageHead		{		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 14px;		line-height: 16px;		font-weight: bold;		color: #504335;		padding-left: 10px;		padding-right: 10px;	}		.pageHeadAdd	{		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 12px;		line-height: 16px;		font-weight: normal;		color: #504335;	}	.subNav		{		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 10px;		line-height: 17px;		letter-spacing: 0.04em;		font-weight: normal;		color: #504335;		padding-left: 9px;	}			.subNavHead	{		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 10px;		line-height: 12px;		letter-spacing: 0.04em;		font-weight: bold;		color: #504335;		padding-left: 9px;	}	.subNav:link	{		color: #504335;		text-decoration: none;		cursor: hand;		}	.subNav:visited	{		color: #504335;		text-decoration: none;		cursor: hand;		}	.subNav:active	{		color: #504335;		text-decoration: none;		cursor: hand;		}		.subNav:hover	{		color: #D96B00;		text-decoration: underline;		cursor: hand;		}		.smallText	{	font-size: 10px;     	line-height: 13px;	letter-spacing: 0.04em;	}		.footText	{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;     	line-height: 13px;	letter-spacing: 0.04em;	color: #504335	}	th		{		font-weight: bold;		font-size: 10px;		letter-spacing: 0.08em;		text-align: left;		background-color: #4c4c4c;		background-repeat: repeat-y;		background-position: 10px 20px;		background-attachment: scroll;		text-indent: 5px;		color: white;	}		.watermark	{		z-index: -1;		position: fixed; 		left: 50%;  		top: 47px; 		margin-left:-205px;	}