body{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background: White;
}

td.header{
	font-family: inherit;
	background-color: #184B8D;
	color: #FFFFFF;
	font-size: 16pt;
	font-weight: bold;
	border-bottom: 3px solid #000000;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

span.picturetext{
	font-family: inherit;
	background-color: White;
	color: #184B8D;
	font-size: 14pt;
	font-weight: bold;	
}

span.price{
	font-family: inherit;
	background-color: White;
	color: #B50021;
	font-size: 16pt;
	font-weight: bold;		
}

td.categoryheader{
	font-family: inherit;	
	background-color: #184B8D;
	color: #FFFF84;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 2px;
}

td.categorytext{
	font-family: inherit;
	background-color: White;
	color: Black;
	font-size: 10pt;
	padding-left: 2px;
}

td.detailstitle{
	font-family: inherit;
	background-color: White;
	color: Black;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

td.nameleft{
	font-family: inherit;
	background-color: #EFEFEF;
	color: Black;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	padding-left: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

td.valueright{
	font-family: inherit;
	background-color: White;
	color: Black;
	font-size: 10pt;
	text-align: left;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.valueright{
	color: Red;
	background-color:white;
}
a.valueright:visited{
	color: Red;
	background-color:white;
}
a.valueright:hover{
	color: Blue;
	background-color:white;
}
