A {
	text-decoration:none;
	color:#000099
}

A:hover {color:red; background-color:#fffffc}
A:hover.spot {text-transform:uppercase; color:white; background-color:white}

.border {border-color:#cccccc; border-collapse:collapse}
.cellbglt {background-color:#D5CACC}
.cellbgwht {background-color:#ffffff}
.cellbgatt {background-color:#e7edfa}
.cellbgnut {background-color:#e8faf0}
.cellbgchr {background-color:#efe9ef}
.cellbg {background-color:#cccccc}
.cellbg-top {
	background-color: #cccccc;
	vertical-align: top;
}


.cellltbg {background-color:#9b9bdd}
.cellmdbg {background-color:#bebfd7}
.banbg {background-color:maroon}

.text1 {color:gray; margin-top: 0; margin-bottom: 0;}
.text2 {color:black; margin-top: 0; margin-bottom: 0;}
.text3 {color:white; margin-top: 0; margin-bottom: 0;}
.textdk {color:navy; margin-top: 0; margin-bottom: 0;}



body, table, tr, font   {font-family:Calibri, Trebuchet MS, Arial;}
td  {font-family:Calibri, Trebuchet MS, Arial; color:navy}

.mar {
	margin-top: 0; 
	margin-bottom: 0;
}
.mar-med {
	margin-top: 0; 
	margin-bottom: 0;
	font-size: medium;
	color: navy;
}
.mar-lg-str {
	margin-top: 0; 
	margin-bottom: 0;
	font-size: large;
	font-weight: bold;
	color: navy;
}
.only {
	font-style: italic;
	font-size:large
}.corner {
	background-image: url(images/corner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.corner-uprt {
	background-image: url(images/corner-rt-up.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.corner-dnlt {
	background-image: url(images/corner-lt-down.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.corner-rtdn {
	background-image: url(images/corner-rt-down.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.style3 {
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	color: navy;
}
.style4 {
	font-size: medium;
	color: navy;
}
.style5 {font-size: medium; color: navy; font-weight: bold; }
.navdiv {
	background-color: #CCCCCC;
	background-image: url(images/navdiv.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.text-sml {
	font-size: small;
	font-style: italic;
	font-weight: lighter;
	text-transform: uppercase;
	color: #000099;
}
.text-lg-bold-italic {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #000066;
}
.text-sml-bold {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #000066;
}