.TableBackColourRed {
	background-color: #C71C22;
}
.TableBackColourGreyDark {
	background-color: #4E4E4E;
	padding-left: 18px;
	padding-right: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	border: 1;
}
.TextNormal {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}

.TextHeaderWhite {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
}
.TableBorders {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 18px;
	padding-bottom: 2px;
}


.TextNormalRight {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 18px;
}

img
{
	border: transparent;
}

a {
	font-family: Arial;
	font-size: 12px;
}
a:link {
	text-decoration: none;

}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline; 
}
	
a {
	font-family: Arial;
	font-size: 12px;
}
a.line:link {
	text-decoration: underline;

}
a.line:visited {
	text-decoration: underline;
}
a.line:hover {
	text-decoration: underline;
	
}
.TextNormalBlack {

	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

.TextUnderlineBlack {

	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	text-decoration: underline;
}
