.HeaderText{
	border-bottom: #000000 1px solid;
	color: #333333;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 2px;
	width: 100%;
}

.NormalText{
	font-family:Arial;
	font-size: 12px;
	
}
.pic-border{
	border-color: #1f6533;
	border-style: solid;
	border-width: 2px;
	box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.4);
	
}
.img-swap{
}
.body{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
line-height: 24px;
color: #333333;
}
h1{
	color: #1f6533;
	font-family: Times New Roman;
	font-size: 32px;
	font-weight: normal;
	padding-bottom: 2px;
	padding-top: 2px;
	text-transform: uppercase;
	
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #1f6533;
	
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	
}
.h1{
	color: #1f6533;
	font-family: Times New Roman;
	font-size: 32px;
	font-weight: normal;
	padding-bottom: 2px;
	padding-top: 2px;
	text-transform: uppercase;
	
}

.h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #1f6533;
	
}

.h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	
}
}


/*Resizes images for mobile without cropping*/

.ResponsiveImage{
        max-width: 100%;
        height: auto;
}

@media all and (min-width: 0em)  and (max-width: 37.5em) {
    .NoMobile{
    	display:none;
    }
    .NoMobile img{
        display: none;
    }
    .MobileImg{
        max-width: 100%;
        height: auto;
        display: block;
        clear: both;
        float: none !important;
    }