@charset "UTF-8";

{
	margin: 0;
	padding: 0;
}

body {
	font: 14px/normal Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 5px;
}

p {
	margin-bottom: 1em;
	text-align: left;
}

h1 {
	color:#000080;
	border-bottom: solid 1px #d9d9d9;
	font-weight: normal;
	font-size: xx-large;
	text-indent: 5px;
	letter-spacing: -1px;
	font-style: italic;
}

h2 {
	border-bottom: solid 1px #e9e9e9;
	font-weight: normal;
	font-size: x-large;
	text-indent: 5px;
	letter-spacing: 0px;
	font-style: italic;
}

h3 {
	border-bottom: solid 1px #efefef;
	font-weight: normal;
	font-size: large;
	text-indent: 0px;
	letter-spacing: 0px;
	font-style: italic;
}

h4 {
	font-weight: normal;
	font-size:18px;
	text-indent: 0px;
	letter-spacing: 0px;
	margin: 3px;
	padding: 3px;
	height: auto;
	width: 45%;
	border: thin solid #000;
	background-color: #CCC;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	
}

TOC {
	color:#000080;
	font-weight: bold;
}

spec {
	color:#F00;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	
}
