body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EAE9E9;
}

td {
	font-family: arial;
	font-size: 11px;
	color: #414141;
	text-align: justify;
}

.textBlack {
	font-family: arial;
	font-size: 11px;
	color: #414141;
	text-align: justify;
}

.textRed {
	font-family: arial;
	font-size: 11px;
	color: #FF0000;
}

.textRedSmall {
	font-family: arial;
	font-size: 10px;
	color: #FF0000;
}

.textRedMediumBold {
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	color: #FF0000;
	text-align: left;
}

.textWhiteBold {
	font-family: arial;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.3px;
}

.textWhite {
	font-family: arial;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.3px;
}

.textDrkBlue {
	font-family: arial;
	font-weight: bold;
	color: #052B45;
	font-size: 12px;
	letter-spacing: 0.3px;
}

.textWhiteBigBold {
	font-family: arial;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.3px;
}

.textDrkBlueBig {
	font-family: arial;
	font-size: 17px;
	color: #2D6994;
}

.textDrkBlueSmall {
	font-family: arial;
	font-size: 10px;
	color: #2D6994;
}

.textBlackSmall {
	font-family: arial;
	font-size: 10px;
	color: #414141;
	letter-spacing: 0.2px;
}

.textBlackMediumBold {
	font-family: arial;
	font-size: 14px;
	color: #414141;
	letter-spacing: 0.2px;
	font-weight: bold;
}

.textBlackBoldSmall {
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #414141;
	letter-spacing: 0.2px;
}

.textDrkBlueMedium {
	font-family: arial;
	font-size: 15px;
	color: #2D6994;
	font-weight: bold;
}

.textGreenMediumBold {
	font-family: arial;
	font-size:12px;
	color: #008953;
	font-weight: bold;
}

.textGreenSmall {
	font-family: arial;
	font-size:10px;
	color: #008953;
}

.textGreenMediumBold2 {
	font-family: arial;
	font-size:11px;
	color: #008953;
	font-weight: bold;
}

.textGray {
	font-family: arial;
	font-size: 12px;
	color: #747474;
	text-align: left;
}

a {
	color: #0000FF;
}

a.whiteSmUl {
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.3px;
}

a.greenBg {
	font-family: arial;
	font-size: 17px;
	color: #008953;
	text-decoration: none;
	font-weight: bold;
}

a.drkblueBg {
	font-family: arial;
	font-size: 17px;
	color: #2D6994;
	text-decoration: none;
	font-weight: bold;
}
a.drkblueBg:hover {
	color: #008953;
}

a.drkblueSmall {
	font-family: arial;
	font-size: 10px;
	color: #2D6994;
}

a.greenMedium {
	font-family: arial;
	font-size: 12px;
	color: #008953;
	text-decoration: none;
}
a.greenMedium:hover {
	color: #2D6994;
}

a.blackMedium {
	font-family: arial;
	font-size: 12px;
	color: #414141;
	text-decoration: none;
}
a.blackMedium:hover {
	color: #FF0000;
}

a.blackMedium2 {
	font-family: arial;
	font-size: 11px;
	color: #414141;
	text-decoration: none;
}
a.blackMedium2:hover {
	color: #FF0000;
}

a.redMedium2 {
	font-family: arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

a.white {
	font-family: arial;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.3px;
}

a.whiteBold {
	font-family: arial;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.3px;
}

a.drkBlue {
	font-family: arial;
	font-size: 11px;
	color: #2D6994;
	text-decoration: none;
	text-align: left;
}

a.drkBlue:hover {
	color: #008953;
}

a.drkBlueMedium {
	font-family: arial;
	font-size: 15px;
	color: #2D6994;
	font-weight: bold;
	text-decoration: none;
}
a.drkBlueMedium:hover {
	color: #008953;
}

a.gray {
	font-family: arial;
	font-size: 12px;
	color: #747474;
	text-decoration: none;
}