﻿.header {
			font-weight: bold;
			/*text-transform: uppercase;*/
			letter-spacing: 1.5px;
			word-spacing: 3px;
			margin: 0;
			font-size: 17px;
			line-height: 18px;
			margin: 0 0 15px 0;
			/*padding-top : 20px;*/
			padding-bottom : 10px;
		}

		.subHeader {
			font-weight: bold;
			/*text-transform: uppercase;*/
			letter-spacing: 1.5px;
			word-spacing: 3px;
			margin: 0;
			font-size: 15px;
			line-height: 18px;
			margin: 0 0 15px 0;
		}

        .content {
            line-height: 25px;
            font-size: 13px;
            text-align: justify;
            background: lightgray;
            color: #353638;
        }