h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

body {
	margin: 20px 00px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
}

.codebox {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	border: 1px solid #3300CC;
	width: 500px;
	padding: 5px;
	background-color: #FEFEEE;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 35px;
}

.phpcode {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #0000CC;
}

.htmlcode {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

.bluebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #006699;
	border: 1px solid #000000;
}

.courier {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

.maincell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 20px;
	background-color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;


}

.errmsg {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bolder;
	color: #CC0000;
}

.cell1 {
	padding: 10px;
	border: 1px solid #006699;
	position: relative;
	width: 580px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	visibility: visible;

}

.cell2 {
	padding: 10px;
	position: relative;
	width: 580px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	visibility: visible;
}


.right {
	position: absolute;
	padding: 0px;
	left:620px;
	top: 50px;
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	visibility: visible;
	vertical-align: top;
}

.nav {
	padding: 10px;
	position: relative;
	width: 580px;
	height: 79px;
	vertical-align: middle;
	top: 22px;
	visibility: visible;






	
}

.prev {
	position: absolute;
	left: 10px;
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	visibility: visible;


}

.home {
	position: absolute;
	left: 120px;
	width: 340px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	visibility: visible;


}

.next {
	position: absolute;
	right: 10px;
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	visibility: visible;


}
ul {
	list-style-type: square;
}

a.c14 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}

hr {
	width: 200px;
}

.sqlcode {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

pre {
	font-size: 12px;
}
