.LoadTD {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
#LoadLayer {
	position:absolute;
	top:5px;
	right:5px;
	width:70;
	height:30;
	z-index:1;
}
.PageLinkTable {
	background-color: #dedeb8;
	cursor:hand;
	border-collapse:collapse;
	padding:1;
	border:0;
	width:17;
	event:expression(
	onmouseover= function()
	{
		this.style.backgroundColor='#86b9d6'
	},
	onmouseout=function()
	{   
		this.style.backgroundColor='#dedeb8'   
	}
	)
}
.PageLinkTD {
	background-color: ffffff;
	padding: 1;
	text-align:center;
	font-family: Verdana;
	font-size: 10px;
	event:expression(
	onmouseover= function()
	{
		this.style.backgroundColor='#f5fbff'
	},
	onmouseout=function()
	{   
		this.style.backgroundColor='#ffffff'
	}
	);
}
.PageLinkTDTable {
	border-collapse:collapse;
	padding: 1;
	width: 100%;	
	font-size:10px;
}
.PageLinkTable2 {
	background-color: #dedeb8;
	cursor:hand;
	border-collapse:collapse;
	padding:1;
	border:0;
	/*width:17;*/
	event:expression(
	onmouseover= function()
	{
		this.style.backgroundColor='#86b9d6'
	},
	onmouseout=function()
	{   
		this.style.backgroundColor='#dedeb8'   
	}
	)
}
.PageLinkTD2 {
	background-color: ffffff;
	padding: 3;
	text-align:center;
	font-family: Verdana;
	font-size: 9pt;
	event:expression(
	onmouseover= function()
	{
		this.style.backgroundColor='#f5fbff'
	},
	onmouseout=function()
	{   
		this.style.backgroundColor='#ffffff'   
	}
	);
}
.PageLinkTDTable2 {
	border-collapse:collapse;
	padding: 1;
	width: 100%;	
	font-size:10pt;
}

.PageLinkTableNoColor {
	background-color: #dedeb8;
	cursor:hand;
	border-collapse:collapse;
	padding:1;
	border:0;
	width:17;
	font-family: Verdana;
	font-size: 10px;
}
.PageLinkTDNoColor {
	background-color: ffffff;
	padding: 1;
	text-align:center;
	font-size:10px;
	font-family: Verdana;
}
.PageLinkTDTableNoColor {
	border-collapse:collapse;
	padding: 1;
	width: 100%;	
}
body {
	margin-top: 0px;
}
.font {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

.Error{
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
}
.tdTitleFont{
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003399;
	text-decoration: none;
}