.TopHead1 {
	color :  #0000CC;
	font-size : xx-large;
	font-weight : bolder;
}

.TopHead2 {
	color: #0000CC;
	font-size : x-large;
	font-weight : bold;
	font-style : normal;
}

.TopHead3 {
	color: #0000CC;
	font-size : medium;
	font-weight : bold;
	font-style : normal;
}


.heavySlant {
	font-style : italic;
	font-weight : bolder;
	font-size : larger;
}

.upone {
	font-size : larger;
}

.uponeHeavy {
	font-size : larger;
	font-weight : bold;
}

.slant {
	font-style : italic;
	font-weight : bold;
}

.lineSlant {
	font-style : italic;
	text-decoration : underline;
}

.under {
	text-decoration : underline;
}

.underHeavy {
	font-size : large;
	text-decoration : underline;
	font-weight : bold;
}
.boldLine {
	font-weight : bold;
	text-decoration : underline;
}


.large {
	font-size : large;
}

H2 {
	color :  #0000CC;
}
