/* CSS Document */
a:link {
	color: #818181;
	text-decoration: underline;
}
a:visited {
	color: #818181;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #6699FF;
}
a:active {
	color: #818181;
	text-decoration: underline;
}
.arial12-3 {
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
}
.arial11 {
	font-family: arial;
	font-size: 11px;
	line-height : 1;  
}
.txt1 {
	font-family: arial;
	font-size: 9.5px; 
@@letter-spacing: 2px;
	line-height : 1.5;
}

H1 {
	font-family: arial;
	font-size: 10px;
	color: #AAAAAA;	
	vertical-align : bottom;
	line-height : 0;
}

H2 {
	font-family: arial;
	font-size: 12px;
	line-height : 12px;
}

H3 {
	font-family: arial;
	font-size: 10px;
	line-height : 10px;	
	color: #AAAAAA;	
}