@charset "utf-8";
/* CSS Document */

.subtitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #264d7c;
	text-decoration: none;
}
.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #264d7c;
	text-decoration: none;
}
a {
	color: #264d7c;
	text-decoration: underline;
}
a:hover {
	color: #00aeef;
	text-decoration: none;	
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #264d7c;
}
.boldBlue {
	font-weight: bold;
	color: #264d7c;
}
.whiteText {
	color: #FFFFFF;
}

.noBullet {
	list-style-image: none;
	list-style-type: none;
}
.smallText {
	font-size: 10px;
}
