/* CSS Document */
#nav {
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	line-height: 22px;
	font-weight: bold;
}
#nav a:link {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333333;
	line-height: 22px;
	font-weight: bold;
}
#nav a:hover {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #CC6633;
	line-height: 22px;
	font-weight: bold;
}
#nav a:visited {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333333;
	line-height: 22px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.size9pt {
	font-size: 9pt;
}
.size8pt {
	font-size: 8pt;
}
a:link {
	text-decoration: underline;
	color:#CC3300;
}
a:visited {
	text-decoration: underline;
	color:#CC3300;
}
a:hover {
	text-decoration: underline;
	color:#CC6633;
}
