body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 30px;
}

a:link {
	text-decoration: none;
}

a:link:hover {
	text-decoration: underline;
}

.cellLeft
{
	background-color: #0785CB;
	width: 180px;
}

.cellWhite
{
	background-color: #FFFFFF;
}

.cellFlags
{
	background-color: #B1B1B1;
	height: 20px;
}

.cellContacts
{
	background-color: #0785CB;
	width: 180px;
	height: 100px;
}

.cellSpace
{
	width: 3px;
}

.cellMain
{
	background-color: #F1F5F3;
	width: 537px;
}

.textContact
{
	font-family: Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	font-weight: bold;
}

.textBody
{
	font-family: Helvetica;
	font-size: 11px;
	color: #535353;
	line-height: 14px;
	font-weight: normal;
}

.textBold
{
	font-family: Helvetica;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	font-weight: bold;
}

