
@import { url(font2.css); }

.jss  { font-size: 11pt ; line-height: 15pt}
.jss2 { font-size: 12pt ; line-height: 15pt}
.jss3 { font-size: 10pt ; line-height: 13pt}
.jss4 { font-size: 8pt ; line-height: 11pt}
.jss5 {  font-size: 12pt; line-height: 20pt}
.jss6 {  font-size: 14pt; line-height: 17pt}
.jss7 { font-size: 7pt ; line-height: 10pt}

#subnavigation {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subnavigation li {
	background-image: url(img/triangle.gif);
}
#subnavigation li.on {
	background-image: url(img/triangle_p.gif);
}
#subnavigation li a {
	color: #333333;
}
#subnavigation li.on a {
	color: #9933FF;
}
#subnavigation li {
	color: #333333;
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}

