body {
	padding: 0;
	margin: 0;
	background-color: #FFF;
	text-align: center;
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 12px;
	color: #333;
	}
	
td {
	font-size: 12px;
	}

a:link, a:visited, a:active {
	color: #000;
	}
	
ul li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
	
.container {
	width: 765px;
	margin: 10px auto 50px auto;
	text-align: left;
	}
	
h1 {
	color: #C93;
	font-size: 22px;
	font-weight: bold;
	margin-top: 0;
	}
	
h2 {
	color: #CB6828;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin-top: 0;
	}

h3 {
	color: #6699CC;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin-top: 0;
	}

.toolbar {
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #9c6;
	padding: 2px;
	text-align: center;
	border: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #FFF;
	}

.toolbar a, .toolbar a:link, .toolbar a:visited, .toolbar a:active {
	color: #fff;
	text-decoration: none;
	}
	
.main {
	vertical-align: top;
	}
	
.right {
	width: 218px;
	}
	
.box {
	border: 1px solid #CCC;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	}

.footer {
	font-size: 10px;
	border-top: 1px solid #CCC;
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
	}
	
.text {
	font-size: 12px;
	text-align: left;

}

.code {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	margin: 0px;
}

.comment {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	margin: 0px;
	color: #080;
}

.reserved {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #00f;
}

.progHeader {
	margin-bottom: 0;
}

.subHeader {
	text-indent: 10pt;
	margin-top: 0;
}
