body {
	font-family: Verdana, Helvetica, sans-serif
	font-size: small;
	color: white
	}
p {
	font-family: Verdana, Helvetica, sans-serif;
	color: white;
	font-size: small
	}
b {font-family: Verdana, Helvetica, sans-serif;
	color: white;
	font-size: small
	}
i {font-family: Verdana, Helvetica, sans-serif;
	color: white;
	font-size: small
	}
td {font-family: Verdana, Helvetica, sans-serif;
	color: white;
	font-size: small
	}
h1 {font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: xx-large
	}
h2 {font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: x-large
	}
h3 {font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: large
	}
h4 {font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: medium
	}
h5 {font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: small
	}
h6 {font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: xsmall
	}
a
{
	color: white;
    	text-decoration: none;
	font-weight: bold
}
a:hover
{
    color: yellow;
	cursor: hand;
    text-decoration: none;
	font-weight: bold
}

/* header styles */
.hed1 {font-family: Arial, Helvetica, sans-serif;
	color: #134253;
	font-size: xx-large
	}
.hed2 {font-family: Arial, Helvetica, sans-serif;
	color: #cccc99;
	font-size: x-large
	}
.hed3 {font-family: Arial, Helvetica, sans-serif;
	color: #cccc99;
	font-size: large
	}
.hed4 {font-family: Arial, Helvetica, sans-serif;
	color: #cccc99;
	font-size: medium
	}
.hed5 {font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: small
	}
.hed6 {font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: xsmall;
	font-weight: bold
	}
.breadcrumb {
	background-color : #cccc99;
	color : White;
	font-family : Verdana;
	font-size : xx-small;
	font-weight : bold
}

/* top-level navigation styles */
.navOn {
	background-color : #336699;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight: bold;
	color : #ffffcc;
	text-align : center;
}

.navOff {
	background-color : #cccc99;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight: bold;
	color : #000000;
	text-align : center;
}
.navQck1 {
	background-color : black;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight: bolder;
	color : white;
	text-align : center;
}
/* left hand second-level nav */
.navOn2 {
	background-color : #336699;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight: bolder;
	color : Red;
	text-align : center;
}

.navOff2 {
	background-color : #cccc99;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight: bolder;
	color : #336699;
	text-align : center
}

a.navOff2:hover {
	color : #FFFFFF;
}
/* 3rd-level nav style */

.navOff3 {
	background-color : #cccc99;
	font-family : Verdana, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight: bold;
	color : #FFFFFF;
	text-align : center
}

/* main reports table style */
.rowheading {
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	font-size: xx-small;
	font-weight: bolder;
	background-color: #999966
}
.row1 {
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	font-size: xx-small;
	background-color: #ffff99
}
.row2 {
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	font-size: xx-small;
	background-color: #ffffff
}
.textin {
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	font-size: xx-small;
	background-color: #ffffff
}
/* small navigation table in reports */

.navRankHeading {
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	font-size: xx-small;
	font-weight: bolder;
	background-color: #33ccff
}

/* table images */

.br_img {
	background-color: #ffffff;
	background-image: url(/img/Branch_Picture.gif);
	background-repeat: no-repeat
		}
		
/* front page styles */

.frontBoxHed {
background-color : #cccc99;
	font-family : Arial;
	font-size : x-small;
	font-weight: bolder;
	color : #ffffff;
}

.frontBoxText {
	font-family: Arial, Helvetica, sans-serif;
	color: Blue;
	font-size: x-small;
	text-align : left;
	background-color : #87CEFA;
	}
.frontBoxTextBold {
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	font-weight: bolder;
	text-align : left;
	font-size: x-small
}

.txtlink {
	font-family: Arial, Helvetica, sans-serif;
	color: Blue;
	font-size: x-small;
	text-align : left;
	background-color : #87CEFA;
	text-decoration: underline
	}
	
/* Right Hand Box Border Classes */

.righthandboxtop {
	border-top:solid #00ccff 4px;
	border-left:solid #0cc0ff 4px;
	border-right:solid #00ccff 4px
	}
	
.righthandboxside {
	border-left:solid #00ccff 4px;
	border-right:solid #00ccff 4px
	}
	
.righthandboxbottom {
	border-bottom:solid #00ccff 4px;
	border-left:solid #00ccff 4px;
	border-right:solid #00ccff 4px
	}
	
/* other styles */

.warn {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-size: small;
	font-weight: bolder;
}

.rep_hdr {font-family: Arial, Helvetica, sans-serif;
	color: #cccc99;
	font-size: medium;
	font-weight: bolder
	}

.button {
	font-family: verdana;
	font-size: 10px;
	font-color: #cccc99;
	font-weight: bold;
	background-color : #66FFFF;
	border : 1px solid Blue;
	width : 84;
	text-align : center;
	margin-bottom : 0px;
	margin-top : 2px;
	margin-right : 2px;
	margin-left : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 0px;
	padding-right : 0px;
}

.popwintxt { font-family: Verdana, Helvetica, sans-serif;
	color: black;
	font-size: xx-small
	}
	
/* Styles for RAC/RAM pages to
help printing on A4 */

.narrowText {
	font-family: Arial Narrow, Helvetica, sans-serif;
	color: black;
	font-size: 8px
}
.narrowTextBold {
	font-family: Arial Narrow, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 8px
}