/* CSS Document */

/* style for img title*/
 .ImageTag {
	padding:4px;
	color: #006633;
	font-weight: normal;
	font-size:85%;
	font-style:italic;
}
/* image hspace */
.hspace {
	margin-left:auto;
	margin-right:5px;
}
/*noshade for hr*/
.hrStyle {
	border-style: solid;
}
div.c3 {
	text-align: right
}
p.c1 {
	text-align: center
}
/* to start ol in alphabetical order */

/* underline text */
.underline {
	text-decoration:underline;
}
table, th, td {border:1px solid #000;
}
.green {
	background-color: #3F0;
}
.yellow {
	background-color: #FF9;
}
.orange {
	background-color: #F90;
}
.red {
	background-color: #F00;
	color: #BB0000;
}

.KeyHR
{color: #cccccc;
background-color: #cccccc;
height: 1px;
border-width:0;
}
