body {
	background-color: #39C4DD;
	margin: 0px;
}
.TEXT_Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C6C6C;
}
.TEXT_Normal strong {
	font-weight: bold;
	color: #FF6C00;
}
.TEXT_Normal em {
	font-weight: bold;
	color: #39C4DD;
	font-style: normal;
}
.TEXT_Normal a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.TEXT_Normal a:link{
	color: #FF5A00;
	text-decoration:underline;
}
.TEXT_Normal a:visited{
	color: #FF5A00;
	text-decoration:underline;
}
.TEXT_Normal a:hover{
	color: #39C4DD;
	text-decoration:none;
}
.TEXT_Normal a:active{
	color: #6C6C6C;
	text-decoration:underline;
}
.DIV_RightGREYBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.DIV_LeftDivider {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2EA3B9;
}
img 
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.TEXT_Normal p
{
	margin-top: 0px;
	padding-top: 0px;
}

