@charset "utf-8";
/* CSS Document */

.ValignBtm {
	vertical-align: bottom;
}

.ValignTop {
	vertical-align: top;
}

.ValignMid {
	vertical-align: middle;
}

.TalignLeft {
	text-align:left;
}

.TalignRight {
	text-align:right;
}

.text {
	color: #444;
	font-family: Calibri, Corbel, Arial;
	letter-spacing: 0.5px;
	font-size: 14px;
	line-height: 20px;
}

.textDecNone {
	text-decoration: none;
}

p {
 margin: 0;
 padding-top: 9px;
 padding-bottom: 4px;
 }

.textJustFull {
	text-align: justify;
}

.h1 {
	font-family: Calibri, Corbel, Arial;
	letter-spacing: 5px;
	font-size: 26px;
	line-height: 46px;
	text-decoration: none;
}

.h1Link {
	font-family: Calibri, Corbel, Arial;
	letter-spacing: 5px;
	font-size: 26px;
	line-height: 40px;
	text-decoration: none;
}

.h1Link:hover {
	font-family: Calibri, Corbel, Arial;
	letter-spacing: 5px;
	font-size: 26px;
	line-height: 40px;
	text-decoration: none;
}

.h2 {
	font-family: Calibri, Corbel, Arial;
	letter-spacing: 3px;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
}

.h3 {
	color: #39c;
	font-family: Calibri, Corbel, Arial;
	letter-spacing: 2px;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}

.h4 {
	color: #39c;
	font-family: Calibri, Corbel, Arial;
	letter-spacing: 2px;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}

.paddingBtmTen {
	padding-bottom: 10px;
}


.spacerFive {
	height: 5px;
}

.spacerSeven {
	height: 7px;
}

.spacerEight {
	height: 8px;
}

.spacerTen {
	height: 10px;
}

.spacerFortyFive {
	height: 45px;
}

.standardLink {
	color: #444;
	text-decoration:underline;
}

.standardLink:hover {
	color: #39c;
	text-decoration: underline;
}

.standardLinkU {
	color: #444;
	text-decoration:underline;
}

.standardLinkU:hover {
	color: #777;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}
