body {
	font-size: 1em;
	font-family: "Arial", Helvetica, sans-serif;
	color: #000000;
}
h1, h1.print {
	font-size: 1.5em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h1.print {
	font-size: 2em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 10px 0px 20px 0px;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #0164B9;
	text-decoration: none;
	padding: 0px;
	margin: 20px 0px 5px 0px;
}
h4 {
	font-size: small;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

/* LINKS */

a:focus, input:focus { 
	outline:none; 
}
a, a:link, a:visted, a:active {
	text-decoration: none;
}
#menuBar a, #menuBar a:link, #menuBar a:visited, #menuBar a:active {
	text-decoration: none;
	color: #FFFFFF;	
}
a:hover, .menu:hover, #menuBar a:hover {
	text-decoration: underline;
}

/* TEXT SIZES */

.xxlargeTxt {
	font-size: xx-large;
}
.xlargeTxt {
	font-size: x-large;
}
.largeTxt {
	font-size: large;
}
.mediumTxt {
	font-size: medium;
}
.smallTxt {
	font-size: small;
}
.xsmallTxt {
	font-size: x-small;
}
.xxsmallTxt {
	font-size: xx-small;
}

/* TEXT SIZES - EM */

.emTxt06 {
	font-size: 0.6em;
}
.emTxt07 {
	font-size: 0.7em;
}
.emTxt08 {
	font-size: 0.8em;
}
.emTxt09 {
	font-size: 0.9em;
}
.emTxt1 {
	font-size: 1em;
}

/* TEXT BOLD & COLOURS */

.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}


.bgBlue {
	background-color: #018BFF;
}
.bgGrey {
	background-color: #EFEFEF;
}
.bgWhite {
	background-color: #FFFFFF;
}
.bgLightBlue, .bgEdit {
	background-color: #B3E5FF;
}
.bgchange:hover {
	background-color: #046DC6;
}
.blue {
	color: #018BFF;
}
.blueXL {
	color: #00006B;
}
.red {
	color: #DD0000;
}
.white {
	color: #FFFFFF;
}
.grey {
	color: #EFEFEF;
}
.black {
	color: #000000;
}




/* OTHER */

.caps {
	text-transform: uppercase;
}
.txtSystem {
	margin: 15px 0px 0px 20px;
	font-size: 1.3em;
	font-weight: bold;
}
.txtCallNumber {
	margin: 5px 0px 0px 20px;
	font-size: 1.3em;
}

.smallTxtB {
	font-size: small;
	font-weight: bold;
}
.printSmall {
	font-size: 0.7em;
}

.barcode {
	font-size: 0.6em;
}

