123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246 |
- /*=(===============================================================)*/
- /*=(===============================================================)*/
- /*=(Created with RoboEditor.)=======================================*/
- /*=(===============================================================)*/
- /*Below are the styles for Headings*/
- /**************************************************/
- h1 /* Heading 1 */
- {
- color: #000000;
- font-size: 18pt;
- line-height: 1.3em;
- font-weight: normal;
- font-style: normal;
- font-family: Arial;
- }
- /*=(Generated Code)=================================================*/
- /*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
- /*begin!kadov{{=====================================================*/
- /*Below are the styles for Headings*/
- /**************************************************/
- LI.kadov-h1 /* Heading 1 */
- {
- color: #000000;
- font-size: 18pt;
- line-height: 1.3em;
- font-weight: normal;
- font-style: normal;
- font-family: Arial;
- }
- /*}}end!kadov=======================================================*/
- h2 /*Heading 2*/
- {
- color: #000080;
- line-height: 1.3em;
- font-size: 12pt;
- font-weight: bold;
- font-style: normal;
- font-family: Arial;
- }
- /*=(Generated Code)=================================================*/
- /*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
- /*begin!kadov{{=====================================================*/
- LI.kadov-h2 /*Heading 2*/
- {
- color: #000080;
- line-height: 1.3em;
- font-size: 12pt;
- font-weight: bold;
- font-style: normal;
- font-family: Arial;
- }
- /*}}end!kadov=======================================================*/
- h3 /*Heading 3*/
- {
- color: #800000;
- line-height: 1.3em;
- font-family: Arial;
- margin-bottom: 0.2em;
- font-size: 11pt;
- }
- /*=(Generated Code)=================================================*/
- /*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
- /*begin!kadov{{=====================================================*/
- LI.kadov-h3 /*Heading 3*/
- {
- color: #800000;
- line-height: 1.3em;
- font-family: Arial;
- font-size: 11pt;
- }
- /*}}end!kadov=======================================================*/
- H4 {
- color: #0176b9;
- font-family: Arial;
- font-size: 11pt;
- margin-left: 0px;
- font-weight: bold;
- font-style: normal;
- line-height: 1.3em;
- margin-bottom: 6pt;
- }
- /*=(Generated Code)=================================================*/
- /*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
- /*begin!kadov{{=====================================================*/
- LI.kadov-H4 {
- color: #0176b9;
- font-family: Arial;
- font-size: 11pt;
- font-weight: bold;
- font-style: normal;
- line-height: 1.3em;
- }
- /*}}end!kadov=======================================================*/
- h5 /*Heading 5*/
- {
- font-family: Arial;
- font-size: 9pt;
- color: #000000;
- font-weight: bold;
- }
- /*=(Generated Code)=================================================*/
- /*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
- /*begin!kadov{{=====================================================*/
- LI.kadov-h5 /*Heading 5*/
- {
- font-family: Arial;
- font-size: 9pt;
- color: #000000;
- font-weight: bold;
- }
- /*}}end!kadov=======================================================*/
- H6 /* Style for Functions */
- {
- font-size: 12pt;
- font-family: "Courier New", monospace;
- color: #0000ff;
- }
- /*=(Generated Code)=================================================*/
- /*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
- /*begin!kadov{{=====================================================*/
- LI.kadov-H6 /* Style for Functions */
- {
- font-size: 12pt;
- font-family: "Courier New", monospace;
- color: #0000ff;
- }
- /*}}end!kadov=======================================================*/
- P /* Normal text style */
- {
- font-family: Arial;
- font-size: 10pt;
- font-weight: normal;
- }
- /*=(Generated Code)=================================================*/
- /*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
- /*begin!kadov{{=====================================================*/
- LI.kadov-P /* Normal text style */
- {
- font-family: Arial;
- font-size: 10pt;
- font-weight: normal;
- }
- /*}}end!kadov=======================================================*/
- span.tp\005fcode /* Style for code */
- {
- font-family: "Courier New";
- font-size: 10pt;
- }
- /*Styles for hyperlinks */
- a {
- x-text-underline: normal;
- x-text-underline: normal;
- /*begin!kadov{{*/ text-decoration: underline underline; /*}}end!kadov*/
- }
- a:link {
- color: #000080;
- }
- a:active {
- color: #cc0000;
- }
- a:visited {
- color: #0176b9;
- }
- a:hover {
- color: #cc0000;
- }
- /* Styles for lists */
- li {
- margin-bottom: .25em;
- font-size: 10pt;
- font-family: Arial, sans-serif;
- }
- ul {
- list-style-type: square;
- font-size: 10pt;
- font-family: Arial, sans-serif;
- }
- OL,
- UL {
- font-size: 10pt;
- font-family: Arial, sans-serif;
- }
- P.tpcode {
- font-family: "Courier New", monospace;
- }
- pre.programlisting {
- background-color: #E0E0E0;
- }
- /*=(Generated Code)=================================================*/
- /*=(WARNING: DO NOT EDIT OR DELETE THIS SECTION!)===================*/
- /*begin!kadov{{=====================================================*/
- LI.kadov-P-Ctpcode {
- font-family: "Courier New", monospace;
- }
- /*}}end!kadov=======================================================*/
- /*=(===============================================================)*/
|