/*--------------- structure --------------- */

.noMargin {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #211D11;
}

.borderGrey {
	border: 1px dotted #B8B2AB;
	background-color: #F8F9F1;
}

.borderGreyDotted {
	border: 1px dotted #666666;
}
.spacingLeftBorderDotted {
	padding: 0px;
	margin: 15px 0px 15px 15px;
	border: 1px dotted #CCCCCC;
}
.borderGreyDotted {
	border: 1px dotted #666666;
	background-color: #FFFFFF;
}
.borderGreyDottedRight {
	border-top: 0px none #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 0px none #CCCCCC;
	border-left: 0px none #CCCCCC;
}


.borderGreyDottedBanner {
	border-top: 0px none #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 0px none #CCCCCC;
}

.borderGreySidemenu {
	border-top: 1px dotted #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 0px none #CCCCCC;
	border-left: 0px none #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.padding {
	padding: 6px;
}
.spacing {
	padding: 0px;
	margin: 15px;
}
.spacingLeft {
	padding: 0px;
	margin: 15px 0px 15px 15px;
}

.spacingLeftBorder {
	padding: 0px;
	margin: 15px 0px 15px 15px;
	border: 1px solid #CCCCCC;

}


/*--------------- text --------------- */
.name {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 14px;
	color: #605E59;
	text-decoration: none;
}
.gothic {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}
.bodySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #999999;
}
.bodySmallLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #66584F;
}
.bodySmallLettersp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #66584F;
	letter-spacing: 0.3em;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #66584F;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	font-weight: bold;
}
.serif {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
}


.gothicTitle {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 0.08em;
}


/*------- custom headings (exactly like heading tags below... h1, h2, etc)  --------- */

a:hover {
	color: #000000;
}
a {
	text-decoration: none;
	color: #999999;
}
.unnamed1 {
	font-family: Arial, Helvetica, sans-serif;
}
.vertAlign {
	vertical-align: middle;
}
.captionLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
	text-decoration: underline;
}
.dummyt {
	font-family: Arial, Helvetica, sans-serif;
}
.captionLinkBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.dummy2t {
	font-family: Arial, Helvetica, sans-serif;
}.imgborder {
	border: 1px solid #999999;
}
