.menu {
	color: white; 
	font-weight: bold; 
	font-size: 14pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none;
	text-align: center;
}
.menuselected {
	color: silver; 
	font-weight: bold; 
	font-size: 14pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none;
	text-align: center;
}
.title {
	color: black; 
	font-weight: bold; 
	font-size: 40pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none;
}
.subtitle {
	color: black;
	font-style: italic;
	font-weight: bold; 
	font-size: 20pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none;
}
.subsubtitle {
	color: black;
	font-style: italic;
	font-weight: none; 
	font-size: 12pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none;
}
.text {
	color: black;
	font-style: none;
	font-weight: none; 
	font-size: 14pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none;
	text-align: justify;
}
.textlink {
	color: blue;
	font-style: none;
	font-weight: none; 
	font-size: 14pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none;
	text-align: justify;
}
.smalltext {
	color: black;
	font-style: none;
	font-weight: none; 
	font-size: 12pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none;
}
.texthi {
	color: red;
	font-style: none;
	font-weight: none; 
	font-size: 14pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none;
	text-align: justify;
}
.texttitle {
	color: black;
	font-weight: bold;
	font-variant: small-caps; 
	font-size: 14pt; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none;
	text-align: justify;
}
