TD, TR, TH, BODY {
	font-size: 12px;
	font-family: arial, verdana;
}

.paddingAll {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;

}

.tablePaddingAll {
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;

}

.address {
	font-weight: bold;
	font-size: 10px;
	color: #152b75;
}

.title {
	font-size: 18px;
	font-weight: bold;
}

.blueTitle {
	font-size: 18px;
	font-weight: bold;
	color: #152b75;
}

.yellowTitle {
	font-size: 18px;
	font-weight: bold;
	color: #ffcb05;
}


.whiteFont {
	font-size: 11px;
	font-family: arial, verdana;
	color: #FFFFFF;
}
.greenTitle {
	font-size: 14px;
	font-weight: bold;
	color: #9dc43e;
}

.greyTitle {
	font-size: 16px;
	font-weight: bold;
	color: #a4a4a4;
}

.signature1 {
	font-size: 14px;
	font-weight: bold;
	color: #cf63e1;
}

.signature2 {
	font-size: 14px;
	font-weight: bold;
	color: #d35430;
}


A {
	text-decoration : none;
	color: #888888;
	font-weight: bold;
}

A:LINK {
	text-decoration : none;
	font-weight: bold;
}

A:ACTIVE{
	text-decoration : none;
	font-weight: bold;
}

A:VISITED {
	text-decoration : none;
	font-weight: bold;
}

A:HOVER {
	text-decoration : underline;
	color: #003876;
	font-weight: bold;
}

.whiteLink {
	text-decoration : none;
	color: #ffffff;
	font-weight: bold;
}

.whiteLink:LINK {
	text-decoration : none;
	font-weight: bold;
}

.whiteLink:ACTIVE{
	text-decoration : none;
	font-weight: bold;
}

.whiteLink:VISITED {
	text-decoration : none;
	font-weight: bold;
}

.whiteLink:HOVER {
	text-decoration : underline;
	color: #ffffff;
	font-weight: bold;
}


.footer {
	font-size: 10px;
	text-decoration : none;
	color: #888888;
	font-weight: bold;
}

.footer:LINK {
	font-size: 10px;
	text-decoration : none;
	font-weight: bold;
}

.footer:HOVER {
	font-size: 10px;
	text-decoration : underline;
	color: #003876;
	font-weight: bold;
}

.footer:ACTIVE{
	font-size: 10px;
	text-decoration : none;
	font-weight: bold;
}

.footer:VISITED {
	font-size: 10px;
	text-decoration : none;
	font-weight: bold;
}

.contactUsTitle {
	font-size: 18px;
	font-weight: bold;
	color: #f46941;
}
.myWhite {
	color: #FFFFFF;
}

.contentBorder {
	border-color: #BFBFBF;
}

