/* CSS Document */

/************** header tag styles **************/
h2{
 color: #60A5CE;
 font: bold;
 font-family: Arial, Helvetica, sans-serif;
}

.small {
	font-size: small;
}
.smaller {
	font-size: x-small;
}
.smallest {
	font-size: xx-small;
}
.title {
    color: #60A5CE;
	font: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.titleXsmall {
    color: #003366;
	font: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.smallBold {
	font-size: small;
	font-weight: bold;
}
.mediumBold {
	font-size: medium; 
	font-weight: bold;
}
.celderTitle {
	font-family: Viner Hand ITC;
	color: #008000;
	font-size: 36px;
}
