/* body { padding: 2em 5%; line-height: 1.5em; } */

a:link, a:visited { color: DarkSlateBlue; background-color: transparent; }
a:visited         { color: DarkSlateBlue }
a:active          { color: Red }
a:hover           { color: Aqua }
a:link, a:visited, a:active, a:hover{ text-decoration : none }

p { margin: 0.5em 1em 0.2em 1em; }
dl, ul, ol { padding: 0.5em 2.5em 0.5em 2.5em; border-style: none; margin:0; }
dt { font-weight:bold; }
hr { border-style: none; height: 2px; color: #cc9933; background-color: transparent; }
ul { list-style-type:square; }
li{ list-style-type: square; color: tan; }

img{ border-width: 0px; }

table{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	border-spacing: 1px;
}
th{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	color:  White;
	background-color: #0069b4;
	padding: 1px 3px 1px 3px;
}
td{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding: 1px 5px 1px 5px;
}

table.inner{
	border-width: 0px;
	border-style: none;
}
th.inner{
	border-width: 0px;
	border-style: none;
	color: White;
	background-color:#0069b4;
}
td.inner{
	border-width: 0px;
	border-style: none;
}

th.subsection{
	border-width: 1px;
	border-style: solid;
	color: White;
	background-color: #666666;
	font-weight: normal;
	text-align: left;
}

h1, h2, h3, h4 { 
		font-weight: bold;
		border-style: solid;
		border-color: #0069b4;
		color: #000000;
		background-color: #ccccff;
}
h1{
	font-size: 1.5em;
	line-height: 1em;
	border-width: 0px 3px 3px 0px;
	padding: 3px 15px 3px 15px;
	margin-top: 3px;
	width: 100%;
}
h2{
	font-size: 1.2em;
	line-height: 1em;
	border-width: 0px 2px 2px 0px;
	padding: 3px 15px 3px 15px;
	margin: 2em 0 0 0;
	width: 80%;
}
h3{
	font-size: 1em;
	line-height: 1em;
	border-width: 0px 2px 2px 0px;
	padding: 2px 15px 2px 25px;
	margin: 1.5em 0 0 0;
	width: 60%;
}
h4{
	font-size: 1em;
	line-height: 1em;
	border-width: 0px;
	padding: 2px 15px 2px 15px;
	margin: 1em 0 0 0;
	width: 30%;
}
