@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 140%;
	margin: 20px;
	}
	
h1 {
	font-size: 24px;
	margin-top: 5px;
	padding: 0;
	line-height: 110%;
	margin-bottom: 15px;
	}

h2 {
	margin: 20px 0 0 0;
	font-size: 15px;
	}

h3 {
	margin: 15px 0 0 0;
	font-size: 13px;
	}
	
table, th, td {
	border-collapse:collapse;
	border-spacing:0;
	border: 1px solid #666;
	}
	
a:active { color: #ff0000; 
	text-decoration: 
	underline; 
	}

a:visited { color: #800080; 
	text-decoration: 
	underline; 
	}

a:link{color: #0000ff; 
	text-decoration: 
	underline; 
	}

a:hover {
	color: #F00;
	text-decoration: underline;
	}
	
#cover {
	margin-top: 10px;
	margin-bottom: 50px;
	font-size: 15px;
	padding-right: 10px;
	padding-left: 10px;
	}
	
#cover img {
	margin-top: 50px;
	margin-bottom: 50px;
	}
		
#toc {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 450px;
	border-top: solid 1px #333;
	}
	
#toc .tochead {
	font-size: 16px;
	font-weight: bold;
	}
	
#toc ul li ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
#toc li {
	padding-bottom: 6px;
	list-style-type: none;
	}

.dctable {
	font-size: 11px;
	font-family:  verdana, arial, helvetica, sans-serif;
	text-align: left;
	margin-top: 15px;
	width: auto;
	}
	
.dctable td {
	padding: 5px;
	}
	
.dctable th {
	padding: 5px;
	background-color: #000080;
	color: #FFF;
	text-align: center;
	}

.dctable caption {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	}
	
.rsetable {
	font-size: 10px;
	font-family:  verdana, arial, helvetica, sans-serif;
	text-align: center;
	margin-top: 15px;
	width: auto;
	}

.rsetable td {
	padding: 2px;
	}

.rsetable th {
	color: #000;
	font-weight: bold;
	padding: 4px;
	}
	
.rsetable .rsetableleft  {
	text-align: left;
	padding: 2px;
	}
	
.sigblock  {
	float: left;
	margin-right: 10%;
	margin-bottom: 15px;
	}
	
.plist {
	padding-top: 6px;
	padding-bottom: 6px;
	}

.clear {
	clear: both;
	}

.nolist {
	list-style-type: none;
	padding-bottom: 5px;
	}

#sig {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	}
