h1.overview {
	margin: 0 0 12px 0;
	font-size: 18px;
	line-height: 18px;
	color: #2383C6;
}

h2 {
	margin: 0 0 12px 0;
	font-size: 14px;
	line-height: 18px;
	color: #8a8c8e;
}

h3 {
	margin: 0 0 8px 0;
	font-size: 13px;
	color: #8a8c8e;
}

p, ul, ol {
	margin: 0 0 12px 0;
	font-size: 13px;
	line-height: 18px;
	color: #8a8c8e;
}

ol {
	padding-left: 20px;
	_padding-left: 24px;
}

li {
	padding-bottom: 5px;
}

.blue {
	color: #34a3dc;
}

.red {
	color: #ff0000;
}

.small {
	font-size: 10px;
	margin-bottom: 8px;
	line-height: 13px;
}

a {
	color: #34a3dc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table.subscribe {
	font-size: 14px;
	line-height: 18px;
	color: #8a8c8e;
}

table.subscribe td {
	vertical-align: top;
	white-space: nowrap;
	padding: 0 0 8px 0;
}

table.documents {
	font-size: 13px;
	color: #8a8c8e;
}

table.documents th {
	background: #f6f6f6;
}

table.documents th, table.documents td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
}

table.documents .col1 {
	width: 75px;
}
table.documents .col2 {
	width: 360px;
}
table.documents .col3 {
	width: 65px;
}

table.documents .odd td {
	background: #f9f9f9;
}

span.required {
	color: #34a3dc;
}

table.uvTable {
	border:none;
	margin: none;
	padding: none;
	color: #8a8c8e;
	font-size: 13px;
	line-height: 18px;
	}
table.uvTable td {
	margin:none;
	padding:none;
	}
table.uvTable td {
	margin: none;
	border: 1px solid black;
	padding: 5px;
	}
ol.toc {
	position:relative;
	left: 25px;
	}
	
p.pull {
	font-size: 24px;
	line-height: 24px;
	color: #34a3dc;
	text-align: center;
}

.subpage_nav {
	text-align: center;
}


