.full table {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 8pt;
	width: 94%;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

.full table th {
	width: 50%;
	background-color: #5089a0 !important;
	font-size: 8pt;
	color: #e4f3f9 !important;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.full table td {
	vertical-align: top;
	padding: 3px;
	font-size: 8pt;
	background-color: #ffffff !important;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #333333;
}

.full ul {
	margin: auto;
	width: 80%;
	margin-left: 40px;
	margin-top: 10px;
	/*list-style-type: none;*/
}

.full ul li {
	color: #444444;
	padding-bottom: 5px;
	font-size: 8pt;
}

.full ol {
	margin: auto;
	width: 80%;
	margin-left: 40px;
	margin-top: 10px;
	/*list-style-type: none;*/
}

.full ol li {
	color: #444444;
	padding-bottom: 5px;
	font-size: 8pt;
}












.article h1 {
	padding-top: 5px;
	_padding-top: 0;
	margin-top: 7px;
/*	width: 290px;*/
	font-size: 15px !important;
	color: #8B0404;
	margin-left: 18px;
}

.article h2 {
	padding-top: 5px;
	_padding-top: 0;
	margin-top: 7px;
/*	width: 290px;*/
	font-size: 13px !important;
	color: #2c550b;
	margin-left: 18px;
}

.article .top {
	padding-top: 5px;
	_padding-top: 0;
	margin-top: 7px;
	margin-left: 18px;
/*	width: 290px;*/
	font-size: 18px !important;
	color: #2C3D75;
}

.article p {
	clear: both;
	margin-top: 7px;
	margin-left: 18px;
/*	width: 290px;*/
	font-size: 8pt;
	color: #404040;
}

.article p em {
	color: #404040;
	font-size: 8pt;
}

.article a, .article a:hover {
	color: #232e71;
	font-size: 8pt;
}

.article a:hover {

}

.article sup {
	line-height: 19px;
}

.article strong {
	font-size: 8pt;
	font-weight: bold;
	color: #404040;
}

.article a strong, .article a:hover strong {
	color: #232e71;
	font-size: 8pt;
	font-weight: bold;
}

.article a:hover strong {

}

.article .image {
	position: absolute;
	right: 5px;
	top: 10px;
	border: 1px solid #404040;
}
