H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: large;
	color: #000000;
	text-align: left;
	border-bottom: 2px solid #ff9900;
	background-color: #ffffcc;
}

H2 {
	font-weight: normal;
	font-size: medium;
	background-color: #ffffcc;
	border-bottom: 1px solid #cccc66;
	border-top: 1px solid #cccc66;
}

H3 { font-weight: bold; font-size: medium; }

LI { text-align: left; }

TH {font-weight: normal; }

/* Dashed lines seperating content and nav/header */
.border-head { border-bottom: 1px dashed #ff9900; }

.border-right {	border-right: 1px dashed #ff9900; }


/* Navigation formatting */
.nav-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	border-bottom: 1px solid #ff9900;
	background-color: #ffcc33;
}

.nav-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	background-color: #ffff99;
}


/* Border around the edge of the page and background */
.border-yellow { background-color: #ffcc33; }

.border-blue { background-color: #0000ff; }

.border-red { background-color: #ff0000; }

.background { background-color: #ffffcc; }


/* Main body of content */
.txt-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	vertical-align: top;
}


/* Footer text */
.txt-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
}


/* Misc. Text formatting */
.txt-align-centre { text-align: center; }
.txt-align-right { text-align: right; font-weight: normal;}
.txt-align-top-right { vertical-align: top; text-align: right; }
.txt-align-top { vertical-align: top; }
.txt-small-left { font-size: x-small; text-align: left; }


/* Table used in infopack/info5.php */
.tables {
	font-size: medium;
	text-align: center;
	background-color: #ffffcc;
	border-bottom: 1px solid #cccc66;
	border-top: 1px solid #cccc66;
	border-left: 1px solid #cccc66;
	border-right: 1px solid #cccc66;
}

/* LINK styles */
A:link, A:visited	{ color: #000000;}
A:hover				{ color: #3333ff;}
/* End orange theme*/
