@charset "utf-8";
/* CSS Document */
/*Custom */
body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	}
a {
	color: #602000;
}
h1 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: bold;
}
h1 span {
	font-size: 14px;
	color: #4d4d4d;
}
.bullet1 {
	text-align: center;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}
.bullet2 {
	text-align: center;
	vertical-align: middle;
	margin-top: -10px;
	margin-right: 5px;
}
.imgBordLeft {
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #4A302B;
}
.imgBordRight {
	margin-bottom: 15px;
	border: 1px solid #4A302B;
	margin-left: 15px;
}
.imgBord {
	border: 1px solid #4A302B;
}
.smallText {
	font-size: 11px;
	color: #602000;
}
/* Standard */

textarea {
	padding: 5px;
	width: 290px;
}

.smGray {
	font-size: 10px;
	color: #666666;
}
.black12 {
	font-size: 12px;
	color: #000000;
}
.black12B {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.gray12 {
	font-size: 12px;
	color: #666666;
}
.gray12B {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.teal12 {
	font-size: 12px;
	color: #035C86;
}
.teal12B {
	font-size: 12px;
	color: #035C86;
	font-weight: bold;
}
.brown12 {
	font-size: 12px;
	color: #602000;
}
.brown12B {
	font-size: 12px;
	color: #602000;
	font-weight: bold;
}
.black14 {
	font-size: 14px;
	color: #000000;
}
.black14B {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.gray14 {
	font-size: 14px;
	color: #666666;
}
.gray14B {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.teal14 {
	font-size: 14px;
	color: #035C86;
}
.teal14B {
	font-size: 14px;
	color: #035C86;
	font-weight: bold;
}
.brown14 {
	font-size: 14px;
	color: #602000;
}
.brown14B {
	font-size: 14px;
	color: #602000;
	font-weight: bold;
}
.brown16B {
	font-size: 16px;
	color: #602000;
	font-weight: bold;
}
.imgageBord {
	border: 1px solid #333333;
}
.imageBord10 {
	border: 1px solid #333333;
	margin: 10px;
}
.imageRight {
	border: 1px solid #333333;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	clear: none;
}
.imageLeft {
	border: 1px solid #333333;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.imageCenter {
	border: 1px solid #333333;
	margin-left: auto;
	margin-right: auto;
}
.centered {
text-align:center !important;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	letter-spacing: 1px;
}
.link_img {
	text-decoration: none;
	padding: 0px;
	border-width: 0px;
}
.img_margin {
	margin: 10px 10px 20px;
}
/* Base styles */
.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;
}
