/* CSS Document */
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #CCCCCC;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.textgeorgia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.text18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; 
	color:#999999
}
li {
	list-style-image: url(images/li.gif);
}


