﻿img {
	border: 0 none;
}

ul, ol {
	padding-left: 24px;
}

ul {
	list-style-type: disc;
}

li {
	margin-top: 3px;
}

dt {
	font-weight: bold;
	margin-bottom: 3px;
}

dd {
	margin: 0 0 6px;
	padding-left: 12px;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.nowrap {
	white-space: nowrap;
}

.TwoCol {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.TwoCol:last-child {
	border-right: none;
}

.ThreeCol {
	display: inline-block;
	vertical-align: top;
	width: 32%;
}

.ThreeCol:last-child {
	border-right: none;
}

.FourCol {
	display: inline-block;
	vertical-align: top;
	width: 24%;
}

.FourCol:last-child {
	border-right: none;
}

.columnBorder {
	border-right: 1px dotted silver;
}

.contentPadding {
	padding: 20px;
}

.noTopMargin {
	margin-top: 0;
}

.noPaddingLeft {
	padding-left: 0;
}

.noPaddingRight {
	padding-right: 0;
}

.noPaddingTop {
	padding-top: 0;
}

.noPaddingBottom {
	padding-bottom: 0;
}

.noBorder {
	border: none;
}

.dvFieldHeader { 
	font-weight: bold;
	vertical-align: top;
}

.dvThickTopBorder {
	border-top: 4px solid #696969;
}

.dvSectionHeader {
	font-weight: bold;
	background-color: #d2dae7;
}

.dvSectionFieldHeader {
	font-weight: normal;
	padding-left: 24px;
	vertical-align: top;
}

.clearButton {
	vertical-align:bottom;
	height: 22px;
}

.inlineImage {
	float: left;
	max-height: 25px;
	margin-right: 12px;
}

.framed {
	padding: 4px;
	box-shadow: 0 0 5px #ccc;
}

.caption {
	display: inline-block;
	font-size: 9px;
}