/*蓝色按钮样式*/
.LSANCss {
    font-family: "Tahoma", "Tahoma";
    font-size: 9pt; color: #0066cc;
    border: 1px #93bee2 solid;
    BORDER-BOTTOM: #93bee2 1px solid; 
    BORDER-LEFT: #93bee2 1px solid; 
    BORDER-RIGHT: #93bee2 1px solid; 
    BORDER-TOP: #93bee2 1px solid;
    background-image:url(Images/LSAN1.gif);
    background-color: #ffffff;
    background-repeat:repeat;
    CURSOR: hand;
    font-style: normal ;
}


/*链接按钮样式*/
.LJANCss 
{
	text-decoration : line-through;
	color: Gary;
}
A:ACTIVE {
	color : #333333;	
	text-decoration: none;
}
A:FOCUS
{
	color: #006699;
	text-decoration: none;
}
A:LINK {
	color : #333333;
	text-decoration: none;
}
A:visited {
	color : #333333;
	text-decoration: none;
}
A:HOVER
{
	color: #ff0000;
	text-decoration: underline;
}



/*GridView 链接列样式*/
.LJSJCss
A:visited {color : #0000BB; text-decoration: none;}
 
