@charset "UTF-8";
/* CSS Document */

.ComicSans {font-family:Comic Sans, Comic Sans MS, cursive}
.size10 {
	font-size: 10px
}
a:link {
	color: #05275F;
	font-weight: bold;
}
a:visited {
	color: #073D86;
	font-weight: bold;
}
a:hover {
	color: #073D86;
	font-weight: bold;
}
a:active {
	color: #073D86;
	font-weight: bold;
}
.boldBlue12 {
	color: #163877;
	font-weight: bold;
	font-size: 12px;
}
.boldBlue15 {
	color: #163877;
	font-weight: bold;
	font-size: 15px;
}
.boldBlue16 {
	color: #163877;
	font-weight: bold;
	font-size: 16px;
}
.boldBlue18 {
	font-size: 18px;
	font-weight: bold;
	color: #163877;
}
.size24 {
	font-size: 24px
}
.boldBlue {
	color: #163877;
	font-weight: bold;
}

