﻿/* CSS layout */
a:link {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFF00;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFF00;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFF00;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFF00;
	font-weight: normal;
	text-decoration: none;
}
.title_content_1 {
	font-family: Georgia;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}
.style_cel {
	text-align: left;
}
.style_cel_col_central {
	text-align: left;
	border-left: 1px solid #6666FF;
	border-right: 1px solid #6666FF;
}
.page_content_1 {
	font-family: Arial;
	font-size: 9pt;
	text-align: left;
	color: #DFEFFF;
	line-height: 11pt;
	padding-right: 10px;
	padding-left: 10px;
}
.ul_content {
	font-family: Arial;
	font-size: 8pt;
	text-align: left;
	color: #DFEFFF;
	line-height: 14px;
	list-style-type: square;
}

