/* STYLESHEET FILE DESCRIPTION: Text styles */
.type {
	color: #333;
}

.type a {
	color: #035caa !important;
	text-decoration: underline;
}

.type a:hover {
	color: #f34f0a !important;
}

.type h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 30px;
	color: #105ca9;
}

.type h3 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
	color: #105ca9;
}

.type h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 19px;
	line-height: 24px;
	color: #105ca9;
}

.type p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}

.type blockquote {
	margin: 0 0 20px 50px;
	color: #800000;
	font-family: monospace;
}

.type strong {font-weight: bold;}

/* Lists */
.type ul,
.type ol {
	padding-bottom: 10px;
}

.type ul li,
.type ol li {
	margin: 0 0 8px 5px;
	line-height: 18px;
}

.type ol li {
	margin-left: 40px;
	list-style: decimal;
}

.type ul li {
	margin-left: 20px;
	padding-left: 18px;
	background: url('/images/generic/list.png') no-repeat 0 8px;
}

/* Table */
.type table {margin: 20px 0 20px 0;}

.type table th {
	padding: 0 10px 10px 10px;
	color: #125ca8;
	text-align: center;
	vertical-align: bottom;
	border-bottom: 1px solid #125ca8;
}

.type table td {
	padding: 10px;
	border-bottom: 1px solid #d9e7f3;
	border-right: 1px dotted #d9e7f3;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.type table td:last-child {border-right: none;}

.type table .key {
	font-family: Italic;
	text-align: left;
}