body {
	background-color : #333333;
	color : White;
	left : 0;
	top : 0;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
td {
	color : White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
pre {
	font-family : "Courier New", Courier, monospace;
	white-space : pre;
	padding : 1em 0em 1em 0.5em;
	margin : 0em 1em 1em 1.5em;
	border-width : 1px 0px 1px 0px;
	border-color : #666666 #000000 #666666 #000000;
	border-style : solid solid solid solid;
	font-size : 100%;
}
a:link {
	color: #0099CC;
	text-decoration : none;
}
a:visited {
	color: #6666FF;
	text-decoration : none;
}
a:active {
	color: #0099FF;
	text-decoration : underline;
}
a:hover {
	color: #00FFCC;
	text-decoration : underline;
}

.tutBody {
	padding : 0.5em 0.5em 0em 1em;
}

h1 {
	font-size: 250%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align : center;
}
h2 {
	font-size: 200%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 150%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sectionHeader {
	font-size: 200%;
	border-color: black black #CCCCCC;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	font-weight: bold;
	color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.subSectionHeader {
	font-size: 150%;
	font-weight: bold;
	color: #CCCC99;
	font-family: Arial, Helvetica, sans-serif;
	border-color: black black #666666;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.linkToTop {
	text-align: center;
	font-weight: bold;
	font-size: 125%;
}

.leftBar {
	background-color: #666666;
	padding : 0.5em 0.25em 0em 0.25em;
	border-color : black #444444 #444444 black;
	border-width : 1px 2px 2px 1px;
	border-style : solid solid solid solid;
}
.leftBar a:link {
	color : #FFFFCC;
	text-decoration : none;
}
.leftBar a:visited {
	color : #CCCC99;
	text-decoration : none;
}
.leftBar a:active {
	color : #FFFFFF;
}
.leftBar a:hover {
	color : #FFFFFF;
	text-decoration : underline;
}
.leftBarHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight : bold;
}
