﻿.roll {
	height: 280px;
	overflow: auto;
	padding: 5px;
	SCROLLBAR-FACE-COLOR: #A4A4A4;
   SCROLLBAR-HIGHLIGHT-COLOR: white;
   SCROLLBAR-SHADOW-COLOR: black;
   SCROLLBAR-3DLIGHT-COLOR: white;
   SCROLLBAR-ARROW-COLOR: white;
   SCROLLBAR-TRACK-COLOR: white;
   SCROLLBAR-DARKSHADOW-COLOR: black;
}
a {
	color: Maroon;
}
ul, ol {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
/*
ul li, ol li {
	text-indent: -16px;
	margin-left: 16px;
}
*/
table td.dat {
	text-align: right;
}
table td a {
	text-decoration: none;
	color: black;
}
table td a:hover {
	text-decoration: underline;
}
table td a.hl {
	color: #A3103D;
	font-weight: bold;
}
table td {
	padding-bottom: 3px;
}
.TZmat {
	text-align: center;
	color: #A3103D;
	font-size: smaller;
}
.mrgR10 {
	margin-right: 10px;
}
.imgs a {
	display: block;
	margin-right: 3px;
	margin-bottom: 3px;
	float: left;
}
.imgs img {
	border: 1px solid black;
}
.imgs {
	margin-bottom: 10px;
}
.wEmailConfirm {
	width: 120px;
	border-width: 1px;
	border-style: solid;
	border-left-color: black;
	border-top-color: black;
	border-bottom-color: white;
	border-right-color: white;
	background-color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}