@charset "UTF-8";
/* CSS Document */

.orange {
	color: #FF6600;
}
.blue {
	color: #00AEEF;
}
.bluelrg {
	color: #00AEEF;
	font-size: large;
	font-weight: bold;
}
.greylrg {
	color: #333333;
	font-size: large;
	font-weight: bold;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: medium;
}
.img-border {
	margin: 1.5px;
}
.odd {
	background-color: #CCCCCC;
}
.even {
	background-color: #999999;
}
.xsm-orange {
	font-size: x-small;
	color: #FF6600;
}
.rowHover {
	background-color: #0099FF;
}
.rowSelect {
	background-color: #666666;
}
.italic {
	font-size: 1em;
	color: #666666;
	font-style: italic;
}

