div.body {
	font-family : arial, verdana, helvetica, sans-serif;
	width: 800px;
	margin: 10px auto;
}
h1 {
	text-align:center;
}
h3 {
	background-color: #CCC;
}
table {
	border-collapse:collapse;
	border: 1px solid #666;
	margin: 10px auto;
}
caption {
	font-weight:bold;
	color: #006;
	font-size: large;
	padding: 8px 0px;
}
td, th {
	text-align:center;
	border: 1px solid #666;
	padding: 1px 4px;
}
li {
	padding-top: 6px;
}


.bigc {
	font-size: large;
	font-weight: bold;
	letter-spacing: 5px;
	color: #006;
}

p.intro {
	font-weight:bold;
	color: #006;
}

.copyright {
	font-size    : small;
	text-align   : center;
	margin-left  : auto;
	margin-right : auto;
	padding-top  : 1.5em;
	line-height  : 1.3;
}
div.crumb {
	font-size   : small;
	line-height : 1.6em;
	color       : #666;
	background-color : #FFF;
	text-align  : left;
	margin-bottom: 40px;
	padding-top:8px;
}
img.logoRight {
	float:right;
	border:none;
}
.center {
	text-align:center;
}

.small {
	font-size : small;
}
.emph {
	color : blue;
	font-style : italic;
}
.large {
	font-size : large;
}
.nobrk {
	white-space : nowrap;
}
.under {
	text-decoration : underline;
}
.ital {
	font-style : italic;
}
.sub   {
	vertical-align : sub;
	font-size : 65%;
}
.sup, .supbold   {
	vertical-align : super;
	font-size : 75%;
}
.supbold   {
	font-weight:bold;
}
.code {
	font-family  :  "Courier New",  verdana, "Lucida Sans Unicode", monospace;
	font-weight  : bold;
	color        : #FF0000;
}
.codelines {
	font-family  :  "Courier New",  verdana, "Lucida Sans Unicode", monospace;
	font-weight  : bold;
	color        : #333366;
	padding-left : 3em;
	white-space  : pre;
	border : 1px dashed #333366;
}

