/* === View Style ========================== */

.dView_Head {
	font-weight: normal;
	font-size: 18px;
	color: White;
	font-family: Garamond, Arial, Helvetica;
                     background-color: black;
}
	
.dView_SubHead {
	font-weight: normal;
	font-size: 12px;
	color: tan;
	font-family: Garamond, Arial, Helvetica;
}

.dView_ImageBorder {
	border-right: thin;
	border-top: thin;
	border-left: thin;
	border-bottom: thin;
}

/* === View DataList ======================= */

.dView_dlImageBorder {
	border-right: solid 2px #331900;
	border-top: solid 2px #331900;
	border-left: solid 2px #331900;
	border-bottom: solid 2px #331900;
}

.dView_dlItemStyle {
	font-weight: normal;
	font-size: 14px;
	color: black;
	font-family: Garamond, Arial, Helvetica;
                     background-color: #D2B48C;
}

.dView_dlItemStyle_Head {
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	font-family: Garamond, Arial, Helvetica;
}
	
.dView_dlItemStyle_SubHead {
	font-weight: normal;
	font-size: 12px;
	color: white;
	font-family: Garamond, Arial, Helvetica;
}

.dView_dlItemStyle_Normal {
	font-weight: normal;
	font-size: 14px;
	color: black;
	font-family: Garamond, Arial, Helvetica;
}
	
.dView_dlItemStyle_NormalBold {
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Garamond, Arial, Helvetica;
}

.dView_dlItemStyle a:link {
	font-weight: bold;
	font-size: 14px;
	color: #331900;
	font-family: Garamond, Arial, Helvetica;
}

.dView_dlItemStyle a:visited {
	font-weight: bold;
	font-size: 14px;
	color: #331900;
	font-family: Garamond, Arial, Helvetica;
}

.dView_dlItemStyle a:hover {
	font-weight: bold;
	font-size: 14px;
	color: orange;
	font-family: Garamond, Arial, Helvetica;
}

.dView_dlItemStyle a:active {
	font-weight: bold;
	font-size: 14px;
	color: #331900;
	font-family: Garamond, Arial, Helvetica;
}

/* ***************************************** */

.dView_dlAlternatingItemStyle {
	font-weight: normal;
	font-size: 14px;
	color: black;
	font-family: Garamond, Arial, Helvetica;
                     background-color: #F0D8B8;
}

.dView_dlAlternatingItemStyle_Head {
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	font-family: Garamond, Arial, Helvetica;
}
	
.dView_dlAlternatingItemStyle_SubHead {
	font-weight: normal;
	font-size: 12px;
	color: black;
	font-family: Garamond, Arial, Helvetica;
}

.dView_dlAlternatingItemStyle_Normal {
	font-weight: normal;
	font-size: 14px;
	color: black;
	font-family: Garamond, Arial, Helvetica;
}
	
.dView_dlAlternatingItemStyle_NormalBold {
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Garamond, Arial, Helvetica;
}

.dView_dlAlternatingItemStyle a:link {
	font-weight: bold;
	font-size: 14px;
	color: #331900;
	font-family: Garamond, Arial, Helvetica;
}

.dView_dlAlternatingItemStyle a:visited {
	font-weight: bold;
	font-size: 14px;
	color: #331900;
	font-family: Garamond, Arial, Helvetica;
}

.dView_dlAlternatingItemStyle a:hover {
	font-weight: bold;
	font-size: 14px;
	color: orange;
	font-family: Garamond, Arial, Helvetica;
	text-decoration: underline;
}

.dView_dlAlternatingItemStyle a:active {
	font-weight: bold;
	font-size: 14px;
	color: #331900;
	font-family: Garamond, Arial, Helvetica;
	text-decoration: underline;
}















