@charset "utf-8";
.mainFrameCSS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-position: inside;
	list-style-type: square;
	text-align: justify;
}
.p{
	text-align:justify;
}
.h1{
	color:#FFFFFF;
	font-size:18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	background:#FA0B0C;
	text-align:left;
}
.h2{
	color:#FFFFFF;
	font-size:16pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	background:#F6990D;
	text-align:left;
}
.h3{
	color:#FFFFFF;
	font-size:14pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#1978B0;
	text-align:left;
}
.h4{
	color:#000000;
	font-size:12pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#FFFFFF;
	text-align:left;
}
.ul{
	list-style-type:disc;
	font-size:12pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#000000;
}

.table1 {
	border-width: 0px 0px 0px 0px;	
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: #FFFFFF;
	width:100%;
}
.table1 tr {
	border-width: 1px 1px 2px 1px;
	padding: 5px 5px 5px 5px;
	border-style: none none solid solid;
	border-color: white white black black;
	background-color: #FFFFFF;	
}
.table1 td {
	border-width: 0px 1px 1px 0px;
	padding: 5px 5px 5px 5px;
	border-style: none solid solid none;
	border-color: white black black white;
	background-color: #FFFFFF;
	width:50%;
	/*-----------*/
	text-align:center;
	list-style-type:disc;
	font-size:12pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000000;
}

.table2 {
	border-width: 0px 0px 0px 0px;	
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: #FFFFFF;
	width:50%;
}
.table2 tr {
	border-width: 0px 0px 2px 1px;
	padding: 5px 5px 5px 5px;
	border-style: none none solid solid;
	border-color: white white black black;
	background-color: #FFFFFF;	
}
.table2 td {
	border-width: 1px 0px 1px 0px;
	padding: 5px 5px 5px 5px;
	border-style: solid none solid none;
	border-color: black white black white;
	background-color: #FFFFFF;
	width:50%;
	/*-----------*/
	text-align:center;
	list-style-type:disc;
	font-size:12pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000000;
}

.table3 {
	border-width: 0px 0px 0px 0px;	
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: #FFFFFF;
	width:50%;
}
.table3 tr {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: none none solid solid;
	border-color: white white black black;
	background-color: #FFFFFF;	
}
.table3 td {
	border-width: 1px 0px 1px 0px;
	padding: 5px 5px 5px 5px;
	border-style: solid none solid none;
	border-color: black white black white;
	background-color: #FFFFFF;
	width:50%;
	/*-----------*/
	text-align:center;
	list-style-type:disc;
	font-size:12pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000000;
}
