﻿

            *
            {
                box-sizing: border-box;
            }

            .boxer
            {
                border:		        1px solid black;
            }

            .boxed
            {
                border:		        2px solid black;
                -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);
                -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.55);
                box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.55);
            }

            .shadowed
            {
                border:             1px solid black;
                -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.22);
                -webkit-transition: box-shadow 0.3s ease-in-out;
                -moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.22);
                -moz-transition:    box-shadow 0.3s ease-in-out;
                box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.22);
                transition:         box-shadow 0.3s ease-in-out;
            }
            .shadowed:hover
            {
                -webkit-box-shadow: 10px 10px 7px rgba(50, 50, 50, 0.44);
                -moz-box-shadow:    10px 10px 7px rgba(50, 50, 50, 0.44);
                box-shadow:         10px 10px 7px rgba(50, 50, 50, 0.44);
            }

			.greenline
			{
                border-top:			3px solid green;
				height:				0.5px;
		}

            .header
            {
                border: none;
            }

            .rowheader
            {
                width: 100%;
                margin: 0 auto;
            }

            .rowheader::after
            {
                content: "";
                clear: both;
                display: table;
            }

            .row
            {
                width: 100%;
                max-width: 1024px;
                margin: 0 auto;
            }

            .row::after
            {
                content: "";
                clear: both;
                display: table;
            }

            [class*="col-"]
            {
                float: left;
                padding: 5px;
/*                border-style: solid;    */
            }

            .col-01
            {
                width: 1%;
            }
            .col-03
            {
                width: 3%;
            }
            .col-04
            {
                width: 4%;
            }
            .col-05
            {
                width: 5%;
            }
            .col-10
            {
                width: 10%;
            }
            .col-11
            {
                width: 11%;
            }
            .col-12
            {
                width: 12%;
            }
            .col-15
            {
                width: 15%;
            }
            .col-20
            {
                width: 20%;
            }
            .col-24
            {
                width: 24%;
            }
            .col-25
            {
                width: 25%;
            }
            .col-26
            {
                width: 26%;
            }
            .col-30
            {
                width: 30%;
            }
            .col-32
            {
                width: 32%;
            }
            .col-33
            {
                width: 33%;
            }
            .col-40
            {
                width: 40%;
            }
            .col-45
            {
                width: 45%;
            }
            .col-48
            {
                width: 48%;
            }
            .col-50
            {
                width: 50%;
            }
            .col-55
            {
                width: 55%;
            }
            .col-60
            {
                width: 60%;
            }
            .col-65
            {
                width: 65%;
            }
            .col-70
            {
                width: 70%;
            }
            .col-75
            {
                width: 75%;
            }
            .col-80
            {
                width: 80%;
            }
            .col-85
            {
                width: 85%;
            }
            .col-90
            {
                width: 90%;
            }
            .col-95
            {
                width: 95%;
            }
            .col-100
            {
                width: 100%;
            }

			.noback
			{
				background-image: none;
			}

			html
			{
/*			    background: url(../img/background_bw.jpeg) no-repeat center center fixed;
			    background: url(../img/Scan0003_pe2.jpg) no-repeat center center fixed;
			    -webkit-background-size: cover;
			    -moz-background-size: cover;
			    -o-background-size: cover;
			    background-size: cover;		*/
			}

            h1
            {
                margin-top: 1px;
                margin-left: 2px;
                margin-bottom: 5px;
                padding: 0px;
                color: blue;
                font-size: 2em;
                line-height: 2em;
                font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
                font-weight: bold;
                text-align: left;
            }

            h2
            {
                margin-top: 0;
                padding: 0px;
                color: #00FFFF;
                font-size: 1.3em;
                line-height: 1.1em;
                font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
                font-weight: normal;
/*                font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;  */
                text-align: center;
            }
            h2.center
            {
                text-align: center;
            }
            h2.centerblack
            {
                text-align: center;
                color:black;
            }

            h3
            {
                margin-top: 10px;
                color: #00FFFF;
                font-size: 1.0em;
                line-height: 1.0em;
                font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
                font-weight: normal;
            }
            h3.center
            {
                text-align: center;
            }
            h3.centerblack
            {
                text-align: center;
                color:black;
            }
            h3.leftblack
            {
                text-align: left;
                color:black;
            }

            h4
            {
                color: #00FFFF;
                font-size: 1.0em;
                line-height: 1.0em;
                font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
                font-weight: normal;
            }
            h4.center
            {
                text-align: center;
            }

            .linktext
            {
                width:100%;
                max-width:250px;
                text-decoration:none;
                color: #00FFFF;
                font-size: 1.0em;
                line-height: 1.0em;
                font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
                font-weight: normal;
            }

            img.center
            {
                display: block;
                margin-left: auto;
                margin-right: auto;
            }

            #inner
            {
                display: table;
                margin: 0 auto;
            }
            #innerover
            {
                width: 100%;
                max-width:512px;
                margin: 0 auto;
                text-align: center;
            }

            .c1
            {
                padding: 1%;
                color: black;
                font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
                font-weight: normal;
            }

            .t3
            {
                margin-top: 10px;
                color: #1E90FF;
                font-size: 1.5em;
                line-height: 1.0em;
                font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
                font-weight: normal;
            }

            .t4
            {
                margin-top: 10px;
                color: black;
                font-size: 1.0em;
                line-height: 1.0em;
                font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
                font-weight: normal;
                text-align: left;
            }

			.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling:touch;}
			.tg {overflow-y:auto;max-height:500px;display:block;}
			.tg {width: auto !important;font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border:0;overflow-y:auto;word-break:normal;}
			.tg thead th {background-color:blue; color:white; font-style:bold; }
			.tg td {font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;overflow:hidden;word-break:normal;color:black;}
			.tg th{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;overflow:hidden;word-break:normal;}
			.tg tbody tr:nth-child(2n) td {background-color:#D2F4E3; }
			.tg tbody tr:nth-child(2n+1) td {background-color:#C5DDFB; }
			.tg col {width: auto !important;}


