
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Garamond, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}


h1.header {
	font-size: 16px;
	letter-spacing: 10px;
	color: #cacab6;
	border-bottom: #cacab6 1px solid;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
}

h1 {
	font-size: 18px;
	text-align: center;
	text-indent: 0px;
}

h2 {
	text-indent: 20px;
	font-size: 16px;
}

h3 {
	text-indent: 30px;
	font-size: 14px;
}

h4 {
	text-indent: 40px;
	font-size: 14px;
}

h5, h6 {
	text-indent: 40px;
	font-size: 12px;
}

p {
	text-indent: 40px;
	text-align: justify;
}

div.form {
	margin-left: 40px;
}

div.footer {
	margin: 0px;
	text-align: center;
	color: #cacab6;
	border-top: #cacab6 1px solid;
}

a {
	font-weight: 900; 
	color: #336699; 
	text-decoration: underline;
}

a:link {
	color: #336699;
	font-weight: bold;  
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	background-color: #336699;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	background-color: #336699;
}

.button_ {
	background-color: #ecece2;
	border-bottom: black 3px solid;
	border-right: black 3px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	font-size: 12px;
	font-weight: bold;
}

div.seglistitem {
	margin-bottom: 1em;
}

li p {
	text-indent: 0px;
	text-align: left;
}

hr {
	color: #cacab6;
}

pre.programlisting {
	background-color: #dddddd;
	border: 1px solid #cacab6;
}

div.table table {
	border: none;
	border-left: 1px solid;
	border-top: 1px solid;
	border-color: #cacab6;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0;
}

div.table td {
	margin: 0px;
	border-left: none;
	border-top: none;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #cacab6;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-collapse: collapse;
	border-spacing: 0;
}

div.table tr {
	margin: 0px;
}


div.navheader hr {
	display: none;
}

div.navheader th {
	font-size: 14px;
	letter-spacing: 10px;
	color: #cacab6;
	margin: 0px;
	padding: 0px;
}

div.navheader table {
	border-bottom: 1px solid #cacab6;
}


div.titlepage hr {
	display: none;
}


div.titlepage {
	border-bottom: 1px solid #cacab6;
}


div h2.subtitle {
	margin: 0px;
	text-align: center;
	color: #cacab6;
	border-top: #cacab6 1px solid;
}

div.navfooter hr {
	display: none;
}

div.navfooter table {
	border-top: 1px solid #cacab6;
}

div.navfooter table td {
	color: #cacab6;
}


