﻿/*Give anything a Border*/
.border{border:1px solid #B0B0B0;}

/*Turn Image border off*/
.middleContent .noBorder {border:0px solid #B0B0B0;}

/*Generic Header Styles*/
.middleContent h1, h2, h3, h4, h5, h6
{
	margin: 8px 0px 8px 0px;
	top: 0px;
	left: 0px;
	border: 0px solid purple;
	color:#531700;
}

.middleContent h2{font-size: 100%;}
.middleContent h3{font-size: 120%;}
.middleContent h4{font-size: 130%;}
.middleContent h5{font-size: 140%;}
.middleContent h6{font-size: 150%;}


/*Logo Icons*/