TR.RowOverOdd {
	background-color : #F1F4F8;
}
TR.RowOverEven {
	background-color : #FFFFFF;
}
TR.darkBG
 {
	background-color : #003366;
	color: #DDE7F1;
}
TR.lightBG
 {
	background-color : #DDE7F1;
}

TD.sidebarTOP
 {
	background-color : #003366;
	color: #DDE7F1;
	width:120px
}

TD.sidebarBOTTOM
 {
	background-color : #DDE7F1;
	width:120px
}

TD.outsideColumn
 {
	width:200px
}

dt {
	font-style: italic;
	font-weight: 500;
	color: #003366;
}
dl {
	font-size: small;
}
h3 {
	background-image: url(includes03/images/sub_pinstripe.gif);
	padding: 4px;
	margin-top: 12px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
}
.indent {
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
	padding-left: 12px;
	border: thin none #E7F0F9;
	padding-bottom: 8px;
}


