/* CSS Document */
.txtbox {
	BORDER-BOTTOM: #414344 1px solid; BORDER-LEFT: #414344 1px solid; BORDER-RIGHT: #414344 1px solid; BORDER-TOP: #414344 1px solid
}
.text {
	FONT: 11px/150% Verdana,Tahoma, Arial, sans-serif;
	color: black;
}
.textSyn {
	FONT: 9px/150% Verdana,Tahoma, Arial, sans-serif;
}

A.syslink:link  { 
				FONT: 10px/150% Verdana,Tahoma, Arial, sans-serif;
				color: #2B368F; 
				text-decoration : none;

				}
A.syslink:visited { 
				FONT: 10px/150% Verdana,Tahoma, Arial, sans-serif;
				color: #2B368F;
				text-decoration : none;
				}
A.syslink:hover { 
				FONT: 10px/150% Verdana,Tahoma, Arial, sans-serif;
				color: blue;
				text-decoration:underline;
				}
A.syslink:active  { 
				FONT: 10px/150% Verdana,Tahoma, Arial, sans-serif;
				color: #2B368F;
				text-decoration : none;
				}
A.sitelink:link  { 
				color: #97384C;
				text-decoration : none;
				}
A.sitelink:visited { 
				color: #97384C;
				text-decoration : none;
				}
A.sitelink:hover { 
				color: #5E89BE;
				}
A.sitelink:active  { 
				color: #97384C;
				text-decoration : none;
				}

A.sitelinkhead:link  { 
				color: #333300;
				text-decoration : none;
				}
A.sitelinkhead:visited { 
				color: #333300;
				text-decoration : none;
				}
A.sitelinkhead:hover { 
				color: #993300;
				}
A.sitelinkhead:active  { 
				color: #333300;
				text-decoration : none;
				}
.textSpace {
	FONT: 6px/100% Verdana,Tahoma, Arial, sans-serif;
}

A.footerlink:link  { 
				color: #FF7200;
				text-decoration:blink;
				text-decoration : none;
				}
A.footerlink:visited { 
				color: #FF7200;
				text-decoration : none;
				}
A.footerlink:hover { 
				color: #FF7200;
				text-decoration : underline;
				}
A.footerlink:active  { 
				color: #FF7200;
				text-decoration : none;
				}
html {
	scrollbar-base-color:  #E2E2E2;
	scrollbar-arrow-color: #858585;
	scrollbar-track-color: WHITE;
	scrollbar-shadow-color: #E9E9E9;
	scrollbar-lightshadow-color: GRAY;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: GRAY;
	scrollbar-3dlight-color: grey;
}
TABLE.MYTABLE
  { 
     border-style:solid;
     border-color:#999999;
     border-width:1px;
  }
  TD.MYTABLE
  {
	 border-style:solid;	
     border-color:#999999;
     border-width:1px;
	 height:4;
	 
  }