/* static styles */

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #003388;
}

a:hover {
	text-decoration: underline;
	color: #003388;
}

body {
	margin-top: 0px;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	background-color: #FFFFFF;
}

ol {
	list-style-type: decimal
}

ul {
	list-style-type: square; 
}

/* text types */

.title {
	color:#000;
	font-size: 40pt;
	text-align: center;
	clear: both;
	//padding-left:5px;
	text-decoration: none;
}

.chapter {
	color:#000;
	font-size: 10pt;
	clear: both;
	font-weight: bold;
}

.section {
	color:#000;
	font-size: 10pt;
	clear: left;
	//padding-left:5px;
}

.heading {
	color:#000;
	font-size: 16pt;
	border-bottom:1px solid #999;
	//padding-left:10px;
	clear: both;
}

.subheading {
	font-size: 14pt;
	font-weight: bold;
	//padding-left:15px;
}

.label {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	//padding-left:20px;
}

.para {
	text-indent: 10px;
	//padding-left:25px;
}

.sub {
	
	padding-left:30px;
}

/* text styles */

.quote {
	font-size: 10pt;
	font-style: italic;
}

.emphasis {
	font-size: 10pt;
	font-weight: bold;
}

.small {
	font-size: 8pt;
}

/* table of contents */

.toc {
	font-weight: bold;
}

.toc-sub1 {
	font-weight: normal;
	padding-left:10px;
}

.toc-sub2 {
	font-weight: normal;
	font-size: 7pt;
	padding-left:20px;
}

/* image styles */

img.right {
	float: right;
	margin-left: 20px;
}

img.center {
	float: center;
	margin-left: 20px;
	margin-right: 20px;
}

img.left {
	float: left;
	margin-right: 20px;
}

span.border {
	border: #99cccc 1px solid;
}
