/* CSS Document */
.headerSubtitle {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
/*	background-color:#0099FF; */
	background-color:#0033CC;
}

body {
 	background-color: #0099FF;  
/*	background-color: #99B8D8;  */
}

.txtFooter {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.txtSectionTitles {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #222222;
}

.txtSectionSubtitles {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #222222;
}

.txtSectionGeneral {
	font-family: Arial;
	font-size: 12px;
	color: #222222;
}
