
body {
	font-family: sans-serif;
}

h1,h2 {
	background-color: #fce7d8;
	color: #c45206;
	border-bottom: 10px solid #c45206;
	
}

h1 {
	font-size:18pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2 {
	padding-top: 10px;
	padding-bottom: 10px;
}

h3 {
	color: #ff6600;
	font-variant: small-caps;
	text-indent: 20px;
	/*
	border-left: solid 1px #3333FF;
	border-top: solid 1px #3333FF;
	*/
	padding-top: 5px;
}
/*
h3:before {content: "* "}
*/

b.subHeading { font-family: sans-serif; color: #F65500; text-indent: 20px}
b.subHeading:before {content: " * "}

.topList { list-style-image: url(http://srw.cheshire3.org/closed.gif) }

div {
	border-top: 1px solid silver;
	border-bottom: 1px solid black;
}

hr { color: #FF6600; background-color: #FF6600; width: 50%; height: 2px; border: 0px }

.paramTable { vertical-align: top; border: 1px solid; padding: 3px; border-collapse: collapse }
.exampleTable { vertical-align: top; border: 1px solid; padding: 3px; border-collapse: collapse; background-color: #eeeeff}

table {
	width: 100%;
	margin: 10px 0px;
}
.paramTable td {border: 1px solid}
.exampleTable td {border: 1px solid}
th {
	border: 1px solid;
	background-color: #eeeeff
}

em {
	font-style: normal;
	font-weight: bolder;
	color: #cc5500;
}

a:hover {color: #ff5500}

.boxed {
	border: 1px solid;
	text-indent: 10px;
	background-color: #eeeeee;
	margin-left: 50px;
	margin-right: 50px
}

