td, tr td{
	line-height: 120%;
}

.text, body.mceContentBody, .text table {
	font-family:	Tahoma, Arial, Helvetica, sans-serif;
	font-size:		11px;
	line-height:	160%;
	/*color:		#4B4B4B;*/
	color: 			#2E3643;
}

.text A, body.mceContentBody A {
	color:			#56AADD;
	text-decoration:underline;
}
.text A:hover, body.mceContentBody A:hover {
	color:			#2277B2;
}

div.text{
	width: 730px;
	margin-top: 20px;
}

.text table {
	background:		#E5E6E1;
	border-collapse: collapse;
	
	width: 99%;
}
body.mceContentBody table td, .text table td {
	background:		#EAEAEB;
	padding:		2px 5px;
	border: 1px solid #FFFFFF;
	line-height: 120%;
}

.text-header-1 td {
	line-height: 	140%;
	font-size:		12px;
	color:			#FFFFFF;
	font-weight:	bold;
	font-family:	Tahoma;
}
tr.text-header-1 td, tr td.text-header-1 {
	background-color:		#47B2D9;
	line-height: 	140%;
	font-size:		12px;
	color:			#FFFFFF;
	font-weight:	bold;
	font-family:	Tahoma;
}

.text-header-2 {
	line-height: 140%;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #0387B7;

}

.text-header-2 td{
	font-size:		11px;
	color:			#445165;
	font-weight:	normal;
	font-family: 	Tahoma;
}
tr.text-header-2, td.text-header-2 {
	background-color:		#DFDFE0;
	font-size:		11px;
	color:			#445165;
	font-weight:	normal;
	font-family: 	Tahoma;
}


hr {
	border:			0px;
	border-bottom:	1px solid #E5E6E1;
	height:			1px;
	margin:			20px 0;
}
