table {
    color: black;
    /*BLOCK*/
	letter-spacing: normal;        /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	line-height: normal;           /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ 
	vertical-align: baseline;      /* baseline | bottom | middle | sub | super | text-bottom | text-top | top | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	text-align: center;            /* center | justify | left | right | inherit */
	text-indent: 0;                /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	white-space: normal;           /* normal | nowrap | pre | pre-line | pre-wrap | inherit */
	word-spacing: normal;          /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	/*BACKGROUND*/
	background-color: white;       /* inherit | rgb(255, 0, 0) | rgb(100%, 0%, 0%) | transparent | aqua  | black | blue  | fuchsia | gray  | green | lime  | maroon | navy  | olive | orange | purple | red  | silver | teal  | white | yellow */
	background-image: none;        /* none | inherit | url('j/image.jpg') */
	background-repeat: no-repeat;  /* no-repeat | repeat | repeat-x | repeat-y | inherit */
	background-attachment: fixed;  /* fixed | scroll | inherit */
	background-position: 0 0;      /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
	/*BORDER*/
	border-style: solid;           /* dashed | dotted | double | groove | hidden | inset | none | outset | ridge | solid | inherit */ /* border-top-style + border-right-style + border-bottom-style + border-left-style */
	border-width: 1px;             /* thin | medium | thick | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ /*border-top-width  + border-right-width + border-bottom-width + border-left-width */ 
    /*border-color: #ff0000;*/     /* all | [top | right | bottom | left ] ( border-color: #808080 #FFFFFF #000000 #FF0000) */  
    border-top-color: silver;      /* <color> | transparent | inherit */
    border-right-color: gray;      /* <color> | transparent | inherit */
    border-bottom-color: gray;     /* <color> | transparent | inherit */
    border-left-color: silver;     /* <color> | transparent | inherit */
	border-collapse: separate;     /* collapse | separate | inherit */
	border-spacing: 0 0;             /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*FIELD*/
	padding: 0;                    /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ /* padding-top + padding-right + padding-bottom + padding-left */ 
	margin: 0;                     /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ /* margin-top + margin-right + margin-bottom + margin-left */
	/*POSITION*/
	position: relative;              /* absolute | fixed | relative | static | inherit */
	z-index: auto;                 /* auto | inherit */
	width: 100%;                   /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	height: auto;                  /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
    /*max-height: 1000px;*/
    /*min-height: 100px;*/
	top: 0;                        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	right: 0;                      /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	bottom: 0;                     /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	left: 0;                       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*MAKET*/
	visibility: visible;           /*  collapse | hidden | visible | inherit */
	display: table;                /*  block | inline | inline-block | inline-table | list-item | none | run-in | table | table-caption | table-cell | table-column | table-column-group | table-footer-group | table-header-group | table-row | table-row-group | inherit */
	float: none;                   /*  left | none | right */
	clear: none;                   /*  both | left | none | right | inherit */
	cursor: auto;                  /*  auto | crosshair | default | e-resize | help | move | n-resize | ne-resize | mw-resize | pointer | progress | s-resize | se-resize | sw-resize | text | w-resize | wait | inherit */
	overflow: visible;             /*  auto |  | hidden | scroll | visible | inherit */
	clip: rect(auto,auto,auto,auto); /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*TABLE*/
	table-layout: auto;            /* auto | fixed | inherit */
	empty-cells: show;             /* hide | show | inherit */
	caption-side: top;             /* bottom | top | inherit */
}
tr {
    color: black;
	/*BACKGROUND*/
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
    border-spacing: 0;  
    border-width: 1px;
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: collapse;     /* collapse | separate | inherit */
    border-style: solid;
    padding: 0;
    margin: 0;
    display: table-row;
}

td {
    color: black;
	/*BACKGROUND*/
    background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
/*    border-spacing: 20px 20px;             /* 0 | <length> | <length>? | inherit */  
    border-width: 1px;             /* <border-width>{1,4} | thin | medium | thick | <lenght> | inherit  */
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
    border-style: solid;
    padding: 0;
    margin: 0;
    display: table-cell;
}
/* PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE */
table.paghom {
    color: black;
    /*BLOCK*/
	letter-spacing: normal;        /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	line-height: normal;           /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ 
	vertical-align: baseline;      /* baseline | bottom | middle | sub | super | text-bottom | text-top | top | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	text-align: center;            /* center | justify | left | right | inherit */
	text-indent: 0;                /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	white-space: normal;           /* normal | nowrap | pre | pre-line | pre-wrap | inherit */
	word-spacing: normal;          /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	/*BACKGROUND*/
	background-color: white;
	background-image: none;        /* none | inherit | url('j/image.jpg') */
	background-repeat: no-repeat;  /* no-repeat | repeat | repeat-x | repeat-y | inherit */
	background-attachment: fixed;  /* fixed | scroll | inherit */
	background-position: 0 0;      /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
	/*BORDER*/
	border-style: solid;           /* dashed | dotted | double | groove | hidden | inset | none | outset | ridge | solid | inherit */ /* border-top-style + border-right-style + border-bottom-style + border-left-style */
	border-width: 1px;             /* thin | medium | thick | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ /*border-top-width  + border-right-width + border-bottom-width + border-left-width */ 
    /*border-color: #ff0000;*/     /* all | [top | right | bottom | left ] ( border-color: #808080 #FFFFFF #000000 #FF0000) */  
    border-top-color: silver;      /* <color> | transparent | inherit */
    border-right-color: gray;      /* <color> | transparent | inherit */
    border-bottom-color: gray;     /* <color> | transparent | inherit */
    border-left-color: silver;     /* <color> | transparent | inherit */
	border-collapse: separate;     /* collapse | separate | inherit */
	border-spacing: 0 0;             /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*FIELD*/
	padding: 0;                    /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ /* padding-top + padding-right + padding-bottom + padding-left */ 
	margin: 0;                     /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ /* margin-top + margin-right + margin-bottom + margin-left */
	/*POSITION*/
	position: relative;              /* absolute | fixed | relative | static | inherit */
	z-index: auto;                 /* auto | inherit */
	width: 100%;                   /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	height: auto;                  /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	top: 0;                        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	right: 0;                      /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	bottom: 0;                     /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	left: 0;                       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*MAKET*/
	visibility: visible;           /*  collapse | hidden | visible | inherit */
	display: table;                /*  block | inline | inline-block | inline-table | list-item | none | run-in | table | table-caption | table-cell | table-column | table-column-group | table-footer-group | table-header-group | table-row | table-row-group | inherit */
	float: none;                   /*  left | none | right */
	clear: none;                   /*  both | left | none | right | inherit */
	cursor: auto;                  /*  auto | crosshair | default | e-resize | help | move | n-resize | ne-resize | mw-resize | pointer | progress | s-resize | se-resize | sw-resize | text | w-resize | wait | inherit */
	overflow: visible;             /*  auto |  | hidden | scroll | visible | inherit */
	clip: rect(auto,auto,auto,auto); /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*TABLE*/
	table-layout: auto;            /* auto | fixed | inherit */
	empty-cells: show;             /* hide | show | inherit */
	caption-side: top;             /* bottom | top | inherit */
}
/* ROW1 ROW1 ROW1 ROW1 ROW1 ROW1 ROW1 ROW1 ROW1 ROW1 ROW1 ROW1 ROW1 ROW1 ROW1 ROW1 */
td.phr1c1 {
    color: black;
	/*BACKGROUND*/
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px; 
	border-right-width: 0; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
    border-top-color: gray;
    border-right-color: gray;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 200px;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: visible;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
td.phr1c2 {
    color: black;
	/*BACKGROUND*/
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px; 
	border-right-width: 0; 
	border-bottom-width: 1px; 
	border-left-width: 0; 
    border-top-color: gray;
    border-right-color: gray;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 80%;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: visible;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
td.phr1c3 {
    color: black;
	/*BACKGROUND*/
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 0; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 180px;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: visible;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
/* ROW2 ROW2 ROW2 ROW2 ROW2 ROW2 ROW2 ROW2 ROW2 ROW2 ROW2 ROW2 ROW2 ROW2 ROW2 ROW2 */
td.phr2c1 {
    color: black;
	/*BACKGROUND*/
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: solid;
	border-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 200px;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
/* ROW3 ROW3 ROW3 ROW3 ROW3 ROW3 ROW3 ROW3 ROW3 ROW3 ROW3 ROW3 ROW3 ROW3 ROW3 ROW3 */
td.phr3c1 {
    color: black;
	/*BACKGROUND*/
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px; 
	border-right-width: 0; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
    border-top-color: gray;
    border-right-color: gray;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 200px;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
td.phr3c2 {
    color: black;
	/*BACKGROUND*/
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px; 
	border-right-width: 0; 
	border-bottom-width: 1px; 
	border-left-width: 0; 
    border-top-color: gray;
    border-right-color: gray;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: auto;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
td.phr3c3 {
    color: black;
	/*BACKGROUND*/
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 0; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 180px;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
/* ROW4 ROW4 ROW4 ROW4 ROW4 ROW4 ROW4 ROW4 ROW4 ROW4 ROW4 ROW4 ROW4 ROW4 ROW4 ROW4 */
td.phr4c1 {
    color: black;
    /*BLOCK*/
	vertical-align: top;
	/*BACKGROUND*/
	background-color: #f0ffff;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: solid;
	border-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 200px;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
td.phr4c2 {
    color: black;
	vertical-align: top;
	/*BACKGROUND*/
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: solid;
	border-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: auto;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
td.phr4c3 {
    color: black;
    /*BLOCK*/
	vertical-align: top;
	/*BACKGROUND*/
	background-color: #fffff0;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 0; 
	border-left-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: gray;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 180px;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
/* ROW5 ROW5 ROW5 ROW5 ROW5 ROW5 ROW5 ROW5 ROW5 ROW5 ROW5 ROW5 ROW5 ROW5 ROW5 ROW5 */
td.phr5c1 {
    color: black;
    /*BLOCK*/
	vertical-align: top;
	/*BACKGROUND*/
	background-color: #f0ffff;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: solid;
	border-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 200px;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
td.phr5c3 {
    color: black;
    /*BLOCK*/
	vertical-align: top;
	/*BACKGROUND*/
	background-color: #fffff0;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 0; 
	border-right-width: 1px; 
	border-bottom-width: 0; 
	border-left-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: gray;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 180px;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
/* ROW6 ROW6 ROW6 ROW6 ROW6 ROW6 ROW6 ROW6 ROW6 ROW6 ROW6 ROW6 ROW6 ROW6 ROW6 ROW6 */
td.phr6c1 {
    color: black;
    /*BLOCK*/
	vertical-align: top;
	/*BACKGROUND*/
	background-color: #f0ffff;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: solid;
	border-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 200px;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
td.phr6c3 {
    color: black;
    /*BLOCK*/
	vertical-align: top;
	/*BACKGROUND*/
	background-color: #fffff0;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 0; 
	border-right-width: 1px; 
	border-bottom-width: 0; 
	border-left-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: gray;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 180px;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
/* ROW7 ROW7 ROW7 ROW7 ROW7 ROW7 ROW7 ROW7 ROW7 ROW7 ROW7 ROW7 ROW7 ROW7 ROW7 ROW7 */
td.phr7c1 {
    color: black;
    /*BLOCK*/
	vertical-align: top;
	/*BACKGROUND*/
	background-color: #f0ffff;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: solid;
	border-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 200px;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
td.phr7c3 {
    color: black;
    /*BLOCK*/
	vertical-align: top;
	/*BACKGROUND*/
	background-color: #fffff0;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 180px;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
/* ROW8 ROW8 ROW8 ROW8 ROW8 ROW8 ROW8 ROW8 ROW8 ROW8 ROW8 ROW8 ROW8 ROW8 ROW8 ROW8 */
td.phr8c1 {
    color: black;
    /*BLOCK*/
	vertical-align: top;
	/*BACKGROUND*/
	background-color: #f0ffff;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: solid;
	border-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 200px;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
td.phr8c2 {
    color: black;
	vertical-align: top;
	/*BACKGROUND*/
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: solid;
	border-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: auto;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
td.phr8c3 {
    color: black;
    /*BLOCK*/
	vertical-align: top;
	/*BACKGROUND*/
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: solid;
	border-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 180px;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
/* ROW9 ROW9 ROW9 ROW9 ROW9 ROW9 ROW9 ROW9 ROW9 ROW9 ROW9 ROW9 ROW9 ROW9 ROW9 ROW9 */
td.phr9c1 {
    color: black;
	/*BACKGROUND*/
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: solid;
	border-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: auto; /*264px;*/
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
td.phr9c2 {     /* NOT USE !!! */
    color: black;
	vertical-align: top;
	/*BACKGROUND*/
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: solid;
	border-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: auto;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
td.phr9c3 {
    color: black;
	/*BACKGROUND*/
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 0; 
	border-left-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: gray;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 180px;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
/* ROW10 ROW10 ROW10 ROW10 ROW10 ROW10 ROW10 ROW10 ROW10 ROW10 ROW10 ROW10 ROW10 ROW10 ROW10 ROW10 */
td.phr10c1 {
    color: black;
	/*BACKGROUND*/
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: solid;
	border-width: 1px; 
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 100%;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
/* PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE PAGE */

table.tabwel {
	/*FONT*/
	font-family: Arial, Helvetica, sans-serif; /* "Courier New", Courier, monospace; | "Times New Roman", Times, serif; | Arial, Helvetica, sans-serif;*/
	font-size: 10pt;    /* xx-small | x-small | small | medium | large | x-large | xx-large | smaller | larger | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] */
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000; 
	text-decoration: none; 
    /*BLOCK*/
	letter-spacing: normal; 
	line-height: normal; 
	vertical-align: middle;
	text-align: center;
	text-indent: 2px;
	white-space: normal;
	word-spacing: normal; 
	/*BACKGROUND*/
	background-color: #f7f7f7;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: none; 
	border-width: 0;
	border-color: transparent;  
	/*FIELD*/
	padding: 0;
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: auto;
	height: 24pt;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	/*MAKET*/
	visibility: visible;
	display: table;
	float: none;
	clear: none;
	cursor: default;
	overflow: visible;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	caption-side: top;
}
td.tabwelc1 {
	border-style: none; 
	border-width: 0;
	border-color: transparent;  
	width: 200px;
	display: table-cell;
}
td.tabwelc2 {
	text-align: center;            /* center | justify | left | right | inherit */
	border-style: none; 
	border-width: 0;
	border-color: transparent;  
	width: auto;
	display: table-cell;
}
td.tabwelc3 {
	border-style: none; 
	border-width: 0;
	border-color: transparent;  
	width: 180px;
	display: table-cell;
}
table.tabmnu {
	/*FONT*/
    color: black;
    /*BLOCK*/
	letter-spacing: normal; 
	line-height: normal; 
	vertical-align: middle;
	text-align: left;
	text-indent: 0;
	white-space: normal;
	word-spacing: normal; 
	/*BACKGROUND*/
	background-color: #f7f7f7;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: none; 
	border-width: 0;
	border-color: transparent;  
	/*FIELD*/
	padding: 0;
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 100%;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*MAKET*/
	visibility: visible;
	display: table;
	float: none;
	clear: none;
	cursor: default;
	overflow: visible;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	caption-side: top;
}

td.tabmnuc1 {
    color: black;
	background-color: #f7f7f7;
	border-style: none; 
	border-width: 0;
	border-color: transparent;  
	width: 100%;
	display: table-cell;
}

table.tabsct {
	/*FONT*/
    color: black;
    /*BLOCK*/
	letter-spacing: normal; 
	line-height: normal; 
	vertical-align: middle;
	text-align: center;
	text-indent: 0;
	white-space: normal;
	word-spacing: normal; 
	/*BACKGROUND*/
	background-color: #f7f7f7;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: none; 
	border-width: 0;
	border-color: transparent;  
	/*FIELD*/
	padding: 0;
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 100%;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*MAKET*/
	visibility: visible;
	display: table;
	float: none;
	clear: none;
	cursor: default;
	overflow: visible;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	caption-side: top;
}
td.tabsctc1 {
	/*FONT*/
    color: black;
	/*BACKGROUND*/
	background-color: #f0ffff;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: none;
	border-width: 0; 
    border-color: transparent;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 100%;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
td.tabsctc2 {
	/*FONT*/
    color: black;
	/*BACKGROUND*/
	background-color: #f7f7f7;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: none;
	border-width: 0; 
    border-color: transparent;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 100%;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}
td.tabsctc3 {
	/*FONT*/
    color: black;
	/*BACKGROUND*/
	background-color: #fffff0;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: none;
	border-width: 0; 
    border-color: transparent;
	border-collapse: separate;
	border-spacing: 0 0;
	/*FIELD*/
	padding: 0; 
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 100%;
	height: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: auto;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	empty-cells: show;
	caption-side: top;
}

table.tabnav {
	/*FONT*/
    color: black;
    /*BLOCK*/
	letter-spacing: normal;      /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	line-height: normal;         /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ 
	vertical-align: top;      /* baseline | bottom | middle | sub | super | text-bottom | text-top | top | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	text-align: left;            /* center | justify | left | right | inherit */
	text-indent: 0;            /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	white-space: normal;         /* normal | nowrap | pre | pre-line | pre-wrap | inherit */
	word-spacing: normal;        /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	/*BACKGROUND*/
	background-color:  #f0ffff;
	background-image: none; /* none | inherit | url('j/image.jpg') */
	background-repeat: no-repeat;                       /* no-repeat | repeat | repeat-x | repeat-y | inherit */
	background-attachment: fixed;                       /* fixed | scroll | inherit */
	background-position: 0 0;                 /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
	/*BORDER*/
	border-style: none; 
	border-width: 0;
	border-color: transparent;  
	/*FIELD*/
	padding: 0;
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 200px;
	height: auto;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	/*MAKET*/
	visibility: visible;
	display: table;
	float: none;
	clear: none;
	cursor: pointer;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	caption-side: top;
}

td.tabnavc1 {
	/*FONT*/
/*	font-family: Arial, Helvetica, sans-serif; /* "Courier New", Courier, monospace; | "Times New Roman", Times, serif; | Arial, Helvetica, sans-serif;*/
/*	font-size: 10pt;    /* xx-small | x-small | small | medium | large | x-large | xx-large | smaller | larger | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] */
/*	font-weight: normal;        /* normal | bold | lighter | bolder | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit */
/*	font-style: normal;         /* italic | normal | oblique | inherit */
/*	font-variant: normal;       /* normal | small-caps | inherit */
	text-transform: uppercase;  /* capitalize | lowercase | none | uppercase | inherit */
    color: black;
	text-decoration: none;      /* [ underline overline line-through blink ] | none */ 
    /*BLOCK*/
/*	letter-spacing: normal;      /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
/*	line-height: normal;         /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ 
	vertical-align: top;      /* baseline | bottom | middle | sub | super | text-bottom | text-top | top | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	text-align: left;            /* center | justify | left | right | inherit */
	text-indent: 0;            /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	white-space: normal;         /* normal | nowrap | pre | pre-line | pre-wrap | inherit */
	word-spacing: normal;        /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	/*BACKGROUND*/
	background-color: #f0ffff;
/*	background-image: none; /* none | inherit | url('j/image.jpg') */
/*	background-repeat: no-repeat;                       /* no-repeat | repeat | repeat-x | repeat-y | inherit */
/*	background-attachment: scroll;                       /* fixed | scroll | inherit */
/*	background-position: 0 0;                 /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
	/*BORDER*/
	border-style: none;  /* dashed | dotted | double | groove | hidden | inset | none | outset | ridge | solid | inherit */ 
	border-width: 0;    /* thin | medium | thick | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	border-color: transparent; /* all | [top | right | bottom | left ] ( border-color: #808080 #FFFFFF #000000 #FF0000) */  
	/*FIELD*/
	padding: 0;
	margin: 0;
	/*POSITION*/
	position: relative; /* absolute | fixed | relative | static | inherit */
	z-index: auto;      /* auto | inherit */
	width: 200px;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	height: auto;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	top: auto;	        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	right: auto;        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	bottom: auto;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	left: auto;         /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*MAKET*/
	visibility: visible; /*  collapse | hidden | visible | inherit */
	display: table-cell;       /*  block | inline | inline-block | inline-table | list-item | none | run-in | table | table-caption | table-cell | table-column | table-column-group | table-footer-group | table-header-group | table-row | table-row-group | inherit */
	float: none;          /*  left | none | right */
	clear: none;          /*  both | left | none | right | inherit */
	cursor: default;      /*  auto | crosshair | default | e-resize | help | move | n-resize | ne-resize | mw-resize | pointer | progress | s-resize | se-resize | sw-resize | text | w-resize | wait | inherit */
	overflow: hidden;     /*  auto |  | hidden | scroll | visible | inherit */
	clip: rect(auto,auto,auto,auto); /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
    /*LIST*/
	list-style-type: none;        /* disc | circle | square | decimal | decimal-leading-zero |  lower-roman | upper-roman |  lower-greek |  lower-latin | upper-latin | armenian | georgian |  lower-alpha | upper-alpha | none | inherit */
	list-style-image: none;       /* none | inherit | url('image.png') */
	/*TABLE*/
	table-layout: auto;         /* auto | fixed | inherit */
	border-collapse: collapse;   /* collapse | separate | inherit */
	border-spacing: 0;        /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	empty-cells: hide;          /* hide | show | inherit */
	caption-side: bottom;       /* bottom | top | inherit */
}
td.boxnav {
	/*FONT*/
    color: black;
    /*BLOCK*/
/*	letter-spacing: normal;      /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
/*	line-height: normal;         /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ 
	vertical-align: top;      /* baseline | bottom | middle | sub | super | text-bottom | text-top | top | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	text-align: left;            /* center | justify | left | right | inherit */
	text-indent: 0;            /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	white-space: normal;         /* normal | nowrap | pre | pre-line | pre-wrap | inherit */
	word-spacing: normal;        /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	/*BACKGROUND*/
	background-color: #f0ffff;
/*	background-image: none; /* none | inherit | url('j/image.jpg') */
/*	background-repeat: no-repeat;                       /* no-repeat | repeat | repeat-x | repeat-y | inherit */
/*	background-attachment: scroll;                       /* fixed | scroll | inherit */
/*	background-position: 0 0;                 /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
	/*BORDER*/
	border-style: solid; 
	border-width: 1px;
    /*border-color: gray;*/        /* inherit | rgb(255, 0, 0) | rgb(100%, 0%, 0%) | transparent | aqua  | black | blue  | fuchsia | gray  | green | lime  | maroon | navy  | olive | orange | purple | red  | silver | teal  | white | yellow */
    border-top-color: gray;  /* <color> | transparent | inherit */
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray; 
	/*FIELD*/
	padding: 0;
	margin: 0;
	/*POSITION*/
	position: static; /* absolute | fixed | relative | static | inherit */
	z-index: auto;      /* auto | inherit */
	width: 264px;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	height: auto;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	top: 0;	        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	right: 0;        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	bottom: 0;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	left: 0;         /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*MAKET*/
	visibility: visible; /*  collapse | hidden | visible | inherit */
	display: table-cell;  /*  block | inline | inline-block | inline-table | list-item | none | run-in | table | table-caption | table-cell | table-column | table-column-group | table-footer-group | table-header-group | table-row | table-row-group | inherit */
	float: left;          /*  left | none | right */
	clear: none;          /*  both | left | none | right | inherit */
	cursor: default;      /*  auto | crosshair | default | e-resize | help | move | n-resize | ne-resize | mw-resize | pointer | progress | s-resize | se-resize | sw-resize | text | w-resize | wait | inherit */
	overflow: visible;       /*  auto |  | hidden | scroll | visible | inherit */
	clip: rect(auto,auto,auto,auto); /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*TABLE*/
	table-layout: auto;         /* auto | fixed | inherit */
	border-collapse: separate;   /* collapse | separate | inherit */
	border-spacing: 0;        /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	empty-cells: show;          /* hide | show | inherit */
	caption-side: top;       /* bottom | top | inherit */
}
td.boxman {
	/*FONT*/
    color: black;
    /*BLOCK*/
/*	letter-spacing: normal;            /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
/*	line-height: normal;               /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ 
	vertical-align: top;               /* baseline | bottom | middle | sub | super | text-bottom | text-top | top | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	text-align: center;                /* center | justify | left | right | inherit */
	text-indent: 0;                  /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	white-space: normal;               /* normal | nowrap | pre | pre-line | pre-wrap | inherit */
	word-spacing: normal;              /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	/*BACKGROUND*/
	background-color: #ffffff;
	background-image: none;            /* none | inherit | url('j/image.jpg') */
	background-repeat: no-repeat;      /* no-repeat | repeat | repeat-x | repeat-y | inherit */
	background-attachment: fixed;      /* fixed | scroll | inherit */
	background-position: 0 0;      /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
	/*BORDER*/
	border-style: solid;  /* dashed | dotted | double | groove | hidden | inset | none | outset | ridge | solid | inherit */ 
		/* border-top-style + border-right-style + border-bottom-style + border-left-style */
	border-width: 1px;    /* thin | medium | thick | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/*border-top-width  + border-right-width + border-bottom-width + border-left-width */ 
    /*border-color: gray;*/        /* inherit | rgb(255, 0, 0) | rgb(100%, 0%, 0%) | transparent | aqua  | black | blue  | fuchsia | gray  | green | lime  | maroon | navy  | olive | orange | purple | red  | silver | teal  | white | yellow */
    border-top-color: gray;  /* <color> | transparent | inherit */
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray; 
	/*FIELD*/
	padding: 0; /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/* padding-top + padding-right + padding-bottom + padding-left */ 
	margin: 0; /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/* margin-top + margin-right + margin-bottom + margin-left */
	/*POSITION*/
	position: relative; /* absolute | fixed | relative | static | inherit */
	z-index: auto;      /* auto | inherit */
	width: auto;        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*min-width: 300px;*/
    /*max-width: 2000px;*/
    height: auto;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	top: 0;	        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	right: 0;        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	bottom: 0;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	left: 0;         /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*MAKET*/
	visibility: visible; /*  collapse | hidden | visible | inherit */
	display: table-cell;  /*  block | inline | inline-block | inline-table | list-item | none | run-in | table | table-caption | table-cell | table-column | table-column-group | table-footer-group | table-header-group | table-row | table-row-group | inherit */
	float: none;          /*  left | none | right */
	clear: none;          /*  both | left | none | right | inherit */
	cursor: default;      /*  auto | crosshair | default | e-resize | help | move | n-resize | ne-resize | mw-resize | pointer | progress | s-resize | se-resize | sw-resize | text | w-resize | wait | inherit */
	overflow: visible;    /*  auto |  | hidden | scroll | visible | inherit */
	clip: rect(auto,auto,auto,auto); /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*TABLE*/
	table-layout: auto;         /* auto | fixed | inherit */
	border-collapse: separate;   /* collapse | separate | inherit */
	border-spacing: 0;        /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	empty-cells: show;          /* hide | show | inherit */
	caption-side: top;       /* bottom | top | inherit */
}
td.boxpan {
	/*FONT*/
    color: black;
    /*BLOCK*/
	letter-spacing: normal; 
	line-height: normal; 
	vertical-align: top;      /* baseline */
	text-align: center;       /* justify */
	text-indent: 0;
	white-space: normal;
	word-spacing: normal; 
	/*BACKGROUND*/
	background-color: #fffff0;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: none; 
	border-width: 0;
    /*border-color: gray;*/
    border-top-color: gray;
    border-right-color: silver;
    border-bottom-color: silver;
    border-left-color: gray; 
	/*FIELD*/
	padding: 0;
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 180px;
	height: auto;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: default;
	overflow: visible;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	caption-side: top;
}
table.tabpan {
	/*FONT*/
    color: black;
    /*BLOCK*/
	letter-spacing: normal; 
	line-height: normal; 
	vertical-align: top;
	text-align: left;
	text-indent: 0;
	white-space: normal;
	word-spacing: normal; 
	/*BACKGROUND*/
	background-color: #fffff0;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: none; 
	border-width: 0;
	border-color: transparent;  
	/*FIELD*/
	padding: 0;
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 160px;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*MAKET*/
	visibility: visible;
	display: table;
	float: right;
	clear: none;
	cursor: default;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	caption-side: top;
}

td.tabpanc1 {
	/*FONT*/
	text-transform: none;
    color: black;
	text-decoration: none; 
    /*BLOCK*/
	letter-spacing: normal; 
	line-height: normal; 
	vertical-align: top;
	text-align: left;
	text-indent: 0;
	white-space: normal;
	word-spacing: normal; 
	/*BACKGROUND*/
	background-color: #fffff0;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	/*BORDER*/
	border-style: none; 
	border-width: 0;
	border-color: transparent;  
	/*FIELD*/
	padding: 0;
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 160px;
	height: auto;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: default;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	caption-side: top;
}
td.tabpanc2 {
	/*FONT*/
	text-transform: none;
    color: black;
	text-decoration: none; 
    /*BLOCK*/
	letter-spacing: normal; 
	line-height: normal; 
	vertical-align: top;
	text-align: center;
	text-indent: 0;
	white-space: normal;
	word-spacing: normal; 
	/*BACKGROUND*/
	background-color: #fffff0;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	/*BORDER*/
	border-style: none; 
	border-width: 0;
	border-color: transparent;  
	/*FIELD*/
	padding: 0;
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 160px;
	height: auto;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: default;
	overflow: visible;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	caption-side: top;
}

table.tabadv {
	/*FONT*/
    color: black;
    /*BLOCK*/
	letter-spacing: normal; 
	line-height: normal; 
	vertical-align: top;
	text-align: left;
	text-indent: 0;
	white-space: normal;
	word-spacing: normal; 
	/*BACKGROUND*/
	background-color: #f0ffff;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: none; 
	border-width: 0;
	border-color: transparent;  
	/*FIELD*/
	padding: 0;
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 264px;
	height: auto;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	/*MAKET*/
	visibility: visible;
	display: table;
	float: right;
	clear: none;
	cursor: default;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	caption-side: top;
}
td.tabadvc1 {
	/*FONT*/
    color: black;
    /*BLOCK*/
	letter-spacing: normal; 
	line-height: normal; 
	vertical-align: top;
	text-align: left;
	text-indent: 0;
	white-space: normal;
	word-spacing: normal; 
	/*BACKGROUND*/
	background-color: #f0ffff;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: none; 
	border-width: 0;
	border-color: transparent;  
	/*FIELD*/
	padding: 0;
	margin: 0;
	/*POSITION*/
	position: relative;
	z-index: auto;
	width: 264px;
	height: auto;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: right;
	clear: none;
	cursor: default;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	caption-side: top;
}

table.tov_head {
	/*FONT*/
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
/*	font: caption;*/
/*	font-variant: small-caps;*/
    /*BLOCK*/
	letter-spacing: normal; 
	line-height: normal; 
	vertical-align: middle;
	text-align: center;
	text-indent: 0;
/*	text-decoration: underline;*/
	text-transform: none;
	white-space: normal;
	word-spacing: normal; 
	/*BACKGROUND*/
	background-color: #f0ffff;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: none; 
	border-width: 0;
	border-color: transparent;  
	/*FIELD*/
	padding: 0;
/*	margin: 0; */
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 2px;
	margin-left: 2px;
	/*POSITION*/
/*	position: relative; */
/*	z-index: auto; */
/*	width: 264px; */
/*	height: auto; */
/*	top: auto; */
/*	right: auto; */
/*	bottom: auto; */
/*	left: auto; */
	/*MAKET*/
	visibility: visible;
	display: table;
	float: none;
	clear: none;
	cursor: default;
	overflow: hidden;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	caption-side: top;
}


table.tabftr {
    color: black;
    /*BLOCK*/
	letter-spacing: normal; 
	line-height: normal; 
	vertical-align: top;
	text-align: left;
	text-indent: 0;
	white-space: normal;
	word-spacing: normal; 
	/*BACKGROUND*/
	background-color: #f7f7f7;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: none; 
	border-width: 0;
	border-color: transparent;  
	/*FIELD*/
	padding: 0;
	margin: 0;
	/*POSITION*/
	position: static;
	z-index: auto;
	width: 100%;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*MAKET*/
	visibility: visible;
	display: table;
	float: none;
	clear: none;
	cursor: default;
	overflow: visible;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	caption-side: top;
}
td.tabftrc1 {
    color: black;
    /*BLOCK*/
	letter-spacing: normal; 
	line-height: normal; 
	vertical-align: middle;
	text-align: left;
	text-indent: 8px;
	white-space: normal;
	word-spacing: normal; 
	/*BACKGROUND*/
	background-color: silver; /*#f7f7f7;*/
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	/*BORDER*/
	border-style: none; 
	border-width: 0;
	border-color: transparent;  
	/*FIELD*/
	padding: 0;
	margin: 0;
	/*POSITION*/
	position: static;
	z-index: auto;
	width: 100%;
	height: auto;
	top: auto; /* 0 */
	right: auto;
	bottom: auto;
	left: auto;
	/*MAKET*/
	visibility: visible;
	display: table-cell;
	float: none;
	clear: none;
	cursor: default;
	overflow: auto;
	clip: rect(auto,auto,auto,auto);
	/*TABLE*/
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	caption-side: top;
}

.TABALL {
	/*FONT*/
	font-family: Arial, Helvetica, sans-serif; /* "Courier New", Courier, monospace; | "Times New Roman", Times, serif; | Arial, Helvetica, sans-serif;*/
	font-size: 10pt;                           /* xx-small | x-small | small | medium | large | x-large | xx-large | smaller | larger | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] */
	font-weight: normal;                       /* normal | bold | lighter | bolder | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit */
	font-style: normal;                        /* italic | normal | oblique | inherit */
	font-variant: normal;                      /* normal | small-caps | inherit */
	text-transform: uppercase;                 /* capitalize | lowercase | none | uppercase | inherit */
	color: #000000;                            /* inherit | rgb(255, 0, 0) | rgb(100%, 0%, 0%) | transparent | aqua  | black | blue  | fuchsia | gray  | green | lime  | maroon | navy  | olive | orange | purple | red  | silver | teal  | white | yellow */
	text-decoration: none;                     /* [ underline overline line-through blink ] | none */ 
    /*BLOCK*/
	letter-spacing: normal;                    /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	line-height: normal;                       /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ 
	vertical-align: middle;                    /* baseline | bottom | middle | sub | super | text-bottom | text-top | top | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	text-align: center;                        /* center | justify | left | right | inherit */
	text-indent: 2px;                          /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	white-space: normal;                       /* normal | nowrap | pre | pre-line | pre-wrap | inherit */
	word-spacing: normal;                      /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	/*BACKGROUND*/
	background-color: #f7f7f7;                 /* inherit | rgb(255, 0, 0) | rgb(100%, 0%, 0%) | transparent | aqua  | black | blue  | fuchsia | gray  | green | lime  | maroon | navy  | olive | orange | purple | red  | silver | teal  | white | yellow */
	background-image: none;                    /* none | inherit | url('j/image.jpg') */
	background-repeat: no-repeat;              /* no-repeat | repeat | repeat-x | repeat-y | inherit */
	background-attachment: scroll;             /* fixed | scroll | inherit */
	background-position: 0 0;                  /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
	/*BORDER*/
	border-style: hidden;                      /* dashed | dotted | double | groove | hidden | inset | none | outset | ridge | solid | inherit */ 
        /* border-top-style + border-right-style + border-bottom-style + border-left-style */
	border-width: 0;                           /* thin | medium | thick | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/*border-top-width  + border-right-width + border-bottom-width + border-left-width */ 
	border-color: #ffffff;                     /* all | [top | right | bottom | left ] ( border-color: #808080 #FFFFFF #000000 #FF0000) */  
	/*FIELD*/
	padding: 0;                                /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/* padding-top + padding-right + padding-bottom + padding-left */ 
	margin: 0;                                 /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/* margin-top + margin-right + margin-bottom + margin-left */
	/*POSITION*/
	position: relative;                        /* absolute | fixed | relative | static | inherit */
	z-index: auto;                             /* auto | inherit */
	width: 100%;                               /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	height: 24px;                              /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	top: 0;	                                   /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	right: 0;                                  /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	bottom: 0;                                 /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	left: 0;                                   /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*MAKET*/
	visibility: visible;                       /*  collapse | hidden | visible | inherit */
	display: table;                            /*  block | inline | inline-block | inline-table | list-item | none | run-in | table | table-caption | table-cell | table-column | table-column-group | table-footer-group | table-header-group | table-row | table-row-group | inherit */
	float: none;                               /*  left | none | right */
	clear: none;                               /*  both | left | none | right | inherit */
	cursor: pointer;                           /*  auto | crosshair | default | e-resize | help | move | n-resize | ne-resize | mw-resize | pointer | progress | s-resize | se-resize | sw-resize | text | w-resize | wait | inherit */
	overflow: auto;                            /*  auto |  | hidden | scroll | visible | inherit */
	clip: rect(auto,auto,auto,auto);           /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*LIST*/
/*	list-style-type: circle;                   /* disc | circle | square | decimal | decimal-leading-zero |  lower-roman | upper-roman |  lower-greek |  lower-latin | upper-latin | armenian | georgian |  lower-alpha | upper-alpha | none | inherit */
/*	list-style-image: none;                    /* none | inherit | url('image.png') */
/*	list-style-position: inside;               /* inside | outside | inherit */
	/*TABLE*/
	table-layout: auto;                        /* auto | fixed | inherit */
	border-collapse: collapse;                 /* collapse | separate | inherit */
	border-spacing: 0;                         /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	empty-cells: show;                         /* hide | show | inherit */
	caption-side: bottom;                      /* bottom | top | inherit */
}
