/* CSS Document */

.MAIN a:link {
	font-family: Tahoma; 
	font-size: 10px; 
	color: #666666;
	font-weight: bold;
}
.MAIN a:visited {
	font-family: Tahoma; 
	font-size: 10px; 
	color: #333333;
	font-weight: bold;
}
.MAIN a:hover {
	font-family: Tahoma; 
	font-size: 12px; 
	color: #00CCFF;
	font-weight: bold;
}

.BUTTON a:link {
	font-family: Tahoma; font-size: 10px; color: #FFFFFF; text-decoration:none;
	
}
.BUTTON a:visited {
	font-family: Tahoma; font-size: 10px; color: #FFFFFF; text-decoration:none;
}
.BUTTON a:hover {
	font-family: Tahoma; font-size: 10px; color: #FFFFFF; text-decoration:none;
}
.COPYRIGHT a:link {
	font-family: Tahoma; font-size: 10px; color: #FF9900; text-decoration:underline;
	
}
.COPYRIGHT a:visited {
	font-family: Tahoma; font-size: 10px; color: #FF9900; text-decoration:underline;
}
.COPYRIGHT a:hover {
	font-family: Tahoma; font-size: 10px; color: #FF9900; text-decoration:underline;
}
.current a:link {
	font-family: Tahoma; 
	font-size: 12px; 
	color: #00CCFF;
	font-weight: bold;
	text-decoration:none;
}
.current a:visited {
	font-family: Tahoma; 
	font-size: 12px; 
	color: #00CCFF;
	font-weight: bold;
	text-decoration:none;
}
.current a:hover {
	font-family: Tahoma; 
	font-size: 12px; 
	color: #00CCFF;
	font-weight: bold;
	text-decoration:none;
}