.quote {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
div { margin: 0px; padding: 0px; }
.headerDiv {
}

.mainTable {
}
.headerTable {
}
.headerTable td{
	
}
.buttons {
}
.buttons td {
}

.content img {
}
.leftNorm {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.leftNormItal {
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
.leftBold {
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftBoldItal {
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
.centerNorm {
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.centerNormItal {
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.centerBold {
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.centerBoldItal {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.rightNorm {
	font-style: normal;
	font-weight: normal;
	text-align: right;
}
.rightNormItal {
	font-style: italic;
	font-weight: normal;
	text-align: right;
}
.rightBold {
	font-style: normal;
	font-weight: bold;
	text-align: right;
}
.rightBoldItal {
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
.imagetb {
}
.imagetd {
}
h1 {
}


h3 {
}
.normText {
	font-style: normal;
	font-weight: normal;
}
.boldText {
	font-style: normal;
	font-weight: bold;
}
.normItal {
	font-style: italic;
	font-weight: normal;
}
.boldItal {
	font-style: italic;
	font-weight: bold;
}
.tinyText {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}
.clear {
	line-height: 1px;
	clear: both;
	height: 1px;
}
.spacerRow {
	height: 1px;
	padding: 0px;
	line-height: 1px;
}
.spacerRow td {
	margin: 0px;
	padding: 0px !important;
	height: 1px !important;
	line-height: 1px !important;
}
.spacerCol {
	background-image: url(../images/white.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1px;
}
.smGray {
	font-size: 10px;
	color: #666666;
}
.black12 {
	font-size: 12px;
	color: #000000;
}
.black12B {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.black14 {
	font-size: 14px;
	color: #000000;
}
.black14B {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.grayText { color: #999999; }
.gray12 {
	font-size: 12px;
	color: #666666;
}
.gray12B {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.gray14 {
	font-size: 14px;
	color: #666666;
}
.gray14B {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.dkgray12 {
	font-size: 12px;
	color: #333333;
}
.dkgray12B {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.dkgray14 {
	font-size: 14px;
	color: #333333;
}
.dkgray14B {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.img_margin {
	margin: 10px 10px 20px;
}
.imgageBord {
	border: 1px solid #6C6A5E;
}
.imageBord10 {
	border: 1px solid #6C6A5E;
	margin: 10px;
}
.imageRight {
	border: 1px solid #6C6A5E;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
.imageLeft {
	border: 1px solid #6C6A5E;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.imageCenter {
	border: 1px solid #6C6A5E;
	margin-left: auto;
	margin-right: auto;
}
.centered {
text-align:center;
}
