@charset "UTF-8";
/* CSS Document */
body p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
}
body {
	background-color:#E2EEFC;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;

}
.xsmGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #666;
}
.xsmBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-style: normal;
	line-height: normal;
	color:#000;
}
.xsmBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #00C;
}
.smallGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
}

.MedBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #006;
}
.MedGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #060;
	font-weight: bold;
}
.LargeBlueBold {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #006;
}
.XXLargeBlueBold {
	font-family: Arial, Helvetica, sans-serif;
    font-size:36px;
	line-height: normal;
	font-weight: bold;
	color:#006;
}
.LargeBlue {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	line-height: normal;
	color: #006;
}
.BlackLrgItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color:#000;
}
.BlueLrgItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #006;
}

.RedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
.Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#C00
}
