.content {
	text-indent: 10px;
	font-size: 11px;
}

.content h1, .content h2, .content h3, .content h4, .content h5 {
	margin-bottom: 15px;
	font-family: 'Tahoma', sans-serif; font-weight: bold; color: #22618e;
}

.content h1 {
	font-size: 15px; line-height: 15px
}

.content h2 {
	font-size: 14px; line-height: 14px
}

.content h3 {
	font-size: 13px; line-height: 13px
}

.content h4 {
	font-size: 12px; line-height: 12px
}

.content h5 {
	font-size: 10px; line-height: 10px
}

.content p,
.content div {
	margin-bottom: 15px;
	line-height: 14px;
	text-align: justify; color: #000;
}

.content ul,
.content ol {
	margin: 0 0 15px 20px;
	text-indent: 0;
}

.content ul li {
	margin: 0 0 10px 20px;
	line-height: 14px;
	list-style-image: url(../img/arrow.gif);	
}

.content table {
	margin: 0 auto;
	border: 0; border-spacing: 1px;
	background-color: #ebebeb;
	margin-bottom: 15px;
	text-indent: 0;
}

.content table th {
	margin: 0 auto;
	border: 0; border-spacing: 1px;
	border: 1px solid #ffffff; padding: 5px; text-align: center; font-weight: bold; 
	vertical-align: middle; background-color: #ebebeb
}

.content table td {
	margin: 0 auto;
	border: 0; border-spacing: 1px;
	padding: 5px; text-align: center; vertical-align: top; background-color: #ffffff
}