.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-variant: normal;
	line-height: 20px;
}
A   	{ color: #333333; text-decoration: underline; }
A:link	{ color: #333333; text-decoration: underline; }
A:visited { color: #333333; text-decoration: underline; }
A:active { color: #333333; text-decoration: underline; }
A:hover	{ color: #CC6633; text-decoration: underline; }

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;

}
A.nav:link	{ color: #ffffff; text-decoration: none; }
A.nav:visited { color: #ffffff; text-decoration: none; }
A.nav:active { color: #ffffff; text-decoration: none; }
A.nav:hover	{ color: #FCE557; text-decoration: underline; }

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
A.text2   	{ color: #666666; text-decoration: none; }
A.text2:link	{ color: #666666; text-decoration: none; }
A.text2:visited { color: #666666; text-decoration: none; }
A.text2:active { color: #666666; text-decoration: none; }
A.text2:hover	{ color: #ffcc33; text-decoration: underline; }


.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	font-weight: bold;
}
A.title:link	{ color: white; text-decoration: none; }
A.title:visited { color: white; text-decoration: none; }
A.title:active { color: white; text-decoration: none; }
A.title:hover	{ color: white; text-decoration: underline; }
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC6633;
	font-weight: bold;
}
A.title2:link	{ color: #CC6633; text-decoration: none; }
A.title2:visited { color: #CC6633; text-decoration: none; }
A.title2:active { color: #CC6633; text-decoration: none; }
A.title2:hover	{ color: #CC6633; text-decoration: underline; }
}

.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006633;
	font-weight: bold;
}
A.title3:link	{ color: #006633; text-decoration: none; }
A.title3:visited { color: #006633; text-decoration: none; }
A.title3:active { color: #006633; text-decoration: none; }
A.title3:hover	{ color: #006633; text-decoration: underline; }
}
