.small {
	FONT-FAMILY: Times New Roman, Times, serif; FONT-SIZE: 75%;
}
.medium {
	FONT-FAMILY: Times New Roman, Times, serif; FONT-SIZE: 88%;
}
.normal {
	FONT-FAMILY: Times New Roman, Times, serif; FONT-SIZE: 100%;
}
.large {
	FONT-FAMILY: Times New Roman, Times, serif; FONT-SIZE: 112%;
}
.larger {
	FONT-FAMILY: Times New Roman, Times, serif; FONT-SIZE: 125%;
}
.largest {
	FONT-FAMILY: Times New Roman, Times, serif; FONT-SIZE: 150%;
}
.note {
	FONT-FAMILY: Times New Roman, Times, serif; FONT-SIZE: 100%; FONT-WEIGHT: bold; COLOR: #FF3455
}
.header {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 82%; FONT-WEIGHT: bold;
}
.title {
	font-size: 150%;
	font-weight: bold;
	color: rgb(4,2,100);
}
.subtitle{
	font-size: 100%;
	font-weight: bold;
}
.indent {
	font-size: 100%;
	margin-left: 1em;
}

A.sidebar1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 125%; 
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: rgb(4,2,100);
}
A.sidebar1:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 125%; 
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: blue;
}
A:focus {text-decoration: underline; color: blue;}
A:hover {text-decoration: underline; color: blue;}
A:active {text-decoration: underline; color: red;}

