HTML 
{
	TEXT-DECORATION: none
}
BODY 
{
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	margin:0;
	padding:0;
	border:0;
}
TR 
{
	FONT-SIZE: 12px;
}
TD 
{
	FONT-SIZE: 12px;
}
A 
{
	FONT-SIZE: 12px; COLOR: #000000
}
A:link 
{
	FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none
}
A:visited 
{
	FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none
}
A:active 
{
	FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none
}
A:hover 
{
	BACKGROUND-POSITION: left 50%; FONT-SIZE: 12px; BACKGROUND-ATTACHMENT: scroll; COLOR: #000000; TEXT-DECORATION: none
}
input 
{
	BORDER-RIGHT: 1px solid; 
	BORDER-TOP: 1px solid; 
	BORDER-LEFT: 1px solid; 
	COLOR: black; 
	BORDER-BOTTOM: 1px solid; 
	BACKGROUND-COLOR: #ffffff;
}
.FmkTbl
{
	width: 776px;
	border:0;	
	hander:expression(this.cellSpacing=0,this.cellPadding=0,this.align='center');
}
.SepTbl_Fill
{
	border:0;
	width:100%;
	hander:expression(this.cellSpacing=0,this.cellPadding=0,this.align='center');
}
.SepTbl
{
	border:0;
	hander:expression(this.cellSpacing=0,this.cellPadding=0,this.align='center');
}
.Logo
{
	z-index:1;
	width:180px;
	height:100px;
	position:absolute;
}
.Language
{
	z-index:1;
	width:100%;
	position:absolute;
}
.JtDataList
{
	width:100%;
	height:30px;
	border-width:0px;
	color:Black;
	padding:3px 3px 3px 3px;
}
.Title
{
	font-weight:bold;
}
A.Button
{
  	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
  	padding-top: 6px;	
  	padding-left: 4px;	
  	padding-right:4px;
	font-size: 9pt;
	color: black;	
	background-color: #CCCCCC;
	text-align: center;
	text-decoration: none;	
	height:24;
	top:6px;
}

A.Button:link
{	
	background-color: #CCCCCC;
	text-decoration:none;
	font-size: 9pt;
	color: #FF0000;
}

A.Button:hover
{    
    color: #FF0000;
    font-size: 9pt;
	background-color: #ccffff;
	text-decoration: none;	
}

A.Button:active
{	
	text-decoration:none;
	background-color: #ccffff;
	font-size: 9pt;
	color: gray;
}

A.Button:visited
{
	background-color: #CCCCCC;
   text-decoration:none;
   font-size: 9pt;
	color: #FF0000;	
}