﻿/* 0 BASIC TAGS */
a {
	text-decoration: none;
	/*color: #d32525;*/
	color: #ffffff;
}

a:visited {
	/*color: #980000;*/
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	/*color: #e05252;*/
	color: #ffffff;
}

a:active {
	/*color: #980000;*/
	color: #ffffff;
}

select {
	font-family: verdana, arial, helvetica, sans-serif, mingliu;
    font-size: 8pt;
	color: #6A6B6D;  
}
	
img {
	border-width: 0;
	border-left: #AAAAAA 0px solid; 
	border-top: #AAAAAA 0px solid; 
	border-right: #AAAAAA 0px solid; 
	border-bottom: #AAAAAA 0px solid;
}


