.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.text a {
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
}
.text a:visited{
	color: #6699CC;
	font-weight: bold;
	text-decoration: none;
}
.text a:hover{
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
}
.text a:active{
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
}
.nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #99CCCC;
}
.nav a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
.nav a:visited{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
.nav a:hover{
	color: #FFCC33;
	font-weight: bold;
	text-decoration: none;
}
.nav a:active{
	color: #FFCC33;
	font-weight: bold;
	text-decoration: none;
}
.text_sm {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
}
.head {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 10px;
}