.bigHeader
,.bigHeaderFirst {
	font-family: arial, helvetica;
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: #aca899 solid 1px;
}

.bigHeaderFirst {
	margin-top: 10px;
}


.smallHeader
{
    margin-top: 30px;
    font-size: 14px;
    border-bottom: #c0c0c0 dotted 1px;
    color: green;
}

.valign_middle span
,.valign_middle img
{
	vertical-align: middle;
}


ul, ol {
	padding-left: 0px;

}


ol li {
	margin-top: 15px;
}

ul li {
	margin-top: auto;
}


ol li:first-line {
	line-height: 200%;
}


ul li:first-line {
	line-height: 100%;
}

.boldList li:first-line {
	font-weight: bold;
}



.shell {
	font-family: courier;
	color: white;
	background-color: black;
	width: 600px;
	padding: 20px;
}

body {
	font-family: tahoma, arial, helvetica;
	font-size: 12px;
/*	font-family: sans-serif*/
}

.dataTable td,
.dataTable th
{
	border: black solid 1px;
	padding: 2px;
}

.dataTable th {
	background-color: silver;
}

/* inline emphases for certain pieces of code */
.em_code {
	border: silver solid 1px;
}

.code_box {
	display: box;
	font-family: courier new;
	font-size: 9pt;
	border: silver solid 1px;
	background-color: #efefef;
	padding: 10px;
}
.courier
{
    font-family: monospace
}
